| 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 | Asset |
| Namespace | http://www.fpml.org/2007/FpML-4-4 |
| Abstract | True |
| Documentation | A generic type describing the basic components of an asset. |
| XSD Schema | fpml-asset-4-4.xsd |
|
|
|
|
|
|
<xsd:complexType name="Asset" abstract="true" >
<xsd:annotation> <xsd:documentation xmlns:xml="http://www.w3.org/XML/1998/namespace" xml:lang="en">A generic type describing the basic components of an asset.</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element maxOccurs="unbounded" name="instrumentId" type="InstrumentId"/> <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">The long name of a security.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> <xsd:attribute name="id" type="xsd:ID"/> </xsd:complexType> |