Skip to content
Snippets Groups Projects
Commit 7c30d837 authored by canterburym's avatar canterburym
Browse files

TS 103 120 CR034 - Status changes in notifications

parent 6c238539
Branches
Tags
No related merge requests found
......@@ -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"/>
......
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