Definition Type: ComplexType
Name: IdentifiedAsset
Namespace: http://www.fpml.org/FpML-5/legal
Type: nsB: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_xsd1 Drilldown into instrumentId in schema fpml-asset-5-10_xsd1 Drilldown into id in schema fpml-asset-5-10_xsd1 Drilldown into Asset in schema fpml-asset-5-10_xsd1XSD Diagram of IdentifiedAsset in schema fpml-asset-5-10_xsd1 (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" 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 nsB:instrumentId (1) unbounded
description nsB:description 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsB:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsB:Commodity, nsB:UnderlyingAsset