complexType "IdentifiedAssetWithParty"
Namespace:
Content:
complex, 1 attribute, 4 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (4):
accountReference (defined in PartyAndAccountReferences.model group),
description (defined in IdentifiedAssetWithParty complexType),
instrumentId (defined in IdentifiedAssetWithParty complexType),
partyReference (defined in PartyAndAccountReferences.model group)
Known Direct Subtypes (2):
DealIdentifier, FacilityIdentifier
Known Indirect Subtypes (8):
AbstractFacility, Deal, DealSummary, DelayedDraw, FacilitySummary, LetterOfCreditFacility, Revolver, TermLoan
All Direct / Indirect Based Elements (13):
deal,
dealIdentifier (defined in DealDetails.model group),
dealIdentifier (in applicableAssets),
dealSummary,
delayedDraw,
facilityGroup,
facilityIdentifier (defined in FacilityDetails.model group),
facilityIdentifier (in applicableAssets),
facilityIdentifier (in outstandingContractsStatement),
facilitySummary,
letterOfCreditFacility,
revolver,
termLoan
Known Usage Locations
Annotation
An extension of IdentifiedAsset to include PartyAndAccountReferences.model.
Type Definition Detail
Type Derivation Tree
Asset (extension)
  IdentifiedAssetWithParty
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="IdentifiedAssetWithParty">
<xsd:complexContent>
<xsd:extension base="Asset">
<xsd:sequence>
<xsd:group ref="PartyAndAccountReferences.model"/>
<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/4)
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.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.