Definition Type: Element
Name: BundleDetailCreateResponse
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Response to the request to create unique bundle detail information.
Collapse XSD Schema Diagram:
Drilldown into BundleDetailCreateReject in schema mailxml_120308_xsd Drilldown into BundleDetailCreateAccept in schema mailxml_120308_xsdXSD Diagram of BundleDetailCreateResponse in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="BundleDetailCreateResponse">
    <xs:annotation>
        <xs:documentation>Response to the request to create unique bundle detail information.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:choice>
            <xs:element name="BundleDetailCreateAccept">
                <xs:complexType>
                    <xs:sequence maxOccurs="unbounded">
                        <xs:element name="BundleConfirmID" 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="BundleDetailCreateReject">
                <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
BundleDetailCreateAccept mailxml:BundleDetailCreateAccept (1) (1)
BundleDetailCreateReject mailxml:BundleDetailCreateReject (1) (1)