Definition Type: Group
Name: PricingCoordinateOrReference.model
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-riskdef-5-10.xsd
Documentation:
A pricing structure coordinate, or a reference to one. This can be used to either directly define a coordinate or reference an existing coordinate.
Collapse XSD Schema Diagram:
Drilldown into coordinateReference in schema fpml-riskdef-5-10_xsd1 Drilldown into coordinate in schema fpml-riskdef-5-10_xsd1XSD Diagram of PricingCoordinateOrReference.model in schema fpml-riskdef-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="PricingCoordinateOrReference.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A pricing structure coordinate, or a reference to one. This can be used to either directly define a coordinate or reference an existing coordinate.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="coordinate" type="PricingDataPointCoordinate">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">An explicit, filled in data point coordinate. This might specify expiration, strike, etc.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="coordinateReference" type="PricingDataPointCoordinateReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A reference to a pricing data point coordinate within this document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
coordinate nsD:coordinate (1) (1)
coordinateReference nsD:coordinateReference (1) (1)