complexType "ExchangeRate"
Namespace:
Content:
complex, 2 elements
Defined:
globally in fpml-fx-5-7.xsd; see XML source
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (1):
exchangeRate
Known Usage Locations
Annotation
A type that is used for describing the exchange rate for a particular transaction.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="ExchangeRate">
<xsd:sequence>
<xsd:element name="quotedCurrencyPair" type="QuotedCurrencyPair"/>
<xsd:element minOccurs="0" name="rate" type="PositiveDecimal"/>
<!--View Generation: Skipped an empty sequence.-->
<!--View Generation: SKIPPED crossRate - Unsupported-->
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
quotedCurrencyPair
Type:
QuotedCurrencyPair, complex content
Defines the two currencies for an FX trade and the quotation relationship between the two currencies.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="quotedCurrencyPair" type="QuotedCurrencyPair"/>

rate
Type:
PositiveDecimal, simple content
The rate of exchange between the two currencies of the leg of a deal. Must be specified with a quote basis.
Simple Content
xsd:decimal
minExclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="rate" type="PositiveDecimal"/>

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.