2.2.4.48 ArrayOfParentChild

The ArrayOfParentChild complex type specifies a collection of ParentChild complex types.

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

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

ParentChild: Specifies the ParentChild complex type.