Definition Type: Element
Name: MIDRequested
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into CustomerCRID in schema mailxml_120308_xsd Drilldown into PermitPublicationData in schema mailxml_120308_xsd Drilldown into Address in schema mailxml_120308_xsd Drilldown into CustomerName in schema mailxml_120308_xsd Drilldown into MIDCreateRequestID in schema mailxml_120308_xsdXSD Diagram of MIDRequested in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="MIDRequested" maxOccurs="unbounded">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="MIDCreateRequestID" type="mailxml_base:s12" />
            <xs:choice>
                <xs:sequence>
                    <xs:element name="CustomerName" type="mailxml_base:s40" />
                    <xs:element name="Address" type="mailxml:addressType" />
                </xs:sequence>
                <xs:element name="PermitPublicationData" type="mailxml:permitPublicationDataType" />
                <xs:element name="CustomerCRID" type="mailxml_base:CRIDType" />
            </xs:choice>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MIDCreateRequestID mailxml:MIDCreateRequestID (1) (1)
CustomerName mailxml:CustomerName (1) (1)
Address mailxml:Address (1) (1)
PermitPublicationData mailxml:PermitPublicationData (1) (1)
CustomerCRID mailxml:CustomerCRID (1) (1)