XML Schema Documentation

Complex Type: Event

[Table of contents]

Super-types: None
Sub-types:
Name Event
Used by (from the same schema document) Element event
Abstract yes
Documentation A type defining the basic structure of FpML business events; it is refined by its derived types.
XML Instance Representation
<...>
<eventId> EventId </eventId> [0..*]

''

</...>
Diagram
Schema Component Representation
<xsd:complexType name="Event" abstract="true">
<xsd:sequence>
<xsd:element name="eventId" type=" EventId " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>