<xsd:complexType name="UseOfPostedCreditSupport">
<xsd:sequence>
<xsd:element name="partyReference" type="PartyReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">The party to which the terms apply.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="useOfPostedCollateral" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies whether the respective parties to the agreement have the right to rehypothecate the collateral held.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|