Commit a9f92dcf authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Adding AssociatedObjects to Notifications

parent 68a7da4f
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
                    <xs:element name="NotificationTimestamp" type="etsi:QualifiedDateTime" minOccurs="0"/>
                    <xs:element name="StatusOfAssociatedObjects" type="ListOfAssociatedObjectStatus" minOccurs="0"/>
                    <xs:element name="NationalNotificationParameters" type="NationalNotificationParameters" minOccurs="0"/>
                    <xs:element name="AssociatedObjects" type="ListOfHI1Objects" minOccurs="0"/>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
@@ -29,6 +30,11 @@
            <xs:element name="Details" type="etsi:LongString" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="ListOfHI1Objects">
        <xs:sequence>
            <xs:element name="AssociatedObject" type="core:HI1Object" minOccurs="1" maxOccurs="unbounded"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="NationalNotificationParameters" abstract="true">
        <xs:sequence>
            <xs:element name="CountryCode" type="etsi:ISOCountryCode"/>