complexType "FxDisruption"
Namespace:
Content:
complex, 3 elements
Defined:
globally in fpml-fx-5-8.xsd; see XML source
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (1):
disruption
Known Usage Locations
Annotation
A structure describing how disruption for a specified currency pair should be handled
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="FxDisruption">
<xsd:sequence>
<xsd:element name="baseCurrency" type="Currency"/>
<xsd:element name="referenceCurrency" type="Currency"/>
<xsd:element maxOccurs="unbounded" name="provisions" type="FxDisruptionProvisions"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
baseCurrency
Type:
Currency, simple content
The base currency in the exchange rate monitored for disruption events. Typically this will be the settlement currency, but coud be an intermediate currency, in the case where disruption provisions are defined for components of a cross rate.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="baseCurrency" type="Currency"/>

provisions
Type:
FxDisruptionProvisions, complex content
One or more provisions describiing disruption events and how they will be handled.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" name="provisions" type="FxDisruptionProvisions"/>

referenceCurrency
Type:
Currency, simple content
The reference currency in the exchange rate being monitored for disruption events.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="referenceCurrency" type="Currency"/>

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.