<xs:element name="QualificationReportCreateRequest">
<xs:annotation>
<xs:documentation>Request by a USPS customer for USPS to create a Qualification Report that is used to submit standardized documentation compliant with the DMM 708.1.</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="OnePassPlannedOrActualFlag" type="mailxml_base:onePassPlannedOrActualFlagType" />
<xs:element name="QualificationReport" type="mailxml:qualificationReportDataType" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:MailXMLQualReportRequestHeaderInfo" />
</xs:complexType>
</xs:element>
|