<xsd:complexType name="ReportingCurrencyType">
<xsd:annotation>
<xsd:documentation xml:lang="en">A scheme identifying the type of currency that was used to report the value of an asset. For example, this could contain values like SettlementCurrency, QuoteCurrency, UnitCurrency, etc.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="reportingCurrencyTypeScheme" type="NonEmptyURI" default="http://www.fpml.org/coding-scheme/reporting-currency-type" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|