<xsd:complexType name="SettlementPriceSource">
<xsd:annotation>
<xsd:documentation xml:lang="en">The source from which the settlement price is to be obtained, e.g. a Reuters page, Prezzo di Riferimento, etc.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:normalizedString">
<xsd:attribute name="settlementPriceSourceScheme" type="xsd:anyURI" default="http://www.fpml.org/coding-scheme/settlement-price-source-1-0" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|