XML Schema Documentation

Complex Type: ExchangeId

[Table of contents]

Super-types: xsd:normalizedString < Scheme (by restriction) < ExchangeId (by extension)
Sub-types: None
Name ExchangeId
Abstract no
Documentation A short form unique identifier for an exchange. If the element is not present then the exchange shall be the primary exchange on which the underlying is listed. The term "Exchange" is assumed to have the meaning as defined in the ISDA 2002 Equity Derivatives Definitions.
XML Instance Representation
<...
exchangeIdScheme=" xsd:anyURI [0..1]">
Scheme
</...>
Diagram
Schema Component Representation
<xsd:complexType name="ExchangeId">
<xsd:simpleContent>
<xsd:extension base=" Scheme ">
<xsd:attribute name="exchangeIdScheme" type=" xsd:anyURI " default="http://www.fpml.org/spec/2002/exchange-id-MIC-1-0"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>