<xs:complexType name="mailPieceBlockType">
<xs:sequence>
<xs:element name="ServiceLevelIndicator" type="mailxml_base:serviceLevelIndicatorType" />
<xs:choice minOccurs="0">
<xs:sequence>
<xs:element name="LOTSequenceDirectionCode" type="mailxml_base:s01" />
<xs:element name="LOTSequenceNumber" type="mailxml_base:ns04" />
</xs:sequence>
<xs:element name="WalkSequenceNumber" type="mailxml_base:ns05" />
</xs:choice>
<xs:choice minOccurs="0">
<xs:element name="IMB" type="mailxml:intelligentMailBarcodeIdentifierType" />
<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:element name="PieceID" type="mailxml_base:s22" />
<xs:element name="WastedPieceIndicator" type="mailxml_base:yesNo" minOccurs="0" />
<xs:element name="MLOCRrateANDpostageMarking" type="mailxml_base:s07" minOccurs="0" />
<xs:element name="MoveComplianceUpdateMethod" type="mailxml_base:moveUpdateMethodType" minOccurs="0" />
<xs:element name="MailOwner" type="mailxml:mailOwnerBlockType" minOccurs="0" />
<xs:element name="BarCodeApplicator" type="mailxml:participantIDType" minOccurs="0" />
<xs:element name="MachineID" type="mailxml_base:s04" minOccurs="0" />
<xs:element name="CustomerBundleID" type="mailxml_base:s12" minOccurs="0" />
</xs:sequence>
</xs:complexType>
|