<xsd:complexType name="CollateralBalance">
<xsd:choice>
<xsd:sequence>
<xsd:element name="variationMargin" type="MarginCollateral">
<xsd:annotation>
<xsd:documentation xml:lang="en">variation margin part of the collateral balance.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="segregatedIndependentAmount" type="MarginCollateral" minOccurs="0" />
</xsd:sequence>
<xsd:element name="segregatedIndependentAmount" type="MarginCollateral">
<xsd:annotation>
<xsd:documentation xml:lang="en">segregated independent amount part of the collateral balance.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
|