<xsd:complexType name="HeldCollateral">
<xsd:sequence>
<xsd:element name="holdingPartyReference" type="PartyReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The party holding the collateral.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="postingPartyReference" type="PartyReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The party posting the collateral.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="paymentAmount" type="Money" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|