Definition Type: Element
Name: AllApptCloseoutResponse
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Response to the request to closeout all delivery appointments.
Collapse XSD Schema Diagram:
Drilldown into AllDeliveryApptCloseoutReject in schema mailxml_120308_xsd Drilldown into AllDeliveryApptCloseoutAccept in schema mailxml_120308_xsdXSD Diagram of AllApptCloseoutResponse in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="AllApptCloseoutResponse">
    <xs:annotation>
        <xs:documentation>Response to the request to closeout all delivery appointments.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:choice>
            <xs:element name="AllDeliveryApptCloseoutAccept">
                <xs:annotation>
                    <xs:documentation>Response indicating that all delivery appointments have been closed.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:sequence>
                        <xs:element ref="mailxml:ConsigneeGoodsReceipt" minOccurs="0" maxOccurs="unbounded" />
                        <xs:element ref="mailxml:UnscheduledConsigneeGoodsReceipt" minOccurs="0" maxOccurs="unbounded" />
                    </xs:sequence>
                    <xs:attributeGroup ref="mailxml:StatusRequestMsgHeaderInfo" />
                </xs:complexType>
            </xs:element>
            <xs:element name="AllDeliveryApptCloseoutReject">
                <xs:annotation>
                    <xs:documentation>Response indicating that all delivery appointments could not be closed and why.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" minOccurs="0" />
                    </xs:sequence>
                    <xs:attributeGroup ref="mailxml:StatusRequestMsgHeaderInfo" />
                </xs:complexType>
            </xs:element>
        </xs:choice>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AllDeliveryApptCloseoutAccept mailxml:AllDeliveryApptCloseoutAccept (1) (1)
AllDeliveryApptCloseoutReject mailxml:AllDeliveryApptCloseoutReject (1) (1)