Definition Type: ComplexType
Name: ExercisabilityType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Contains a collection of information relating to "Exercisability" -- That is how many Stock Options may be exercised at what point in time. This is information about restraints or rules that on the potential execise of the options, hence "Exercisability" rather than "ExerciseDetails." This can be as simple as a pairing of Shares Number with a date or may involve some externally defined rule governing when and how many Stock Options can be exercised.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into ExercisableIntervalCode in schema fields_xsd Drilldown into ExercisableRuleID in schema fields_xsd Drilldown into ExercisableDate in schema fields_xsd Drilldown into ShareQuantity in schema fields_xsdXSD Diagram of ExercisabilityType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ExercisabilityType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Contains a collection of information relating to "Exercisability" -- That is how many Stock Options may be exercised at what point in time. This is information about restraints or rules that on the potential execise of the options, hence "Exercisability" rather than "ExerciseDetails." This can be as simple as a pairing of Shares Number with a date or may involve some externally defined rule governing when and how many Stock Options can be exercised.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ShareQuantity" minOccurs="0" />
        <xsd:element ref="ExercisableDate" minOccurs="0" />
        <xsd:element ref="ExercisableRuleID" minOccurs="0" />
        <xsd:element ref="ExercisableIntervalCode" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ShareQuantity nsA:ShareQuantity 0 (1)
ExercisableDate nsA:ExercisableDate 0 (1)
ExercisableRuleID nsA:ExercisableRuleID 0 (1)
ExercisableIntervalCode nsA:ExercisableIntervalCode 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:Exercisability