Definition Type: Group
Name: QuoteLocation.model
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-asset-4-4.xsd
Documentation:
A group describing where a quote was or will be obtained, e.g. observed or calculated.
Collapse XSD Schema Diagram:
Drilldown into exchangeId in schema fpml-asset-4-4_xsd Drilldown into businessCenter in schema fpml-asset-4-4_xsdXSD Diagram of QuoteLocation.model in schema fpml-asset-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="QuoteLocation.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A group describing where a quote was or will be obtained, e.g. observed or calculated.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="businessCenter" type="BusinessCenter">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A city or other business center.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="exchangeId" type="ExchangeId">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The exchange (e.g. stock or futures exchange) from which the quote is obtained.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
businessCenter fpml:businessCenter (1) (1)
exchangeId fpml:exchangeId (1) (1)