XML Schema Documentation

Model Group: PricingCoordinateOrReference.model

[Table of contents]

Name PricingCoordinateOrReference.model
Used by (from the same schema document) Model Group SensitivityDescription.model
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.
XML Instance Representation
Start Choice [1]
<coordinate> PricingDataPointCoordinate </coordinate> [1]

'An explicit, filled in data point coordinate. This might specify expiration, strike, etc.'

<coordinateReference> PricingDataPointCoordinateReference </coordinateReference> [1]

'A reference to a pricing data point coordinate within this document.'

End Choice
Diagram
Schema Component Representation
<xsd:group name="PricingCoordinateOrReference.model">
<xsd:choice>
<xsd:element name="coordinate" type=" PricingDataPointCoordinate "/>
<xsd:element name="coordinateReference" type=" PricingDataPointCoordinateReference "/>
</xsd:choice>
</xsd:group>