3.1.4.1.3.17 OIDCollection

A list of OID objects. The list is not ordered. An <OIDCollection> is used to group OID objects together.

 <xs:complexType name="OIDCollection">
   <xs:sequence>
     <xs:element name="oID" type="xcep:OID" minOccurs="1"
       maxOccurs="unbounded" />
   </xs:sequence>
 </xs:complexType>

oID: An instance of an OID object as defined in section 3.1.4.1.3.16.