<element name="InventoryBalance">
<annotation>
<documentation xml:lang="en">Information regarding a book inventory position for all the products owned by a shipper at a given terminal.</documentation>
</annotation>
<complexType>
<choice>
<sequence>
<element name="Success" type="pidx:SuccessType" minOccurs="0">
<annotation>
<documentation xml:lang="en"> Standard way to indicate successful processing of a PIDX message. Returning an empty element of this type indicates success.</documentation>
</annotation>
</element>
<element name="Warnings" type="pidx:WarningsType" minOccurs="0">
<annotation>
<documentation xml:lang="en"> Standard way to indicate successful processing of an PIDX message, but one in which warnings are generated.</documentation>
</annotation>
</element>
<element ref="pidx:InventoryBalanceInformation">
<annotation>
<documentation>Information regarding a book inventory position for all the products owned by a shipper at a given terminal.</documentation>
</annotation>
</element>
</sequence>
<element name="Errors" type="pidx:ErrorsType">
<annotation>
<documentation xml:lang="en"> A collection of errors that occurred during the processing of a message.</documentation>
</annotation>
</element>
</choice>
<attribute ref="pidx:documentIdentifier" use="required" />
<attribute ref="pidx:transactionPurposeIndicator" use="required" />
<attribute ref="pidx:version" />
</complexType>
</element>
|