<xsd:complexType name="MasterConfirmation">
<xsd:annotation>
<xsd:documentation xml:lang="en">An entity for defining the master confirmation agreement executed between the parties.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="masterConfirmationType" type="MasterConfirmationType">
<xsd:annotation>
<xsd:documentation xml:lang="en">The type of master confirmation executed between the parties.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="masterConfirmationDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date of the confirmation executed between the parties and intended to govern all relevant transactions between those parties.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="masterConfirmationAnnexDate" type="xsd:date" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date that an annex to the master confirmation was executed between the parties.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|