Definition Type: ComplexType
Name: UnitQuantity
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-com-5-10.xsd
Abstract
Documentation:
A quantity and associated unit.
Collapse XSD Schema Diagram:
Drilldown into quantity in schema fpml-com-5-10_xsd Drilldown into quantityUnit in schema fpml-com-5-10_xsd Drilldown into id in schema fpml-com-5-10_xsdXSD Diagram of UnitQuantity in schema fpml-com-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="UnitQuantity">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A quantity and associated unit.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="quantityUnit" type="QuantityUnit">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Quantity Unit is the unit of measure applicable for the quantity on the Transaction.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="quantity" type="NonNegativeDecimal">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Amount of commodity per quantity frequency.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
quantityUnit nsA:quantityUnit (1) (1)
quantity nsA:quantity (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:numberOfAllowances, nsA:totalPhysicalQuantity, nsA:totalPhysicalQuantitynsA:UnitQuantityRef,