<xsd:complexType name="NovationConsentRequest">
<xsd:annotation>
<xsd:documentation xml:lang="en">A request message that passes details of the previously negotiated transaction that the transferor wishes to novate as well as describing the identity and roles of each party. As the same message is sent to both the transferee and remaining party it must contain the complete description of the underlying transaction (rather than just a reference) as the transferee will not have record of it.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="NovationRequestMessage" />
</xsd:complexContent>
</xsd:complexType>
|