2.2.4.33 ArrayOfIdentifier

The ArrayOfIdentifier complex type specifies a collection of Identifier complex types.

The following is the XML schema definition of the ArrayOfIdentifier complex type.

   <xs:complexType name="ArrayOfIdentifier">
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="unbounded" name="Identifier" nillable="true" type="tns:Identifier" />
     </xs:sequence>
   </xs:complexType>

Identifier: Specifies the Identifier complex type.