<xsd:complexType name="ConsentRefused">
<xsd:annotation>
<xsd:documentation xml:lang="en">A message indicating that the sender does not grant consent for the recipient to perform the requested action.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ResponseMessage">
<xsd:sequence>
<xsd:element name="type" type="ApprovalType" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The type of approval (e.g. "pre-clearing credit").</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="approver" type="PersonId" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The full name or identifiying ID of the relevant approver.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="approvingPartyReference" type="PartyReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A pointer style reference to a party defined elsewhere in the document. The party referenced needs to approve the specified item (e.g. trade or allocation).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="PortfolioReferenceBase.model" minOccurs="0" />
<xsd:group ref="EventsOrInfo.model" minOccurs="0" />
<xsd:element name="creditLimitInformation" type="CreditLimitInformation" minOccurs="0" maxOccurs="unbounded" />
<xsd:group ref="PartiesAndAccounts.model" minOccurs="0" />
<xsd:element name="reason" type="Reason" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|