XML Schema Documentation

Complex Type: SequencedDirsuptionFallback

[Table of contents]

Super-types: None
Sub-types: None
Name SequencedDirsuptionFallback
Used by (from the same schema document) Complex Type CommodityMarketDisruption
Abstract no
Documentation A Disruption Fallback with the sequence in which it should be applied relative to other Disruption Fallbacks.
XML Instance Representation
<...>
<fallback> DisruptionFallback </fallback> [1]

'Disruption fallback that applies to the trade.'

<sequence> xsd:positiveInteger </sequence> [1]

'Sequence in which the reference to the disruption fallback should be applied.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="SequencedDirsuptionFallback">
<xsd:sequence>
<xsd:element name="fallback" type=" DisruptionFallback "/>
<xsd:element name="sequence" type=" xsd:positiveInteger "/>
</xsd:sequence>
</xsd:complexType>