<element name="GrossQuantity">
<annotation>
<documentation>A numeric signed field which represents the gross (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: 'GrossQuantity' and 'GrossCreditSign'.</documentation>
</annotation>
<complexType>
<simpleContent>
<extension base="decimal">
<attribute name="QuantityUnitOfMeasurement" type="pidx:QuantityUnitOfMeasurementCodeType" />
</extension>
</simpleContent>
</complexType>
</element>
|