Definition Type: Element
Name: DeliveryApptUpdateResponse
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Response to the request to update a deliver appointment.
Collapse XSD Schema Diagram:
Drilldown into DeliveryApptUpdateReject in schema mailxml_120308_xsd Drilldown into DeliveryApptUpdateAccept in schema mailxml_120308_xsdXSD Diagram of DeliveryApptUpdateResponse in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="DeliveryApptUpdateResponse">
    <xs:annotation>
        <xs:documentation>Response to the request to update a deliver appointment.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:choice>
            <xs:element name="DeliveryApptUpdateAccept" type="mailxml:deliveryApptUpdateAcceptType">
                <xs:annotation>
                    <xs:documentation>
                    </xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="DeliveryApptUpdateReject" type="mailxml:deliveryApptUpdateRejectType">
                <xs:annotation>
                    <xs:documentation>
                    </xs:documentation>
                </xs:annotation>
            </xs:element>
        </xs:choice>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DeliveryApptUpdateAccept mailxml:DeliveryApptUpdateAccept (1) (1)
DeliveryApptUpdateReject mailxml:DeliveryApptUpdateReject (1) (1)