2.2.4.2 ArrayOfAnnotation

The ArrayOfAnnotation complex type specifies a collection of Annotation complex types.

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

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

Annotation: Specifies the Annotation complex type.