Definition Type: ComplexType
Name: Equity
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-eqd-4-0.xsd
Abstract
Documentation:
A type for defining an equity underlier. Typ zur Definition eines Aktien-Basiswerts.
Collapse XSD Schema Diagram:
Drilldown into clearanceSystem in schema fpml-eqd-4-0_xsd Drilldown into relatedExchangeId in schema fpml-eqd-4-0_xsd Drilldown into exchangeId in schema fpml-eqd-4-0_xsd Drilldown into currency in schema fpml-eqd-4-0_xsd Drilldown into instrumentId in schema fpml-eqd-4-0_xsd Drilldown into description in schema fpml-eqd-4-0_xsdXSD Diagram of Equity in schema fpml-eqd-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Equity">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type for defining an equity underlier.</xsd:documentation>
        <xsd:documentation xml:lang="de">Typ zur Definition eines Aktien-Basiswerts.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="description" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The long name of a security.</xsd:documentation>
                <xsd:documentation xml:lang="de">Vollständige Wertpapierbezeichnung.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="instrumentId" type="InstrumentId" maxOccurs="unbounded" />
        <xsd:element name="currency" type="Currency" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The currency in which an amount is denominated.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="exchangeId" type="ExchangeId" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="relatedExchangeId" type="ExchangeId" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="clearanceSystem" type="ClearanceSystem" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
description nsA:description (1) (1)
instrumentId nsA:instrumentId (1) unbounded
currency nsA:currency 0 (1)
exchangeId nsA:exchangeId 0 unbounded
relatedExchangeId nsA:relatedExchangeId 0 unbounded
clearanceSystem nsA:clearanceSystem 0 (1)