<complexType name="InventoryBalanceRequestHeaderType">
<sequence>
<element ref="pidx:StartDateTime">
<annotation>
<documentation> The start datetime of the period being requested.</documentation>
</annotation>
</element>
<element ref="pidx:EndDateTime">
<annotation>
<documentation> The end datetime of the period being requested</documentation>
</annotation>
</element>
<element ref="pidx:TerminalInformation" />
<element ref="pidx:Shipper">
<annotation>
<documentation> The owner of the product in the terminal.</documentation>
</annotation>
</element>
<element ref="pidx:UnitOfMeasureCode" minOccurs="0">
<annotation>
<documentation>The requested unit of measure for all products contained in the inventory report.</documentation>
</annotation>
</element>
</sequence>
</complexType>
|