Definition Type: ComplexType
Name: Event
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-doc-4-4.xsd
Abstract True
Documentation:
A type defining the basic structure of FpML business events; it is refined by its derived types.
Collapse XSD Schema Diagram:
Drilldown into eventId in schema fpml-doc-4-4_xsdXSD Diagram of Event in schema fpml-doc-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Event" abstract="true">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining the basic structure of FpML business events; it is refined by its derived types.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="eventId" type="EventId" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en" />
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
eventId fpml:eventId 0 unbounded
Collapse Derivation Tree:
Collapse References:
fpml:Amendment, fpml:CreditEventNoticeDocument, fpml:event, fpml:Increase, fpml:Novation, fpml:Termination