2.2.4.28 ArrayOfExportView

The ArrayOfExportView complex type specifies a collection of ExportView complex types.

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

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

ExportView: Specifies the ExportView complex type.