XML Schema Documentation

Complex Type: IdentifiedAsset

[Table of contents]

Super-types: Asset < IdentifiedAsset (by extension)
Sub-types:
Name IdentifiedAsset
Abstract yes
Documentation A generic type describing an identified asset.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<instrumentId> InstrumentId </instrumentId> [1..*]

'Identification of the underlying asset, using public and/or private identifiers.'

<description> xsd:string </description> [0..1]

'Long name of the underlying asset.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="IdentifiedAsset" abstract="true">
<xsd:complexContent>
<xsd:extension base=" Asset ">
<xsd:sequence>
<xsd:element name="instrumentId" type=" InstrumentId " maxOccurs="unbounded"/>
<xsd:element name="description" type=" xsd:string " minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>