XML Schema Documentation

Complex Type: EventId

[Table of contents]

Super-types: xsd:normalizedString < EventId (by extension)
Sub-types: None
Name EventId
Used by (from the same schema document) Complex Type Event
Abstract no
Documentation An event reference identifier allocated by a party. FpML does not define the domain values associated with this element. Note that the domain values for this element are not strictly an enumerated list.
XML Instance Representation
<...
eventIdScheme=" xsd:anyURI [1]"
id=" xsd:ID [0..1]">
xsd:normalizedString
</...>
Diagram
Schema Component Representation
<xsd:complexType name="EventId">
<xsd:simpleContent>
<xsd:extension base=" xsd:normalizedString ">
<xsd:attribute name="eventIdScheme" type=" xsd:anyURI " use="required"/>
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>