XML Schema Documentation

Complex Type: AverageDailyTradingVolumeLimit

[Table of contents]

Super-types: None
Sub-types: None
Name AverageDailyTradingVolumeLimit
Abstract no
Documentation To indicate the limitation percentage and limitation period.
XML Instance Representation
<...>
<limitationPercentage> RestrictedPercentage </limitationPercentage> [1]

'Specifies the limitation percentage in Average Daily trading volume.'

<limitationPeriod> xsd:nonNegativeInteger </limitationPeriod> [1]

'Specifies the limitation period for Average Daily trading volume in number of days.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="AverageDailyTradingVolumeLimit">
<xsd:sequence>
<xsd:element name="limitationPercentage" type=" RestrictedPercentage " minOccurs="1"/>
<xsd:element name="limitationPeriod" type=" xsd:nonNegativeInteger " minOccurs="1"/>
</xsd:sequence>
</xsd:complexType>