Definition Type: ComplexType
Name: mailPieceRequestType
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into MailXMLPieceRangeBlock in schema mailxml_120308_xsd Drilldown into MailPieceBlock in schema mailxml_120308_xsd Drilldown into TransmittedCount in schema mailxml_120308_xsd Drilldown into MailingGroupID in schema mailxml_120308_xsd Drilldown into CustomerGroupID in schema mailxml_120308_xsd Drilldown into PDRRangePieceBlock in schema mailxml_120308_xsd Drilldown into PDRMailPieceBlock in schema mailxml_120308_xsd Drilldown into TransmittedCount in schema mailxml_120308_xsd Drilldown into MaildatJobID in schema mailxml_120308_xsd Drilldown into UserLicenseCode in schema mailxml_120308_xsd Drilldown into SubmittingSoftware in schema mailxml_120308_xsd Drilldown into SubmittingParty in schema mailxml_120308_xsdXSD Diagram of mailPieceRequestType in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:complexType name="mailPieceRequestType">
    <xs:sequence>
        <xs:element name="SubmittingParty" type="mailxml:participantIDType" />
        <xs:element name="SubmittingSoftware" type="mailxml:submittingSoftwareType" />
        <xs:choice>
            <xs:sequence>
                <xs:element name="UserLicenseCode" type="mailxml_base:userLicenseCodeType" />
                <xs:element name="MaildatJobID" type="mailxml_base:jobIDType" />
                <xs:element name="TransmittedCount" type="xs:nonNegativeInteger" minOccurs="0" />
                <xs:choice>
                    <xs:element name="PDRMailPieceBlock" type="mailxml:PDRMailPieceBlockType" maxOccurs="unbounded" />
                    <xs:element name="PDRRangePieceBlock" maxOccurs="unbounded">
                        <xs:complexType>
                            <xs:sequence>
                                <xs:element name="DatabaseContainerID" type="mailxml_base:databaseContainerIDType" />
                                <xs:element name="PieceRangeBlock" type="mailxml:pieceRangeBlockType" maxOccurs="unbounded" />
                            </xs:sequence>
                        </xs:complexType>
                    </xs:element>
                </xs:choice>
            </xs:sequence>
            <xs:sequence>
                <xs:element name="CustomerGroupID" type="mailxml_base:s25" />
                <xs:element name="MailingGroupID" type="xs:nonNegativeInteger" />
                <xs:element name="TransmittedCount" type="xs:nonNegativeInteger" minOccurs="0" />
                <xs:choice>
                    <xs:element name="MailPieceBlock" type="mailxml:mailPieceBlockType" />
                    <xs:element name="MailXMLPieceRangeBlock">
                        <xs:complexType>
                            <xs:sequence>
                                <xs:element name="ContainerID" type="mailxml_base:container24CharacterBarcodeType" />
                                <xs:element name="RangePieceCount" type="xs:nonNegativeInteger" />
                                <xs:element name="PieceRangeBlock" type="mailxml:pieceRangeBlockType" maxOccurs="unbounded" />
                            </xs:sequence>
                        </xs:complexType>
                    </xs:element>
                </xs:choice>
            </xs:sequence>
        </xs:choice>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SubmittingParty mailxml:SubmittingParty (1) (1)
SubmittingSoftware mailxml:SubmittingSoftware (1) (1)
UserLicenseCode mailxml:UserLicenseCode (1) (1)
MaildatJobID mailxml:MaildatJobID (1) (1)
TransmittedCount mailxml:TransmittedCount 0 (1)
PDRMailPieceBlock mailxml:PDRMailPieceBlock (1) unbounded
PDRRangePieceBlock mailxml:PDRRangePieceBlock (1) unbounded
CustomerGroupID mailxml:CustomerGroupID (1) (1)
MailingGroupID mailxml:MailingGroupID (1) (1)
TransmittedCount mailxml:TransmittedCount 0 (1)
MailPieceBlock mailxml:MailPieceBlock (1) (1)
MailXMLPieceRangeBlock mailxml:MailXMLPieceRangeBlock (1) (1)
Collapse Derivation Tree:
Collapse References:
mailxml:MailPieceCancelRequest, mailxml:MailPieceCreateRequest, mailxml:MailPieceUpdateRequest