2.2.4.1 ArrayOfComment

Namespace: http://schemas.datacontract.org/2004/07/p

The ArrayOfComment complex type<18> specifies a list of Comment elements.

 <xs:complexType name="ArrayOfComment" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="unbounded" name="Comment" nillable="true" type="tns3:Comment"/>
   </xs:sequence>
 </xs:complexType>

Comment: Each element MUST specify a Comment complex type (section 2.2.4.19) instance.