Re: [dss-x] Another streamlining approach to the core

From
Juan Carlos Cruellas <>
Date
2017-02-17T10:49:37+00:00
ID
Thread
Re: [dss-x] Another streamlining approach to the core
Hi all,

            X509IssuerSerial: well established and dtmo in use widely.

So maybe we can get away with something likes this:

    <xs:complexType name="StreamlinedKeyInfoType">
        <xs:choice>
            <xs:element name="X509IssuerSerial" >
                <complexType name="X509IssuerSerialType" mixed="false">
                    <sequence>
                        <element name="X509IssuerName" type="string"/>
                        <element name="X509SerialNumber" type="integer"/>
                    </sequence>
                </complexType>
            </xs:element>