<xsd:complexType name="TriParty">
<xsd:annotation>
<xsd:documentation xml:lang="en">The tri-party terms.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="triPartyAgent" type="PartyReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">The reference to the tri-party agent.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="collateralProfile" type="CollateralProfile">
<xsd:annotation>
<xsd:documentation xml:lang="en">The collateral profile specified at the tri-party agent.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="collateralType" type="CollateralType" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The collateral type, which is a restriction of the collateral deemed acceptable for the purpose of the transaction.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|