<xsd:group name="Quotation.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Some kind of numerical measure about an asset, eg. its price or NPV, together with characteristics of that measure.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="value" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The value of the the quotation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="QuotationCharacteristics.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">The characteristics of the quotation.</xsd:documentation>
</xsd:annotation>
</xsd:group>
</xsd:sequence>
</xsd:group>
|