Commit 8d3bd761 authored by Biagio Maione's avatar Biagio Maione Committed by Mark Canterbury
Browse files

Update file TS_104_000.xsd

parent ab240b36
Loading
Loading
Loading
Loading
+15 −1
Original line number Diff line number Diff line
@@ -202,10 +202,24 @@
    <xs:complexType name="NotificationRequest">
        <xs:complexContent>
            <xs:extension base="X0Request">
                <xs:sequence/>
                <xs:sequence>
                    <xs:element name="listOfCertificateProfileInterface" type="ListOfCertificateProfileInterface” minOccurs="0"/>
                    <xs:element name="listOfXnInterfaces" type="ListOfXnInterfaces" minOccurs="0"/>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="ListOfCertificateProfileInterface">
        <xs:sequence>
            <xs:element name="interfaceReference" type="InterfaceReference" minOccurs="0"/>
            <xs:element name="certificateProfileInterfaceType" type="CertificateProfileInterfaceType" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="ListOfXnInterfaces">
        <xs:sequence>
            <xs:element name="interfaceReference" type="InterfaceReference" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>
<!-- See section 6.2.6.2 -->
    <xs:complexType name="NotificationResponse">
        <xs:complexContent>