Skip to content
Snippets Groups Projects
Commit 1709b608 authored by Luke Mewburn's avatar Luke Mewburn Committed by canterburym
Browse files

103120 CR034 proposal for AssociatedObjectStatuses

parent 4569e4d5
Branches cr/103120/034
1 merge request!68TS 103 120 CR034 - Status changes in notifications
Pipeline #14102 passed with stages
in 26 seconds
......@@ -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"/>
......
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