complexType "DisputeNotification"
Namespace:
Content:
complex, 3 attributes, 16 elements
Defined:
Includes:
definitions of 5 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:token
 = 
xsd:positiveInteger
 = 
"4"
   
>
   
Content: 
</...>
Content Model Elements (16):
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):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
Document (extension)
  Message (extension)
      NotificationMessage (extension)
          DisputeNotification
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="DisputeNotification">
<xsd:complexContent>
<xsd:extension base="NotificationMessage">
<xsd:sequence>
<xsd:element name="marginCallIssuerPartyReference" type="PartyReference"/>
<xsd:element name="creditSupportAgreement" type="CreditSupportAgreement"/>
<xsd:element minOccurs="0" name="valuationDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="baseCurrency" type="Currency"/>
<xsd:group ref="DisputedDetails.model"/>
<xsd:group ref="PartiesAndAccounts.model"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 5/16)
baseCurrency
Type:
Currency, simple content
Denomination currency as specified in the margin agreement.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="baseCurrency" type="Currency"/>

creditSupportAgreement
Type:
CreditSupportAgreement, complex content
References the legal agreement.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="creditSupportAgreement" type="CreditSupportAgreement"/>

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

marginCallReceiverPartyReference
Type:
PartyReference, empty content
The party receiving the margin call.
XML Source (w/o annotations (1); see within schema source)

valuationDate
Type:
xsd:date, predefined, simple content
Close of business date the local counterparty is valuing and issuing the margin call.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="valuationDate" type="xsd:date"/>

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.