Definition Type: Element
Name: BundleDetailCancelResponse
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Response to the request to cancel unique bundle detail.
Collapse XSD Schema Diagram:
Drilldown into BundleDetailCancelReject in schema mailxml_120308_xsd Drilldown into BundleDetailCancelAccept in schema mailxml_120308_xsdXSD Diagram of BundleDetailCancelResponse in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="BundleDetailCancelResponse">
    <xs:annotation>
        <xs:documentation>Response to the request to cancel unique bundle detail.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:choice>
            <xs:element name="BundleDetailCancelAccept">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="CancelConfirmID" type="mailxml_base:s12" />
                        <xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" minOccurs="0" />
                    </xs:sequence>
                    <xs:attributeGroup ref="mailxml:BundleCreateResponseHeaderInfo" />
                </xs:complexType>
            </xs:element>
            <xs:element name="BundleDetailCancelReject">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" />
                    </xs:sequence>
                    <xs:attributeGroup ref="mailxml:BundleCreateResponseHeaderInfo" />
                </xs:complexType>
            </xs:element>
        </xs:choice>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BundleDetailCancelAccept mailxml:BundleDetailCancelAccept (1) (1)
BundleDetailCancelReject mailxml:BundleDetailCancelReject (1) (1)