XML Schema Documentation

Model Group: QuoteLocation.model

[Table of contents]

Name QuoteLocation.model
Used by (from the same schema document) Model Group QuotationCharacteristics.model
Documentation A group describing where a quote was or will be obtained, e.g. observed or calculated.
XML Instance Representation
Start Choice [1]
<businessCenter> BusinessCenter </businessCenter> [1]

'A city or other business center.'

<exchangeId> ExchangeId </exchangeId> [1]

'The exchange (e.g. stock or futures exchange) from which the quote is obtained.'

End Choice
Diagram
Schema Component Representation
<xsd:group name="QuoteLocation.model">
<xsd:choice>
<xsd:element name="businessCenter" type=" BusinessCenter "/>
<xsd:element name="exchangeId" type=" ExchangeId "/>
</xsd:choice>
</xsd:group>