Definition Type: Element
Name: SiblingContainerCreateResponse
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Response to a request to create a uniquely identified sibling container by adding a sibling container to an existing Mail.dat
Collapse XSD Schema Diagram:
Drilldown into SibilingContainerCreateReject in schema mailxml_120308_xsd Drilldown into SiblingContainerCreateAccept in schema mailxml_120308_xsdXSD Diagram of SiblingContainerCreateResponse in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="SiblingContainerCreateResponse">
    <xs:annotation>
        <xs:documentation>Response to a request to create a uniquely identified sibling container by adding a sibling container to an existing Mail.dat</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:choice>
            <xs:element name="SiblingContainerCreateAccept">
                <xs:annotation>
                    <xs:documentation>
                    </xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="NewSiblingContainer" type="mailxml:mailDatContainerIDType" maxOccurs="unbounded" />
                        <xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="SibilingContainerCreateReject">
                <xs:annotation>
                    <xs:documentation>
                    </xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="OriginalContainer" type="mailxml:mailDatContainerIDType" />
                        <xs:element name="RejectedSiblingContainer" type="mailxml:mailDatContainerIDType" maxOccurs="unbounded" />
                        <xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
        </xs:choice>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SiblingContainerCreateAccept mailxml:SiblingContainerCreateAccept (1) (1)
SibilingContainerCreateReject mailxml:SibilingContainerCreateReject (1) (1)