Definition Type: Group
Name: PricingCoordinateOrReference.model
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-riskdef-4-4.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-4-4_xsd Drilldown into coordinate in schema fpml-riskdef-4-4_xsdXSD Diagram of PricingCoordinateOrReference.model in schema fpml-riskdef-4-4_xsd (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 fpml:coordinate (1) (1)
coordinateReference fpml:coordinateReference (1) (1)