Definition Type: Element
Name: QualificationReportCreateResponse
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Response from USPS to a customer request to create a Qualification Report.
Collapse XSD Schema Diagram:
Drilldown into QualificationReportCreateReject in schema mailxml_120308_xsd Drilldown into QualificationReportCreateAccept in schema mailxml_120308_xsdXSD Diagram of QualificationReportCreateResponse in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="QualificationReportCreateResponse">
    <xs:annotation>
        <xs:documentation>Response from USPS to a customer request to create a Qualification Report.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:choice>
            <xs:element name="QualificationReportCreateAccept">
                <xs:annotation>
                    <xs:documentation>Response from USPS indicating that a 
					Qualification Report was created.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="CustomerQualificationReportID" type="mailxml_base:s66" minOccurs="0" />
                        <xs:element name="TrackingID" type="mailxml_base:s12" />
                        <xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" minOccurs="0" />
                    </xs:sequence>
                    <xs:attributeGroup ref="mailxml:MailXMLQualReportResponseHeaderInfo" />
                </xs:complexType>
            </xs:element>
            <xs:element name="QualificationReportCreateReject">
                <xs:annotation>
                    <xs:documentation>Response from USPS indicating that a 
					Qualification Report could not be created and why.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" />
                    </xs:sequence>
                    <xs:attributeGroup ref="mailxml:MailXMLQualReportResponseHeaderInfo" />
                </xs:complexType>
            </xs:element>
        </xs:choice>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
QualificationReportCreateAccept mailxml:QualificationReportCreateAccept (1) (1)
QualificationReportCreateReject mailxml:QualificationReportCreateReject (1) (1)