<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>
|