Definition Type: Element
Name: MailXMLPieceRangeBlock
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into PieceRangeBlock in schema mailxml_120308_xsd Drilldown into RangePieceCount in schema mailxml_120308_xsd Drilldown into ContainerID in schema mailxml_120308_xsdXSD Diagram of MailXMLPieceRangeBlock in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ContainerID mailxml:ContainerID (1) (1)
RangePieceCount mailxml:RangePieceCount (1) (1)
PieceRangeBlock mailxml:PieceRangeBlock (1) unbounded