Definition Type: ComplexType
Name: SequencedDisruptionFallback
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-com-5-10.xsd
Abstract
Documentation:
A Disruption Fallback with the sequence in which it should be applied relative to other Disruption Fallbacks.
Collapse XSD Schema Diagram:
Drilldown into sequence in schema fpml-com-5-10_xsd2 Drilldown into fallback in schema fpml-com-5-10_xsd2XSD Diagram of SequencedDisruptionFallback in schema fpml-com-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
fallback nsE:fallback 0 (1)
sequence nsE:sequence 0 (1)
Collapse Derivation Tree:
Collapse References:
nsE:disruptionFallback