Loading 103120/schema/ts_103120_Notification.xsd +13 −0 Original line number Diff line number Diff line Loading @@ -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"/> Loading Loading
103120/schema/ts_103120_Notification.xsd +13 −0 Original line number Diff line number Diff line Loading @@ -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"/> Loading