<xs:element name="QualificationReportQueryRequest">
<xs:annotation>
<xs:documentation>A request from a USPS customer for Qualification Report Data.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="SubmittingParty" type="mailxml:participantIDType" />
<xs:element name="SubmittingSoftware" type="mailxml:submittingSoftwareType" />
<xs:element name="MailingFacility" type="mailxml_base:s10" />
<xs:element name="PostageStatementStatus" type="mailxml_base:postageStatementStatusType" minOccurs="0" />
<xs:element name="QualificationReportClass" type="mailxml_base:qualificationReportClassType" minOccurs="0" />
<xs:element name="CustomerQualificationReportID" type="mailxml_base:s66" minOccurs="0" />
<xs:element name="BeginDate" type="xs:dateTime" minOccurs="0" />
<xs:element name="EndDate" type="xs:dateTime" minOccurs="0" />
<xs:element name="Preparer" type="mailxml:permitPublicationDataType" minOccurs="0" />
<xs:element name="PermitHolder" type="mailxml:permitPublicationDataType" minOccurs="0" />
<xs:element name="IssueBeginDate" type="xs:dateTime" minOccurs="0" />
<xs:element name="IssueEndDate" type="xs:dateTime" minOccurs="0" />
<xs:element name="IssueNumber" type="mailxml_base:ns06" minOccurs="0" />
<xs:element name="VolumeNumber" type="mailxml_base:ns05" minOccurs="0" />
<xs:element name="DestinationFacilityZip" type="mailxml_base:s09" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:MailXMLMessageHeaderInfo" />
</xs:complexType>
</xs:element>
|