Definition Type: ComplexType
Name: MailXMLContainerIDType
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ContainerID in schema mailxml_120308_xsd Drilldown into CustomerContainerID in schema mailxml_120308_xsd Drilldown into CustomerGroupID in schema mailxml_120308_xsd Drilldown into MailingGroupID in schema mailxml_120308_xsdXSD Diagram of MailXMLContainerIDType in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:complexType name="MailXMLContainerIDType">
    <xs:sequence>
        <xs:choice>
            <xs:element name="MailingGroupID" type="xs:nonNegativeInteger" />
            <xs:element name="CustomerGroupID" type="mailxml_base:s25" />
        </xs:choice>
        <xs:choice minOccurs="1" maxOccurs="2">
            <xs:element name="CustomerContainerID" type="mailxml_base:s50" />
            <xs:element name="ContainerID" type="mailxml_base:s50" />
        </xs:choice>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MailingGroupID mailxml:MailingGroupID (1) (1)
CustomerGroupID mailxml:CustomerGroupID (1) (1)
CustomerContainerID mailxml:CustomerContainerID (1) (1)
ContainerID mailxml:ContainerID (1) (1)
Collapse Derivation Tree:
Collapse References:
mailxml:MailXMLContainer, mailxml:MailXMLContainer, mailxml:MailXMLContainer