<xs:complexType name="bundleDetailType">
<xs:sequence>
<xs:choice>
<xs:element name="ContainerID" type="mailxml_base:s25" />
<xs:element name="CustomerContainerID" type="mailxml_base:s06" />
</xs:choice>
<xs:element name="CustomerBundleID" type="mailxml_base:s06" minOccurs="0" />
<xs:element name="TotalPieces" type="xs:nonNegativeInteger" />
<xs:element name="TotalCopies" type="xs:nonNegativeInteger" />
<xs:element name="BundleZip" type="mailxml_base:s06" />
<xs:element name="BundleCarrierRoute" type="mailxml_base:s04" minOccurs="0" />
<xs:element name="DestinationEntry" type="mailxml_base:entryDiscountType" minOccurs="0" />
<xs:element name="Zone" type="mailxml_base:zoneType" minOccurs="0" />
<xs:element name="DestinationZip" type="mailxml_base:zipCodeThreeOrFiveDigit" minOccurs="0" />
<xs:element name="OutsideCountyBundleIndicator" type="mailxml_base:inCountyOutCountyIndicatorType" minOccurs="0" />
<xs:element name="SortationLevel" type="mailxml_base:sortationLevelType" minOccurs="0" />
<xs:element name="BundleLevel" type="mailxml_base:bundleDetailLevelType" />
<xs:element name="ParentBundleID" type="mailxml_base:s06" minOccurs="0" />
<xs:element name="BundleBarcode" type="mailxml_base:s20" minOccurs="0" />
<xs:element name="BundleStatus" type="mailxml_base:bundleStatusType" minOccurs="0" />
<xs:element name="BundleRecordStatus" type="mailxml_base:bundleRecordStatusType" minOccurs="0" />
<xs:element name="BundleVersion" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="VersionID" type="mailxml_base:s10" />
<xs:element name="VersionName" type="mailxml_base:s12" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
|