Definition Type: ComplexType
Name: deliveryApptShellCancelResponseType
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into DeliveryApptCancelReject in schema mailxml_120308_xsd Drilldown into DeliveryApptCancelAccept in schema mailxml_120308_xsdXSD Diagram of deliveryApptShellCancelResponseType in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:complexType name="deliveryApptShellCancelResponseType">
    <xs:choice>
        <xs:element name="DeliveryApptCancelAccept">
            <xs:complexType>
                <xs:sequence>
                    <xs:element name="CancelConfirmID" type="mailxml_base:s12" />
                </xs:sequence>
                <xs:attributeGroup ref="mailxml:ResponseMsgHeaderInfo" />
            </xs:complexType>
        </xs:element>
        <xs:element name="DeliveryApptCancelReject">
            <xs:complexType>
                <xs:sequence>
                    <xs:element name="ReturnInfo" type="mailxml:returnInfoType" />
                </xs:sequence>
                <xs:attributeGroup ref="mailxml:ResponseMsgHeaderInfo" />
            </xs:complexType>
        </xs:element>
    </xs:choice>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DeliveryApptCancelAccept mailxml:DeliveryApptCancelAccept (1) (1)
DeliveryApptCancelReject mailxml:DeliveryApptCancelReject (1) (1)
Collapse Derivation Tree:
Collapse References:
mailxml:DeliveryApptShellCancelResponse