Definition Type: ComplexType
Name: UnitQuantity
Namespace: http://www.fpml.org/FpML-5/recordkeeping
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_xsd1 Drilldown into quantityUnit in schema fpml-com-5-10_xsd1 Drilldown into id in schema fpml-com-5-10_xsd1XSD Diagram of UnitQuantity in schema fpml-com-5-10_xsd1 (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 nsD:quantityUnit (1) (1)
quantity nsD:quantity (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsD:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsD:numberOfAllowances, nsD:totalPhysicalQuantity, nsD:totalPhysicalQuantitynsD:UnitQuantityRef,