<xsd:complexType name="MarginCallResponseReason">
<xsd:choice>
<xsd:sequence>
<xsd:element name="reasonCode" type="MarginCallResponseReasonCode">
<xsd:annotation>
<xsd:documentation xml:lang="en">reason codes used in the margin call response</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="description" type="String" minOccurs="0" />
</xsd:sequence>
<xsd:element name="description" type="String">
<xsd:annotation>
<xsd:documentation xml:lang="en">free form description of the reason</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
|