<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>
|