complexType "Gearing"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Leverage or Gearing. Optional condition where if shares fall below trigger price, number of shares puchased increase by the gearing factor.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="Gearing">
<xsd:sequence>
<xsd:element name="gearingFactor" type="xsd:decimal"/>
<xsd:element minOccurs="0" name="leverageTriggerPrice" type="xsd:decimal"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
gearingFactor
Type:
xsd:decimal, predefined, simple content
Increase in number of shares purchased.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="gearingFactor" type="xsd:decimal"/>

leverageTriggerPrice
Type:
xsd:decimal, predefined, simple content
If specified, gearing factor applied only if share price falls below this trigger price.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="leverageTriggerPrice" type="xsd:decimal"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.