Definition Type: Element
Name: USPSCRIDCreateResponse
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Response to a request to the USPS to create one or more CRIDs.
Collapse XSD Schema Diagram:
Drilldown into USPSCRIDCreateReject in schema mailxml_120308_xsd Drilldown into USPSCRIDCreateAccept in schema mailxml_120308_xsdXSD Diagram of USPSCRIDCreateResponse in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="USPSCRIDCreateResponse">
    <xs:annotation>
        <xs:documentation>Response to a request to the USPS to create one or more CRIDs.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:choice>
            <xs:element name="USPSCRIDCreateAccept">
                <xs:annotation>
                    <xs:documentation>
                    </xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:sequence maxOccurs="unbounded">
                        <xs:element name="CRIDCreateRequestID" type="mailxml_base:s12" />
                        <xs:element name="CRIDEntry" type="mailxml:CRIDEntryType" />
                        <xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" minOccurs="0" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="USPSCRIDCreateReject">
                <xs:annotation>
                    <xs:documentation>
                    </xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:sequence maxOccurs="unbounded">
                        <xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
        </xs:choice>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
USPSCRIDCreateAccept mailxml:USPSCRIDCreateAccept (1) (1)
USPSCRIDCreateReject mailxml:USPSCRIDCreateReject (1) (1)