Definition Type: ComplexType
Name: IdentifiedAsset
Namespace: http://www.fpml.org/FpML-5/pretrade
Type: nsC:Asset
Containing Schema: fpml-asset-5-10.xsd
Abstract True
Documentation:
A generic type describing an identified asset.
Collapse XSD Schema Diagram:
Drilldown into description in schema fpml-asset-5-10_xsd2 Drilldown into instrumentId in schema fpml-asset-5-10_xsd2 Drilldown into id in schema fpml-asset-5-10_xsd2 Drilldown into Asset in schema fpml-asset-5-10_xsd2XSD Diagram of IdentifiedAsset in schema fpml-asset-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="IdentifiedAsset" abstract="true">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A generic type describing an identified asset.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="Asset">
            <xsd:sequence>
                <xsd:element name="instrumentId" type="InstrumentId" minOccurs="0" maxOccurs="unbounded">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Identification of the underlying asset, using public and/or private identifiers.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="description" type="String" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Long name of the underlying asset.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
instrumentId nsC:instrumentId 0 unbounded
description nsC:description 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsC:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsC:UnderlyingAsset