Definition Type: Element
Name: USPSMIDQueryRequest
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Query request for USPS MID information.
Collapse XSD Schema Diagram:
Drilldown into MIDRequested in schema mailxml_120308_xsd Drilldown into SubmittingSoftware in schema mailxml_120308_xsd Drilldown into SubmittingParty in schema mailxml_120308_xsdXSD Diagram of USPSMIDQueryRequest in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="USPSMIDQueryRequest">
    <xs:annotation>
        <xs:documentation>Query request for USPS MID information.</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="MIDRequested" maxOccurs="unbounded">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="MIDCreateRequestID" type="mailxml_base:s12" />
                        <xs:choice>
                            <xs:sequence>
                                <xs:element name="CustomerName" type="mailxml_base:s40" />
                                <xs:element name="Address" type="mailxml:addressType" />
                            </xs:sequence>
                            <xs:element name="PermitPublicationData" type="mailxml:permitPublicationDataType" />
                            <xs:element name="CustomerCRID" type="mailxml_base:CRIDType" />
                        </xs:choice>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SubmittingParty mailxml:SubmittingParty (1) (1)
SubmittingSoftware mailxml:SubmittingSoftware (1) (1)
MIDRequested mailxml:MIDRequested (1) unbounded