<xsd:complexType name="AverageDailyTradingVolumeLimit">
<xsd:annotation>
<xsd:documentation xml:lang="en">To indicate the limitation percentage and limitation period.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="limitationPercentage" type="RestrictedPercentage">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the limitation percentage in Average Daily trading volume.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="limitationPeriod" type="xsd:nonNegativeInteger">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the limitation period for Average Daily trading volume in number of days.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|