Commit 1709b608 authored by mewburn's avatar mewburn Committed by Mark Canterbury
Browse files

103120 CR034 proposal for AssociatedObjectStatuses

parent 4569e4d5
Loading
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -20,12 +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="NewStatusOfAssociatedObjects" type="common:DictionaryEntry" 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"/>