simpleType "QuoteBasisEnum"
Namespace:
Defined:
globally in fpml-enum-5-2.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"Currency1PerCurrency2"
 - 
The amount of currency1 for one unit of currency2
"Currency2PerCurrency1"
 - 
The amount of currency2 for one unit of currency1

All Direct / Indirect Based Elements (1):
quoteBasis (defined in QuotedCurrencyPair complexType)
Known Usage Locations
Annotation
How an exchange rate is quoted.
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  QuoteBasisEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"Currency1PerCurrency2"
 - 
The amount of currency1 for one unit of currency2
"Currency2PerCurrency1"
 - 
The amount of currency2 for one unit of currency1
XML Source (w/o annotations (3); see within schema source)
<xsd:simpleType name="QuoteBasisEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Currency1PerCurrency2"/>
<xsd:enumeration value="Currency2PerCurrency1"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.