<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>
|