<xsd:simpleType name="QuoteBasisEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">How an exchange rate is quoted.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Currency1PerCurrency2">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The amount of currency1 for one unit of currency2</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Currency2PerCurrency1">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The amount of currency2 for one unit of currency1</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|