Definition Type: ComplexType
Name: VestingType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Contains a collection of information relating to the vesting of stock options. 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 become vested.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into VestingRuleID in schema fields_xsd Drilldown into VestingDate in schema fields_xsd Drilldown into ShareQuantity in schema fields_xsd Drilldown into ID in schema fields_xsdXSD Diagram of VestingType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="VestingType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Contains a collection of information relating to the vesting of stock options. 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 become vested.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ID" minOccurs="0" />
        <xsd:element ref="ShareQuantity" minOccurs="0" />
        <xsd:element ref="VestingDate" minOccurs="0" />
        <xsd:element ref="VestingRuleID" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID 0 (1)
ShareQuantity nsA:ShareQuantity 0 (1)
VestingDate nsA:VestingDate 0 (1)
VestingRuleID nsA:VestingRuleID 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:Vesting