<xsd:complexType name="SequencedDisruptionFallback">
<xsd:annotation>
<xsd:documentation xml:lang="en">A Disruption Fallback with the sequence in which it should be applied relative to other Disruption Fallbacks.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="fallback" type="DisruptionFallback" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Disruption fallback that applies to the trade.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="sequence" type="xsd:positiveInteger" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Sequence in which the reference to the disruption fallback should be applied.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|