complexType "InterestStatement"
Namespace:
Content:
complex, 3 attributes, 13 elements
Defined:
Includes:
definitions of 5 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:token
 = 
xsd:positiveInteger
 = 
"5"
   
>
   
Content: 
</...>
Content Model Elements (13):
header (defined in NotificationMessage complexType),
onBehalfOf (defined in OnBehalfOf.model group),
party (defined in PartiesAndAccounts.model group),
sequenceNumber (defined in Sequence.model group),
All Direct / Indirect Based Elements (1):
interestStatement
Known Usage Locations
Annotation
IN1 Interest Notification Message Definition.
Type Definition Detail
Type Derivation Tree
Document (extension)
  Message (extension)
      NotificationMessage (extension)
          InterestStatement
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="InterestStatement">
<xsd:complexContent>
<xsd:extension base="NotificationMessage">
<xsd:sequence>
<xsd:element minOccurs="0" name="issuerPartyReference" type="PartyReference"/>
<xsd:element minOccurs="0" name="receiverPartyReference" type="PartyReference"/>
<xsd:element minOccurs="0" name="creditSupportAgreement" type="CreditSupportAgreement"/>
<xsd:element minOccurs="0" name="interestRequirement" type="InterestStatementRequirement"/>
<!-- the content model is essentially the same as for the interest notification (IN1) except that NO treatment is needed for the Interest Statement -->
<xsd:element minOccurs="0" name="comment" type="String"/>
<xsd:group ref="PartiesAndAccounts.model"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 5/13)
comment
Type:
String, simple content
Simple Content
xsd:string
maxLength:
255
XML Source (see within schema source)
<xsd:element minOccurs="0" name="comment" type="String"/>

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"/>

interestRequirement
Type:
XML Source (see within schema source)
<xsd:element minOccurs="0" name="interestRequirement" type="InterestStatementRequirement"/>

issuerPartyReference
Type:
PartyReference, empty content
The party issuing the interest statement.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="issuerPartyReference" type="PartyReference"/>

receiverPartyReference
Type:
PartyReference, empty content
The party receiving the interest statement.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="receiverPartyReference" type="PartyReference"/>

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