<xsd:group name="ProposedCollateralResponse.model">
<xsd:choice>
<xsd:sequence>
<xsd:element name="variationMargin" type="ProposedCollateralResponse">
<xsd:annotation>
<xsd:documentation xml:lang="en">variation margin details for proposed collateral response</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="segregatedIndependentAmount" type="ProposedCollateralResponse" minOccurs="0" />
</xsd:sequence>
<xsd:element name="segregatedIndependentAmount" type="ProposedCollateralResponse">
<xsd:annotation>
<xsd:documentation xml:lang="en">segregated independent amount details for proposed collateral response</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:group>
|