<xsd:group name="InterestResponseDetails.model">
<xsd:choice>
<xsd:sequence>
<xsd:element name="variationMargin" type="InterestResponse">
<xsd:annotation>
<xsd:documentation xml:lang="en">variation margin details for the interest reponse</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="segregatedIndependentAmount" type="InterestResponse" minOccurs="0" />
</xsd:sequence>
<xsd:element name="segregatedIndependentAmount" type="InterestResponse">
<xsd:annotation>
<xsd:documentation xml:lang="en">segregated independent amount details for the interest reponse</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:group>
|