<xs:complexType name="CertificateValuesType">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="EncapsulatedX509Certificate" type="EncapsulatedPKIDataType"/>
<xs:element name="OtherCertificate" type="AnyType"/>
</xs:choice>
<xs:attribute name="Id" type="xs:ID" use="optional"/>
</xs:complexType> |