Commit 91eed06d authored by klopstrami's avatar klopstrami Committed by Mark Canterbury
Browse files

Update 103221-1/TS_103_221_01.xsd

parent d345910c
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -744,6 +744,7 @@
				<xs:sequence>
					<xs:element name="typeOfNeIssueMessage" type="TypeOfNeIssueMessage"/>
					<xs:element name="description" type="xs:string"/>
					<xs:element name="alertInformation" type="AlertInformation" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
@@ -754,6 +755,13 @@
			<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 -->
	<xs:simpleType name="AlertInformation">
		<xs:restriction base="xs:string">
			<xs:enumeration value="DatabaseCleared"/>
		</xs:restriction>
	</xs:simpleType>
	<!-- See section 6.5.4 -->