simpleType "QuoteBasisEnum"
Namespace:
Defined:
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 (4):
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 FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.