complexType "CreditSupportAgreement"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
type, date, identifier?
</...>
Content Model Elements (3):
date (defined in CreditSupportAgreement complexType), type (defined in CreditSupportAgreement complexType)
All Direct / Indirect Based Elements (2):
creditSupportAgreement (in documentation defined in PartyRelationship complexType),
creditSupportAgreement (in documentation defined in Trade complexType)
Known Usage Locations
Annotation
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 (4); see within schema source)
<xsd:complexType name="CreditSupportAgreement">
<xsd:sequence>
<xsd:element name="type" type="CreditSupportAgreementType"/>
<xsd:element name="date" type="xsd:date"/>
<xsd:element minOccurs="0" name="identifier" type="CreditSupportAgreementIdentifier"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
date
Type:
xsd:date, predefined, simple content
The date of the agreement executed between the parties and intended to govern collateral arrangements for all OTC derivatives transactions between those parties.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="date" type="xsd:date"/>

identifier
Type:
An identifier used to uniquely identify the CSA
Simple Content
xsd:normalizedString
maxLength:
255
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="identifier" type="CreditSupportAgreementIdentifier"/>

type
Type:
The type of ISDA Credit Support Agreement
Simple Content
xsd:normalizedString
maxLength:
255
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="type" type="CreditSupportAgreementType"/>

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