<xsd:complexType name="RequestedCollateralAllocationAction">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type that describes the type of collateral allocation action that is requested. The purpose is to allow FCMs to specify how the allocations are to be processed.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="requestedCollateralAllocationActionScheme" type="NonEmptyURI" default="http://www.fpml.org/coding-scheme/requested-collateral-allocation-action" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|