Definition Type: ComplexType
Name: ProductType
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXLib.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ProductCharacteristics in schema pidxlib_xsd Drilldown into NetQuantity in schema pidxlib_xsd Drilldown into Gravity in schema pidxlib_xsd Drilldown into Temperature in schema pidxlib_xsd Drilldown into GrossQuantity in schema pidxlib_xsd Drilldown into ProductDescription in schema pidxlib_xsd Drilldown into ProductName in schema pidxlib_xsd Drilldown into ProductCode in schema pidxlib_xsdXSD Diagram of ProductType in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ProductDescription pidx:ProductDescription 0 (1)
GrossQuantity pidx:GrossQuantity (1) (1)
Temperature pidx:Temperature 0 (1)
Gravity pidx:Gravity 0 (1)
NetQuantity pidx:NetQuantity (1) (1)
ProductCharacteristics pidx:ProductCharacteristics (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
ProductCode pidx:ProductCode Required
ProductName pidx:ProductName (Optional)
Collapse Derivation Tree:
Collapse References:
pidx:ComponentProduct, pidx:FinishedProductType, pidx:Product