<complexType name="ProductType">
<sequence>
<element ref="pidx:ProductDescription" minOccurs="0" />
<element ref="pidx:GrossQuantity" />
<element ref="pidx:Temperature" minOccurs="0" />
<element ref="pidx:Gravity" minOccurs="0" />
<element ref="pidx:NetQuantity" />
<element ref="pidx:ProductCharacteristics" />
</sequence>
<attribute name="ProductCode" type="string" use="required">
<annotation>
<documentation>A code which identifies the product loaded. Codes used are the Oil Industry Common Product Codes. The codes are maintained and available from the PIDX Downstream E-Business Subcommittee. If there was no blending, the Component and Finished Product Codes should be the same code.</documentation>
</annotation>
</attribute>
<attribute name="ProductName" type="string" />
</complexType>
|