2.2.4.47 ArrayOfParent

The ArrayOfParent complex type specifies a collection of Parent complex types.

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

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

Parent: Specifies the Parent complex type.