complexType "GenericProductQuotedCurrencyPair"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
currency1 (in quotedCurrencyPair in exchangeRate in underlyer in genericProduct),
currency2 (in quotedCurrencyPair in exchangeRate in underlyer in genericProduct),
quoteBasis (in quotedCurrencyPair in exchangeRate in underlyer in genericProduct)
All Direct / Indirect Based Elements (1):
quotedCurrencyPair (in exchangeRate in underlyer in genericProduct)
Known Usage Locations
Annotation
A type that describes the composition of a rate that has been quoted or is to be quoted. This includes the two currencies and the quotation relationship between the two currencies and is used as a building block throughout the FX specification.
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="GenericProductQuotedCurrencyPair">
<xsd:sequence>
<xsd:element minOccurs="0" name="currency1" type="Currency"/>
<xsd:element minOccurs="0" name="currency2" type="Currency"/>
<xsd:element minOccurs="0" name="quoteBasis" type="QuoteBasisEnum"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
currency1
Type:
Currency, simple content
The first currency specified when a pair of currencies is to be evaluated.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="currency1" type="Currency"/>

currency2
Type:
Currency, simple content
The second currency specified when a pair of currencies is to be evaluated.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="currency2" type="Currency"/>

quoteBasis
Type:
QuoteBasisEnum, simple content
The method by which the exchange rate is quoted.
Simple Content
enumeration of xsd:token
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 (1); see within schema source)
<xsd:element minOccurs="0" name="quoteBasis" type="QuoteBasisEnum"/>

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.