Definition Type: Element
Name: VestingInfo
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Grant.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into Rule in schema grant_xsd Drilldown into Shares in schema grant_xsdXSD Diagram of VestingInfo in schema grant_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="VestingInfo" minOccurs="0">
    <xsd:complexType>
        <xsd:choice>
            <xsd:element name="Shares" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="Quantity" type="xsd:decimal" />
                        <xsd:element name="VestingDate" type="LocalDateType" />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="Rule" type="xsd:string" maxOccurs="unbounded" />
        </xsd:choice>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Shares hr:Shares (1) unbounded
Rule hr:Rule (1) unbounded