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>