EKUListPair Complex Type

The EKUListPair complex type holds a list of EKU Name / OID pairs.

<xs:complexType name="EKUListPair">
    <xs:sequence>
        <xs:element name="EKUName" type="xs:string" minOccurs="0" maxOccurs="1"/>
        <xs:element name="EKUOID" type="xs:string" minOccurs="0" maxOccurs="1"/>
    </xs:sequence>
</xs:complexType>

Remarks

The EKUListPair element is optional.

See also