| Financial products Markup Language (FpML®) | Generated using Liquid XML Studio Designer Edition 8.0.4.1955 |
| Generated : 20 February 2010 |
| Definition Type | Complex Type |
| Name | IdentifiedAsset |
| Namespace | http://www.fpml.org/FpML-5-0/confirmation |
| Type | fpml:Asset |
| Abstract | True |
| Documentation | A generic type describing an identified asset. |
| XSD Schema | fpml-asset-5-0.xsd |
|
|
|
|
|
|
<xsd:complexType name="IdentifiedAsset" abstract="true" >
<xsd:annotation> <xsd:documentation xmlns:xml="http://www.w3.org/XML/1998/namespace" xml:lang="en">A generic type describing an identified asset.</xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="Asset"> <xsd:sequence> <xsd:element maxOccurs="unbounded" name="instrumentId" type="InstrumentId"> <xsd:annotation> <xsd:documentation xmlns:xml="http://www.w3.org/XML/1998/namespace" xml:lang="en">Identification of the underlying asset, using public and/or private identifiers.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element minOccurs="0" name="description" type="xsd:string"> <xsd:annotation> <xsd:documentation xmlns:xml="http://www.w3.org/XML/1998/namespace" xml:lang="en">Long name of the underlying asset.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> |