Definition Type: Element
Name: DeliveryApptCancelCreateResponse
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Response to the request to cancel a delivery appointment and create a new one.
Collapse XSD Schema Diagram:
Drilldown into DeliveryApptReject in schema mailxml_120308_xsd Drilldown into DeliveryApptAccept in schema mailxml_120308_xsd Drilldown into ApptCancel in schema mailxml_120308_xsd Drilldown into ReturnInfo in schema mailxml_120308_xsdXSD Diagram of DeliveryApptCancelCreateResponse in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="DeliveryApptCancelCreateResponse">
    <xs:annotation>
        <xs:documentation>Response to the request to cancel a delivery appointment and create a new one.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:choice maxOccurs="unbounded">
                <xs:element name="ReturnInfo" type="mailxml:returnInfoType" />
                <xs:element name="ApptCancel">
                    <xs:complexType>
                        <xs:sequence>
                            <xs:element name="CancelConfirmID" type="mailxml_base:s12" />
                        </xs:sequence>
                        <xs:attribute name="ConsigneeApptID" type="mailxml_base:s12" use="required" />
                    </xs:complexType>
                </xs:element>
            </xs:choice>
            <xs:choice>
                <xs:element name="DeliveryApptAccept" type="mailxml:deliveryApptAcceptType" />
                <xs:element name="DeliveryApptReject" type="mailxml:deliveryApptRejectType" />
            </xs:choice>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ReturnInfo mailxml:ReturnInfo (1) (1)
ApptCancel mailxml:ApptCancel (1) (1)
DeliveryApptAccept mailxml:DeliveryApptAccept (1) (1)
DeliveryApptReject mailxml:DeliveryApptReject (1) (1)