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