<xsd:complexType name="PricingStructurePoint">
<xsd:annotation>
<xsd:documentation xml:lang="en">A single valued point with a set of coordinates that define an arbitrary number of indentifying indexes (0 or more). Note that the collection of coordinates/coordinate references for a PricingStructurePoint must not define a given dimension (other than "generic") more than once. This is to avoid ambiguity.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="PricingCoordinateOrReference.model" minOccurs="0" maxOccurs="unbounded" />
<xsd:group ref="UnderlyingAssetOrReference.model" minOccurs="0" />
<xsd:group ref="Quotation.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A quotation for a specific point, including anny characteristics that may be unique to that point.</xsd:documentation>
</xsd:annotation>
</xsd:group>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|