Definition Type: ComplexType
Name: AbstractEvent
Namespace: http://www.fpml.org/FpML-5/reporting
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_xsd3XSD Diagram of AbstractEvent in schema fpml-business-events-5-10_xsd3 (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 nsE:eventIdentifier 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsE:AdditionalEvent, nsE:ChangeEvent, nsE:OptionEvent, nsE:OptionExercise, nsE:OptionExpiry, nsE:TradeAmendmentContent, nsE:TradeChangeBase, nsE:TradeNovationContent