<complexType name="InventoryBalanceSummaryType">
<sequence>
<element ref="pidx:BeginningInventoryVolumeTotal" />
<element ref="pidx:ShipmentsTotal" />
<element ref="pidx:ReceiptsTotal" />
<element ref="pidx:TransfersInTotal" />
<element ref="pidx:TransfersOutTotal" />
<element ref="pidx:ExchangesInTotal" />
<element ref="pidx:ExchangesOutTotal" />
<element ref="pidx:RegradesInTotal" />
<element ref="pidx:RegradesOutTotal" />
<element ref="pidx:TruckRackOutTotal" />
<element ref="pidx:InventoryAdjustmentInTotal" />
<element ref="pidx:InventoryAdjustmentOutTotal" />
<element ref="pidx:GainOrLossTotal" />
<element ref="pidx:EndingInventoryVolumeTotal" />
</sequence>
</complexType>
|