Commit 47133e23 authored by Biagio Maione's avatar Biagio Maione
Browse files

Replace TS_104_000.xsd

parent 4c0d4093
Loading
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@
            <xs:extension base="X0Request">
                <xs:sequence>
                    <xs:element name="definingSDO" type="etsi103280:ShortString"/>
                    <xs:element name="listOfcertificateProfileInterfaceType" type="ListOfcertificateProfileInterfaceType"/>
                    <xs:element name="listOfCertificateProfileInterfaceType" type="ListOfCertificateProfileInterfaceType"/>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
@@ -103,13 +103,12 @@
            <xs:element name="certificateProfileInterfaceType" type="etsi103280:ShortString" maxOccurs="unbounded"/>
        </xs:sequence>
    </xs:complexType>

    <!-- See section 6.2.4.2 -->
    <xs:complexType name="XnCertificateEnrolmentResponse">
        <xs:complexContent>
            <xs:extension base="X0Response">
                <xs:sequence>
                    <xs:element name="listOfcertificateProfileInterfaceType" type="ListOfcertificateProfileInterfaceType"/>
                    <xs:element name="listOfCertificateProfileInterfaceType" type="ListOfCertificateProfileInterfaceType"/>
                    <xs:element name="certificateEnrolmentDetails" type="ListOfCertificateEnrolmentDetails"/>
                </xs:sequence>
            </xs:extension>