Definition Type: Element
Name: PDRRangePieceBlock
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 PieceRangeBlock in schema mailxml_120308_xsd Drilldown into DatabaseContainerID in schema mailxml_120308_xsdXSD Diagram of PDRRangePieceBlock in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DatabaseContainerID mailxml:DatabaseContainerID (1) (1)
PieceRangeBlock mailxml:PieceRangeBlock (1) unbounded