<xsd:complexType name="RequestedWithdrawalAction">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type that describes what the requester would like to see done to implement the withdrawal, e.g. ExpungeRecords, RetainRecords.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="requestedWithdrawalActionScheme" type="NonEmptyURI" default="http://www.fpml.org/coding-scheme/requested-withdrawal-action" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|