Definition Type: Element
Name: PieceRequest
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 MailingGroupID in schema mailxml_120308_xsd Drilldown into CustomerGroupID in schema mailxml_120308_xsd Drilldown into MaildatJobID in schema mailxml_120308_xsd Drilldown into UserLicenseCode in schema mailxml_120308_xsd Drilldown into DataRange in schema mailxml_120308_xsd Drilldown into UpperIMBRange in schema mailxml_120308_xsd Drilldown into LowerIMBRange in schema mailxml_120308_xsd Drilldown into MailClass in schema mailxml_120308_xsdXSD Diagram of PieceRequest in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="PieceRequest" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation>
        </xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="MailClass" type="mailxml_base:mailClassType" />
            <xs:sequence minOccurs="0">
                <xs:element name="LowerIMBRange" type="mailxml_base:iMBType" />
                <xs:element name="UpperIMBRange" type="mailxml_base:iMBType" />
            </xs:sequence>
            <xs:element name="DataRange">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="LowerDateRange" type="xs:date" />
                        <xs:element name="UpperDateRange" type="xs:date" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:choice>
                <xs:sequence>
                    <xs:element name="UserLicenseCode" type="mailxml_base:userLicenseCodeType" />
                    <xs:element name="MaildatJobID" type="mailxml_base:jobIDType" />
                </xs:sequence>
                <xs:sequence>
                    <xs:element name="CustomerGroupID" type="mailxml_base:s25" />
                    <xs:element name="MailingGroupID" type="xs:nonNegativeInteger" />
                </xs:sequence>
            </xs:choice>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MailClass mailxml:MailClass (1) (1)
LowerIMBRange mailxml:LowerIMBRange (1) (1)
UpperIMBRange mailxml:UpperIMBRange (1) (1)
DataRange mailxml:DataRange (1) (1)
UserLicenseCode mailxml:UserLicenseCode (1) (1)
MaildatJobID mailxml:MaildatJobID (1) (1)
CustomerGroupID mailxml:CustomerGroupID (1) (1)
MailingGroupID mailxml:MailingGroupID (1) (1)