<xsd:complexType name="RequestCollateralAllocation">
<xsd:complexContent>
<xsd:extension base="CorrectableRequestMessage">
<xsd:sequence>
<xsd:element name="serviceName" type="NormalizedString" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The name of the service to which the message applies</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="requestedAction" type="RequestedCollateralAllocationAction" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The type of change requested for the collateral allocation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="collateralGiverPartyReference" type="PartyReference" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en">The party paying the margin / issuing the allocation request.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="collateralAllocation" type="ProposedCollateralAllocation" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Allocation details</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="PartiesAndAccounts.model" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|