XML Schema Documentation

Complex Type: UnitQuantity

[Table of contents]

Super-types: None
Sub-types: None
Name UnitQuantity
Used by (from the same schema document) Complex Type ElectricityPhysicalQuantity , Model Group CommodityFixedPhysicalQuantity.model
Abstract no
Documentation A quantity and associated unit.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<quantityUnit> QuantityUnit </quantityUnit> [1]

'Quantity Unit is the unit of measure applicable for the quantity on the Transaction.'

<quantity> NonNegativeDecimal </quantity> [1]

'Amount of commodity per quantity frequency.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="UnitQuantity">
<xsd:sequence>
<xsd:element name="quantityUnit" type=" QuantityUnit "/>
<xsd:element name="quantity" type=" NonNegativeDecimal "/>
</xsd:sequence>
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:complexType>