Definition Type: ComplexType
Name: AbstractEvent
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-business-events-5-10.xsd
Abstract True
Documentation:
Abstract base type for all events.
Collapse XSD Schema Diagram:
Drilldown into eventIdentifier in schema fpml-business-events-5-10_xsd2XSD Diagram of AbstractEvent in schema fpml-business-events-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="AbstractEvent" abstract="true">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Abstract base type for all events.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="eventIdentifier" type="BusinessEventIdentifier" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
eventIdentifier nsD:eventIdentifier 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsD:AdditionalEvent, nsD:ChangeEvent, nsD:OptionEvent, nsD:OptionExercise, nsD:OptionExpiry, nsD:TradeAmendmentContent, nsD:TradeChangeBase, nsD:TradeNovationContent