<xsd:complexType name="FxDisruptionProvisions">
<xsd:annotation>
<xsd:documentation xml:lang="en">Describes a set of disruption events and the fallbacks they will invoke</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="events" type="FxDisruptionEvents">
<xsd:annotation>
<xsd:documentation xml:lang="en">If any of the events listed in this section occurs then the associated fallbacks willl be applied.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="fallbacks" type="FxDisruptionFallbacks">
<xsd:annotation>
<xsd:documentation xml:lang="en">Describes the fallback processing or termination procedures that can be applied if an event occurs,</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="applicableTerms" type="FxTemplateTerms" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Indicates the template terms that describe the events and fallbacks.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|