Definition Type: Element
Name: DeliveryApptShellUpdateResponse
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Response to the request to update a delivery appointment shell to which content will be added later.
Collapse XSD Schema Diagram:
Drilldown into DeliveryApptShellReject in schema mailxml_120308_xsd Drilldown into DeliveryApptShellAccept in schema mailxml_120308_xsdXSD Diagram of DeliveryApptShellUpdateResponse in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="DeliveryApptShellUpdateResponse">
    <xs:annotation>
        <xs:documentation>Response to the request to update a delivery appointment shell to which content will be added later.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:choice>
            <xs:element name="DeliveryApptShellAccept" type="mailxml:deliveryApptShellAcceptType">
                <xs:annotation>
                    <xs:documentation>
                    </xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="DeliveryApptShellReject" type="mailxml:deliveryApptShellRejectType">
                <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
DeliveryApptShellAccept mailxml:DeliveryApptShellAccept (1) (1)
DeliveryApptShellReject mailxml:DeliveryApptShellReject (1) (1)