Definition Type: Group
Name: Price.model
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-com-4-5.xsd
Documentation:
Price model group.
Collapse XSD Schema Diagram:
Drilldown into priceUnit in schema fpml-com-4-5_xsd Drilldown into priceCurrency in schema fpml-com-4-5_xsdXSD Diagram of Price.model in schema fpml-com-4-5_xsd (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">Currency of the fixed price.</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 calculate the Fixed Price.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
priceCurrency fpml:priceCurrency (1) (1)
priceUnit fpml:priceUnit (1) (1)