Definition Type: Element
Name: Shares
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Grant.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into VestingDate in schema grant_xsd Drilldown into Quantity in schema grant_xsdXSD Diagram of Shares in schema grant_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Quantity hr:Quantity (1) (1)
VestingDate hr:VestingDate (1) (1)