Commit 9ff22a7b authored by klopstrami's avatar klopstrami Committed by canterburym
Browse files

TS 103 221-1 CR0034 - Adding NE alert when database is cleared

parent d345910c
......@@ -744,6 +744,7 @@
<xs:sequence>
<xs:element name="typeOfNeIssueMessage" type="TypeOfNeIssueMessage"/>
<xs:element name="description" type="xs:string"/>
<xs:element name="issueCode" type="xs:integer" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
......@@ -754,6 +755,7 @@
<xs:enumeration value="Warning"/>
<xs:enumeration value="FaultCleared"/>
<xs:enumeration value="FaultReport"/>
<xs:enumeration value="Alert"/>
</xs:restriction>
</xs:simpleType>
<!-- See section 6.5.4 -->
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment