<xs:complexType name="ReportRequest">
<xs:sequence>
<xs:element minOccurs="0" name="Format" nillable="true" type="tns:ReportFormat" />
<xs:element minOccurs="0" name="Language" nillable="true" type="tns:ReportLanguage" />
<xs:element minOccurs="0" name="ReportName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ReturnOnlyCompleteData" nillable="true" type="xs:boolean" />
</xs:sequence>
</xs:complexType>
<xs:element name="ReportRequest" nillable="true" type="tns:ReportRequest" />