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