<complexType name="InventoryBalanceDetailsType">
<sequence>
<element ref="pidx:BeginningInventoryVolume" minOccurs="0" />
<element ref="pidx:Shipments" minOccurs="0" />
<element ref="pidx:Receipts" minOccurs="0" />
<element ref="pidx:TransfersIn" minOccurs="0" />
<element ref="pidx:TransfersOut" minOccurs="0" />
<element ref="pidx:ExchangesIn" minOccurs="0" />
<element ref="pidx:ExchangesOut" minOccurs="0" />
<element ref="pidx:RegradesIn" minOccurs="0" />
<element ref="pidx:RegradesOut" minOccurs="0" />
<element ref="pidx:TruckRackOut" minOccurs="0" />
<element ref="pidx:InventoryAdjustmentIn" minOccurs="0" />
<element ref="pidx:InventoryAdjustmentOut" minOccurs="0" />
<element ref="pidx:GainOrLoss" minOccurs="0" />
<element ref="pidx:EndingInventoryVolume" />
</sequence>
<attribute name="ProductCode" type="string" use="required">
<annotation>
<documentation>A code that identifies the inventoried product. Codes used are the Oil Industry Common Product Codes. The codes are maintained and available from the PIDX Downstream eBusiness Subcommittee. </documentation>
</annotation>
</attribute>
<attribute name="ProductName" type="string">
<annotation>
<documentation>The name of the product asscociated with the product code.</documentation>
</annotation>
</attribute>
</complexType>
|