<xsd:complexType name="RequestConsent">
<xsd:annotation>
<xsd:documentation xml:lang="en">A message requesting that the sender be authorized by the recipient to peform an action.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="CorrectableRequestMessage">
<xsd:sequence>
<xsd:element name="requestedAction" type="RequestedAction" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The reason the consent was requested.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<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="PortfolioReference.model" minOccurs="0" />
<xsd:group ref="Compression.model" minOccurs="0" />
<xsd:choice>
<xsd:group ref="TradingAndPostTradeEvents.model" />
<xsd:element name="deClear" type="DeClear">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure describing a declear event. The deClear event allows a firm to request that a trade be removed from clearing, or a clearing service to request consent for this, or to report that it has been done.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:group ref="EventValuation.model" minOccurs="0" />
<xsd:group ref="PartiesAndAccounts.model" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|