Definition Type: ComplexType
Name: IndexAdjustmentEvents
Namespace: http://www.fpml.org/2005/FpML-4-2
Containing Schema: fpml-eq-shared-4-2.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into indexDisruption in schema fpml-eq-shared-4-2_xsd Drilldown into indexCancellation in schema fpml-eq-shared-4-2_xsd Drilldown into indexModification in schema fpml-eq-shared-4-2_xsdXSD Diagram of IndexAdjustmentEvents in schema fpml-eq-shared-4-2_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="IndexAdjustmentEvents">
    <xsd:sequence>
        <xsd:element name="indexModification" type="IndexEventConsequenceEnum" />
        <xsd:element name="indexCancellation" type="IndexEventConsequenceEnum" />
        <xsd:element name="indexDisruption" type="IndexEventConsequenceEnum" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
indexModification fpml:indexModification (1) (1)
indexCancellation fpml:indexCancellation (1) (1)
indexDisruption fpml:indexDisruption (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:indexAdjustmentEvents