3.1.4.1.3.14 FilterOIDCollection

The <FilterOIDCollection> complex type is provided as part of a request message. The list of OIDs is used to filter the server response down to CertificateEnrollmentPolicy objects where the CertificateEnrollmentPolicy <policyOIDReference> value matches a value in the <FilterOIDCollection>. The list is not ordered.

 <xs:complexType name="FilterOIDCollection">
   <xs:sequence>
     <xs:element name="oid" type="xs:string"
       minOccurs="1" maxOccurs="unbounded" />
   </xs:sequence>
 </xs:complexType>

oid: A string representation of an OID. Each <oid> element MUST be unique in the <FilterOIDCollection>.