complexType "Trade"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
globally in fpml-doc-5-13.xsd; see XML source
Includes:
definitions of 1 attribute, 3 elements
Used:
at 11 locations
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (11):
trade (defined in TradingEventsBase.model group),
Known Usage Locations
Annotation
A type defining an FpML trade.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="Trade">
<xsd:sequence>
<xsd:element name="tradeHeader" type="TradeHeader"/>
<xsd:element ref="product"/>
<xsd:element minOccurs="0" name="barrierDeterminationAgent" type="PartyReference"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
id
Type:
xsd:ID, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="id" type="xsd:ID"/>
Content Element Detail (all declarations; defined within this component only; 3/3)
barrierDeterminationAgent
Type:
PartyReference, empty content
The party referenced is specified in the related Confirmation as Barrier Determination Agent.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="barrierDeterminationAgent" type="PartyReference"/>

product
Type:
Product, complex content
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
substituted with 40 elements
XML Source (see within schema source)
<xsd:element ref="product"/>

tradeHeader
Type:
TradeHeader, complex content
The information on the trade which is not product specific, e.g. trade date.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="tradeHeader" type="TradeHeader"/>

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.