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 FxAccrualConditionLevel.model group),
quoteBasis (defined in QuotedCurrencyPair complexType),
quoteBasis (in quotedCurrencyPair in exchangeRate in underlyer in genericProduct),
quoteBasis (in strike in linearPayoffRegion in fxAccrualForward)
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.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.