Definition Type: Group
Name: Price.model
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-com-5-10.xsd
Documentation:
Price model group.
Collapse XSD Schema Diagram:
Drilldown into priceUnit in schema fpml-com-5-10_xsd3 Drilldown into priceCurrency in schema fpml-com-5-10_xsd3XSD Diagram of Price.model in schema fpml-com-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="Price.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Price model group.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="priceCurrency" type="Currency">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The currency used to specify the digital barrier in terms of a price per unit of commodity.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="priceUnit" type="QuantityUnit">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The unit of measure used to specify the digital barrier in terms of a price per unit of commodity.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
priceCurrency nsF:priceCurrency (1) (1)
priceUnit nsF:priceUnit (1) (1)