complexType "DataDocument"
Namespace:
Content:
complex, 3 attributes, 5 elements
Defined:
globally in fpml-doc-5-13.xsd; see XML source
Includes:
definitions of 3 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:token
 = 
xsd:positiveInteger
 = 
"4"
   
>
   
Content: 
</...>
Content Model Elements (5):
party (defined in PartiesAndAccounts.model group),
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A type defining a content model that is backwards compatible with older FpML releases and which can be used to contain sets of data without expressing any processing intention.
Type Definition Detail
Type Derivation Tree
Document (extension)
  DataDocument
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="DataDocument">
<xsd:complexContent>
<xsd:extension base="Document">
<xsd:sequence>
<xsd:sequence>
<xsd:element minOccurs="0" name="onBehalfOf" type="OnBehalfOf"/>
<xsd:element name="originatingEvent" type="OriginatingEvent"/>
<xsd:element maxOccurs="unbounded" name="trade" type="Trade"/>
</xsd:sequence>
<xsd:group minOccurs="0" ref="PartiesAndAccounts.model"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/5)
onBehalfOf
Type:
OnBehalfOf, complex content
Indicates which party (and accounts) a trade is being processed for.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="onBehalfOf" type="OnBehalfOf"/>

originatingEvent
Type:
OriginatingEvent, simple content
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (see within schema source)
<xsd:element name="originatingEvent" type="OriginatingEvent"/>

trade
Type:
Trade, complex content
The root element in an FpML trade document.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" name="trade" type="Trade"/>

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.