element <caStockGrant> (global)
Namespace:
Type:
anonymous complexType (extension of stockGrant)
Content:
complex, 2 attributes, 37 elements
Defined:
Includes:
definition of 1 element
Used:
XML Representation Summary
<caStockGrant
   
 = 
xs:string
 = 
xs:string
   
>
   
Content: 
</caStockGrant>
Content model elements (37):
growthRate (type xs:decimal),
name (type xs:string),
Included in content model of elements (1):
Known Usage Locations
Anonymous Type Detail
Type Derivation Tree
BaseDetailItem (extension)
  stockGrant (extension)
      complexType
XML Source (w/o annotations (1); see within schema source)
<xs:element name="caStockGrant">
<xs:complexType>
<xs:complexContent>
<xs:extension base="stockGrant">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="grantType" type="caStockGrantType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 1/37)
grantType
Type:
caStockGrantType, simple content
The type of the grant, it can be RSU, ESO or ESO_CCPC. The selected type should be consistent with the strike price value.
Simple Content
enumeration of xs:string
Enumeration:
"RSU", "ESO", "ESO_Exempted", "ESO_CCPC"
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="grantType" type="caStockGrantType"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set