Definition Type: ComplexType
Name: Asset
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-asset-4-4.xsd
Abstract True
Documentation:
A generic type describing the basic components of an asset.
Collapse XSD Schema Diagram:
Drilldown into description in schema fpml-asset-4-4_xsd Drilldown into instrumentId in schema fpml-asset-4-4_xsd Drilldown into id in schema fpml-asset-4-4_xsdXSD Diagram of Asset in schema fpml-asset-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Asset" abstract="true">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A generic type describing the basic components of an asset.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="instrumentId" type="InstrumentId" maxOccurs="unbounded" />
        <xsd:element name="description" type="xsd:string" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The long name of a security.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
instrumentId fpml:instrumentId (1) unbounded
description fpml:description 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:Cash, fpml:UnderlyingAsset, fpml:underlyingAsset