Definition Type: Element
Name: USPSMIDCreateResponse
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Response to a request to USPS to create MID information.
Collapse XSD Schema Diagram:
Drilldown into USPSMIDCreateReject in schema mailxml_120308_xsd Drilldown into USPSMIDCreateAccept in schema mailxml_120308_xsdXSD Diagram of USPSMIDCreateResponse in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="USPSMIDCreateResponse">
    <xs:annotation>
        <xs:documentation>Response to a request to USPS to create MID information.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:choice maxOccurs="unbounded">
            <xs:element name="USPSMIDCreateAccept">
                <xs:annotation>
                    <xs:documentation>
                    </xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="MIDEntry" type="mailxml:midEntryType" />
                        <xs:choice>
                            <xs:element name="MIDCreateRequestID" type="mailxml_base:s12" />
                            <xs:element name="MID" type="mailxml:MIDType" />
                        </xs:choice>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="USPSMIDCreateReject">
                <xs:annotation>
                    <xs:documentation>
                    </xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" />
                        <xs:element name="MIDEntry" type="mailxml:midEntryType" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
        </xs:choice>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
USPSMIDCreateAccept mailxml:USPSMIDCreateAccept (1) (1)
USPSMIDCreateReject mailxml:USPSMIDCreateReject (1) (1)