Definition Type: Group
Name: Price.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-com-5-10.xsd
Documentation:
Price model group.
Collapse XSD Schema Diagram:
Drilldown into priceUnit in schema fpml-com-5-10_xsd2 Drilldown into priceCurrency in schema fpml-com-5-10_xsd2XSD Diagram of Price.model in schema fpml-com-5-10_xsd2 (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" minOccurs="0">
            <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" minOccurs="0">
            <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 nsE:priceCurrency 0 (1)
priceUnit nsE:priceUnit 0 (1)