<xsd:complexType name="NovationConsentRefused">
<xsd:annotation>
<xsd:documentation xml:lang="en">Response message that should be sent by the transferee or remaining party if they cannot perform the requested novation.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ResponseMessage">
<xsd:sequence>
<xsd:element name="novation" type="ConsentRefusedNovationAgreement" />
<xsd:element name="reason" type="xsd:string" minOccurs="0" />
<xsd:element name="party" type="Party" minOccurs="3" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|