Definition Type: Element
Name: SiblingContainerCancelResponse
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Response to a request to cancel a sibling container.
Collapse XSD Schema Diagram:
Drilldown into SiblingContainerCancelReject in schema mailxml_120308_xsd Drilldown into SiblingContainerCancelAccept in schema mailxml_120308_xsdXSD Diagram of SiblingContainerCancelResponse in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="SiblingContainerCancelResponse">
    <xs:annotation>
        <xs:documentation>Response to a request to cancel a sibling container.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:choice>
            <xs:element name="SiblingContainerCancelAccept">
                <xs:annotation>
                    <xs:documentation>
                    </xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="CancelConfirmID" type="mailxml_base:s12" />
                    </xs:sequence>
                    <xs:attributeGroup ref="mailxml:SiblingIdentifierHeaderInfo" />
                </xs:complexType>
            </xs:element>
            <xs:element name="SiblingContainerCancelReject">
                <xs:annotation>
                    <xs:documentation>
                    </xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="ReturnInfo" type="mailxml:returnInfoType" />
                    </xs:sequence>
                    <xs:attributeGroup ref="mailxml:SiblingIdentifierHeaderInfo" />
                </xs:complexType>
            </xs:element>
        </xs:choice>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SiblingContainerCancelAccept mailxml:SiblingContainerCancelAccept (1) (1)
SiblingContainerCancelReject mailxml:SiblingContainerCancelReject (1) (1)