<xsd:simpleType name="MarketDisruptionEventsEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">The specification of how market disruption events will be represented.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Applicable">
<xsd:annotation>
<xsd:documentation xml:lang="en">Market Disruption Events are applicable.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="NotApplicable">
<xsd:annotation>
<xsd:documentation xml:lang="en">Market Disruption Events are not applicable.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="AsSpecifiedInMasterAgreement">
<xsd:annotation>
<xsd:documentation xml:lang="en">The Market Disruption Event(s) are determined by reference to the relevant Master Agreement.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="AsSpecifiedInConfirmation">
<xsd:annotation>
<xsd:documentation xml:lang="en">The Market Disruption Event(s) are determined by reference to the relevant Confirmation.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|