complexType "CreditSupportAgreement"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
at 11 locations
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
type?, date?, identifier?
</...>
Content Model Elements (3):
date (defined in CreditSupportAgreement complexType),
identifier (defined in CreditSupportAgreement complexType),
type (defined in CreditSupportAgreement complexType)
All Direct / Indirect Based Elements (11):
creditSupportAgreement (defined in SubstituteReturnConfirmationStatus complexType),
creditSupportAgreement (in disputeNotification),
creditSupportAgreement (in documentation defined in Trade complexType),
creditSupportAgreement (in documentation in relatedParty defined in Party complexType),
creditSupportAgreement (in interestStatement),
creditSupportAgreement (in interestStatus),
creditSupportAgreement (in marginCallStatus),
creditSupportAgreement (in requestInterest),
creditSupportAgreement (in requestMargin),
creditSupportAgreement (in requestSubstitution),
creditSupportAgreement (in substitutionStatus)
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 minOccurs="0" name="type" type="CreditSupportAgreementType"/>
<xsd:element minOccurs="0" 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 minOccurs="0" 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 minOccurs="0" 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.