<xsd:complexType name="CollateralAllocationReport">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining the content model for a message allowing one party to send a report listing collateral allocation.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="NotificationMessage">
<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="collateralGiverPartyReference" type="PartyReference" minOccurs="0" 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" minOccurs="0" 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>
|