complexType "Documentation"
Namespace:
Content:
complex, 8 elements
Defined:
Includes:
definitions of 8 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (8):
All Direct / Indirect Based Elements (1):
documentation
Known Usage Locations
Annotation
An entity for defining the definitions that govern the document and should include the year and type of definitions referenced, along with any relevant documentation (such as master agreement) and the date it was signed.
XML Source (w/o annotations (9); see within schema source)
<xsd:complexType name="Documentation">
<xsd:sequence>
<xsd:element minOccurs="0" name="masterAgreement" type="MasterAgreement"/>
<xsd:choice minOccurs="0">
<xsd:element name="masterConfirmation" type="MasterConfirmation"/>
<xsd:element name="brokerConfirmation" type="BrokerConfirmation"/>
</xsd:choice>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="contractualDefinitions" type="ContractualDefinitions"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="contractualTermsSupplement" type="ContractualTermsSupplement"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="contractualMatrix" type="ContractualMatrix"/>
<xsd:element minOccurs="0" name="creditSupportAgreement" type="CreditSupportAgreement"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="attachment" type="Resource"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 8/8)
attachment
Type:
Resource, complex content
A human readable document related to this transaction, for example a confirmation.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="attachment" type="Resource"/>

brokerConfirmation
Type:
BrokerConfirmation, complex content
Specifies the deails for a broker confirm.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="brokerConfirmation" type="BrokerConfirmation"/>

contractualDefinitions
Type:
ContractualDefinitions, simple content
The definitions such as those published by ISDA that will define the terms of the trade.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="contractualDefinitions" type="ContractualDefinitions"/>

contractualMatrix
Type:
ContractualMatrix, complex content
A reference to a contractual matrix of elected terms/values (such as those published by ISDA) that shall be deemed to apply to the trade. The applicable matrix is identified by reference to a name and optionally a publication date. Depending on the structure of the matrix, an additional term (specified in the matrixTerm element) may be required to further identify a subset of applicable terms/values within the matrix.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="contractualMatrix" type="ContractualMatrix"/>

contractualTermsSupplement
Type:
A contractual supplement (such as those published by ISDA) that will apply to the trade.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="contractualTermsSupplement" type="ContractualTermsSupplement"/>

creditSupportAgreement
Type:
CreditSupportAgreement, complex content
The agreement executed between the parties and intended to govern collateral arrangement for all OTC derivatives transactions between those parties.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="creditSupportAgreement" type="CreditSupportAgreement"/>

masterAgreement
Type:
MasterAgreement, complex content
The agreement executed between the parties and intended to govern all OTC derivatives transactions between those parties.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="masterAgreement" type="MasterAgreement"/>

masterConfirmation
Type:
MasterConfirmation, complex content
The agreement executed between the parties and intended to govern all OTC derivatives transactions between those parties.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="masterConfirmation" type="MasterConfirmation"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.