Definition Type: ComplexType
Name: mailPieceIDType
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into DeliveryPointZIP in schema mailxml_120308_xsd Drilldown into DeliveryContainerID in schema mailxml_120308_xsd Drilldown into DeliveryPointZIP in schema mailxml_120308_xsd Drilldown into PlanetCode in schema mailxml_120308_xsd Drilldown into IMB in schema mailxml_120308_xsdXSD Diagram of mailPieceIDType in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:complexType name="mailPieceIDType">
    <xs:choice minOccurs="0">
        <xs:element name="IMB" type="mailxml:intelligentMailBarcodeType" />
        <xs:sequence>
            <xs:element name="PlanetCode" type="mailxml_base:planetCodeType" minOccurs="0" />
            <xs:element name="DeliveryPointZIP" type="mailxml_base:RoutingZipCodeType" />
        </xs:sequence>
        <xs:sequence>
            <xs:element name="DeliveryContainerID" type="mailxml_base:ns22" />
            <xs:element name="DeliveryPointZIP" type="mailxml_base:RoutingZipCodeType" />
        </xs:sequence>
    </xs:choice>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IMB mailxml:IMB (1) (1)
PlanetCode mailxml:PlanetCode 0 (1)
DeliveryPointZIP mailxml:DeliveryPointZIP (1) (1)
DeliveryContainerID mailxml:DeliveryContainerID (1) (1)
DeliveryPointZIP mailxml:DeliveryPointZIP (1) (1)
Collapse Derivation Tree:
Collapse References:
mailxml:HighestMailPieceID, mailxml:HighestMailPieceID, mailxml:LowestMailPieceID, mailxml:LowestMailPieceIDmailxml:MailPieceID, mailxml:MailPieceID,