Definition Type: ComplexType
Name: Event
Namespace: http://www.fpml.org/2004/FpML-4-1
Containing Schema: fpml-doc-4-1.xsd
Abstract
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-1_xsdXSD Diagram of Event in schema fpml-doc-4-1_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Event">
    <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 nsA:eventId 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:Amendment, nsA:CreditEventNoticeDocument, nsA:event, nsA:Increase, nsA:Novation, nsA:Termination