complexType "IdentifiedAssetWithParty"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (3):
description (defined in IdentifiedAssetWithParty complexType),
instrumentId (defined in IdentifiedAssetWithParty complexType),
partyReference (defined in IdentifiedAssetWithParty complexType)
Known Direct Subtypes (2):
Known Indirect Subtypes (8):
All Direct / Indirect Based Elements (14):
dealIdentifier (defined in DealDetails.model group),
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:element name="partyReference" type="PartyReference"/>
<xsd:element maxOccurs="unbounded" name="instrumentId" type="InstrumentId"/>
<xsd:element minOccurs="0" name="description" type="NonEmptyNormalizedString"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
description
Type:
NonEmptyNormalizedString, simple content
Long name of the underlying asset.
Simple Content
xsd:normalizedString
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="description" type="NonEmptyNormalizedString"/>

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"/>

partyReference
Type:
PartyReference, empty content
Reference to a party.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="partyReference" type="PartyReference"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.