simpleType "QuoteBasisEnum"
Namespace:
Defined:
globally in fpml-enum-5-8.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
MinLength:
0

All Direct / Indirect Based Elements (4):
quoteBasis (defined in FxAccrualConditionLevel.model group),
quoteBasis (defined in QuotedCurrencyPair complexType),
quoteBasis (in quotedCurrencyPair in exchangeRate in underlyer defined in GenericProduct complexType),
quoteBasis (in strike in vanillaPayoffRegion in fxAccrualForward)
Known Usage Locations
Annotation
How an exchange rate is quoted.
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  Token (restriction)
      QuoteBasisEnum
Derivation:
restriction of 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="Token">
<xsd:enumeration value="Currency1PerCurrency2"/>
<xsd:enumeration value="Currency2PerCurrency1"/>
</xsd:restriction>
</xsd:simpleType>

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