XML Schema Documentation

Complex Type: MasterConfirmation

[Table of contents]

Super-types: None
Sub-types: None
Name MasterConfirmation
Used by (from the same schema document) Complex Type Documentation
Abstract no
Documentation An entity for defining the master confirmation agreement executed between the parties.
XML Instance Representation
<...>
<masterConfirmationType> MasterConfirmationType </masterConfirmationType> [1]

'The type of master confirmation executed between the parties.'

<masterConfirmationDate> xsd:date </masterConfirmationDate> [1]

'The date of the confirmation executed between the parties and intended to govern all relevant transactions between those parties.'

<masterConfirmationAnnexDate> xsd:date </masterConfirmationAnnexDate> [0..1]

'The date that an annex to the master confirmation was executed between the parties.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="MasterConfirmation">
<xsd:sequence>
<xsd:element name="masterConfirmationType" type=" MasterConfirmationType "/>
<xsd:element name="masterConfirmationDate" type=" xsd:date "/>
<xsd:element name="masterConfirmationAnnexDate" type=" xsd:date " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>