complexType "IdentifiedAsset"
Namespace:
Content:
complex, 1 attribute, 2 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (2):
description (defined in IdentifiedAsset complexType),
instrumentId (defined in IdentifiedAsset complexType)
Known Direct Subtypes (4):
Commodity, DealIdentifier, FacilityIdentifier, UnderlyingAsset
Known Indirect Subtypes (27):
Bond, ConvertibleBond, Deal, DealSummary, DelayedDraw, Deposit, EquityAsset, ExchangeTraded, ExchangeTradedCalculatedPrice, ExchangeTradedContract, ExchangeTradedFund, ExchangeTradedOption, Facility, FacilitySummary, Future, FxRateAsset, Index, LetterOfCreditFacility, Loan, Mortgage, MutualFund, RateIndex, Revolver, SimpleCreditDefaultSwap, SimpleFra, SimpleIRSwap, TermLoan
All Direct / Indirect Based Elements (34):
bond,
commodity,
commodity (defined in CommodityBasketUnderlyingBase complexType),
commodity (defined in CommodityUnderlyerChoice.model group),
commodity (in commodityDigitalOption),
commodity (in commodityOption),
commodity (in floatingLeg),
convertibleBond,
deal,
delayedDraw,
deposit,
equity,
exchangeTradedContractNearest (in rateOfReturn),
exchangeTradedContractNearest (in variance),
exchangeTradedFund,
facilityGroup,
facilityIdentifier (defined in FacilityDetails.model group),
facilityIdentifier (in outstandingContractsStatement),
facilitySummary,
future,
fx,
index,
letterOfCreditFacility,
loan,
mortgage,
mutualFund,
option,
rateIndex,
revolver,
simpleCreditDefaultSwap,
simpleFra,
simpleIrSwap,
termLoan,
underlyingEquity
Known Usage Locations
Annotation
A generic type describing an identified asset.
Type Definition Detail
Type Derivation Tree
Asset (extension)
  IdentifiedAsset
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType abstract="true" name="IdentifiedAsset">
<xsd:complexContent>
<xsd:extension base="Asset">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="instrumentId" type="InstrumentId"/>
<xsd:element minOccurs="0" name="description" type="String"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
description
Type:
String, simple content
Long name of the underlying asset.
Simple Content
xsd:string
maxLength:
255
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="description" type="String"/>

instrumentId
Type:
InstrumentId, simple content
Identification of the underlying asset, using public and/or private identifiers.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" name="instrumentId" type="InstrumentId"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.