<xs:complexType name="pieceRangeBlockType">
<xs:sequence>
<xs:element name="IMbarcodeLowerSerialization">
<xs:complexType>
<xs:choice>
<xs:sequence>
<xs:element name="MailerID6" type="mailxml_base:mailerID6Type" />
<xs:element name="SerialNumber9" type="mailxml_base:iMBSerialNumber9Type" />
</xs:sequence>
<xs:sequence>
<xs:element name="MailerID9" type="mailxml_base:mailerID9Type" />
<xs:element name="SerialNumber6" type="mailxml_base:iMBSerialNumber6Type" />
</xs:sequence>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="IMbarcodeUpperSerialization">
<xs:complexType>
<xs:choice>
<xs:sequence>
<xs:element name="MailerID6" type="mailxml_base:mailerID6Type" />
<xs:element name="SerialNumber9" type="mailxml_base:iMBSerialNumber9Type" />
</xs:sequence>
<xs:sequence>
<xs:element name="MailerID9" type="mailxml_base:mailerID9Type" />
<xs:element name="SerialNumber6" type="mailxml_base:iMBSerialNumber6Type" />
</xs:sequence>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="MailPreparer" type="mailxml:participantIDType" minOccurs="0" />
<xs:element name="MailOwner" type="mailxml:participantIDType" minOccurs="0" />
<xs:choice>
<xs:element name="ServiceTypeCode" type="mailxml_base:ServiceTypeCodeType" />
<xs:element name="MailClass" type="mailxml_base:mailClassType" />
</xs:choice>
<xs:element name="ServiceLevelIndicator" type="mailxml_base:serviceLevelIndicatorType" />
</xs:sequence>
</xs:complexType>
|