complexType "LinkedTrade"
Namespace:
Content:
complex, 2 elements
Defined:
globally in fpml-doc-5-11.xsd; see XML source
Includes:
definitions of 2 elements
Used:
never
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
linkId (defined in LinkedTrade complexType),
linkType (defined in LinkedTrade complexType)
Annotation
A type for representing information about a trade related to this. It identifies the related trade and the type of relationship.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="LinkedTrade">
<xsd:sequence>
<xsd:element name="linkType" type="LinkType"/>
<xsd:element name="linkId" type="LinkId"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
linkId
Type:
LinkId, simple content
The identifier of the linked trade. In the case the linked trade is identified by a USI or UTI, the issuer prefix and transaction ID components should be concatenated.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="linkId" type="LinkId"/>

linkType
Type:
LinkType, simple content
The type or reason for a linked trade. For example, it may be the block trade that originated this allocation trade, or a beta or gamma trade that resulted from this trade submitted for clearing.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="linkType" type="LinkType"/>

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.