<xsd:complexType name="Currency">
<xsd:annotation>
<xsd:documentation xml:lang="en">The code representation of a currency or fund. By default it is a valid currency code as defined by the ISO standard 4217 - Codes for representation of currencies and funds http://www.iso.org/iso/en/prods-services/popstds/currencycodeslist.html.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="currencyScheme" type="NonEmptyURI" default="http://www.fpml.org/coding-scheme/external/iso4217-2001-08-15" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|