XML Schema Documentation

Simple Type: MarketDisruptionEventsEnum

[Table of contents]

Super-types: xsd:token < MarketDisruptionEventsEnum (by restriction)
Sub-types: None
Name MarketDisruptionEventsEnum
Content
  • Base XSD Type: token
  • value comes from list: {'Applicable'|'NotApplicable'|'AsSpecifiedInMasterAgreement'}
Documentation The specification of how market disruption events will be represented.
Diagram
Schema Component Representation
<xsd:simpleType name="MarketDisruptionEventsEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="Applicable"/>
<xsd:enumeration value="NotApplicable"/>
<xsd:enumeration value="AsSpecifiedInMasterAgreement"/>
</xsd:restriction>
</xsd:simpleType>