Commit 7c30d837 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

TS 103 120 CR034 - Status changes in notifications

parent 6c238539
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -20,11 +20,24 @@
					<xs:element name="NotificationType" type="common:DictionaryEntry" minOccurs="0"></xs:element>
					<xs:element name="NewNotification" type="xs:boolean" minOccurs="0"></xs:element>
					<xs:element name="NotificationTimestamp" type="etsi:QualifiedDateTime" minOccurs="0"></xs:element>
					<xs:element name="StatusOfAssociatedObjects" type="ListOfAssociatedObjectStatus" minOccurs="0"></xs:element>
					<xs:element name="NationalNotificationParameters" type="NationalNotificationParameters" minOccurs="0"></xs:element>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="ListOfAssociatedObjectStatus">
		<xs:sequence>
			<xs:element name="AssociatedObjectStatus" type="AssociatedObjectStatus" minOccurs="1" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="AssociatedObjectStatus">
		<xs:sequence>
			<xs:element name="AssociatedObject" type="core:ObjectIdentifier"/>
			<xs:element name="Status" type="common:DictionaryEntry"/>
			<xs:element name="Details" type="etsi:LongString" minOccurs="0"></xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="NationalNotificationParameters" abstract="true">
		<xs:sequence>
			<xs:element name="CountryCode" type="etsi:ISOCountryCode"/>