Definition Type: Element
Name: SibilingContainerCancelRequest
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Request to cancel a sibling container.
Collapse XSD Schema Diagram:
Drilldown into ReturnInfo in schema mailxml_120308_xsd Drilldown into SiblingToDelete in schema mailxml_120308_xsd Drilldown into OriginalContainer in schema mailxml_120308_xsd Drilldown into SubmittingSoftware in schema mailxml_120308_xsd Drilldown into SubmittingParty in schema mailxml_120308_xsdXSD Diagram of SibilingContainerCancelRequest in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="SibilingContainerCancelRequest">
    <xs:annotation>
        <xs:documentation>Request to cancel a sibling container.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="SubmittingParty" type="mailxml:participantIDType" />
            <xs:element name="SubmittingSoftware" type="mailxml:submittingSoftwareType" />
            <xs:element name="OriginalContainer" type="mailxml:mailDatContainerIDType" />
            <xs:element name="SiblingToDelete" type="mailxml:mailDatContainerIDType" maxOccurs="unbounded" />
            <xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" minOccurs="0" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SubmittingParty mailxml:SubmittingParty (1) (1)
SubmittingSoftware mailxml:SubmittingSoftware (1) (1)
OriginalContainer mailxml:OriginalContainer (1) (1)
SiblingToDelete mailxml:SiblingToDelete (1) unbounded
ReturnInfo mailxml:ReturnInfo 0 (1)