Definition Type: Element
Name: NetQuantity
Namespace: http://www.api.org/pidXML
Type: decimal:http://www.w3.org/2001/XMLSchema
Containing Schema: PIDXLib.xsd
Abstract
Documentation:
A numeric signed field which represents the net (metered) quantity of product loaded. Since this is a signed field, negative values are allowed. Negative values could mean: a cancelled transaction, receipt of product into a terminal, etc. This represents a combination of the following 2 fields in the PDXB v3 record set: 'Net Quantity or Temperature / Gravity' (field 38) and 'NetCreditSign'.
Collapse XSD Schema Diagram:
Drilldown into QuantityUnitOfMeasurement in schema pidxlib_xsdXSD Diagram of NetQuantity in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="NetQuantity">
    <annotation>
        <documentation>A numeric signed field which represents the net (metered) quantity of product loaded. Since this is a signed field, negative values are allowed. Negative values could mean: a cancelled transaction, receipt of product into a terminal, etc.</documentation>
        <documentation>This represents a combination of the following 2 fields in the PDXB v3 record set: 'Net Quantity or Temperature / Gravity' (field 38) and 'NetCreditSign'.</documentation>
    </annotation>
    <complexType>
        <simpleContent>
            <extension base="decimal">
                <attribute name="QuantityUnitOfMeasurement" type="pidx:QuantityUnitOfMeasurementCodeType" />
            </extension>
        </simpleContent>
    </complexType>
</element>
Collapse Child Attributes:
Name Type Default Value Use
QuantityUnitOfMeasurement pidx:QuantityUnitOfMeasurement (Optional)