Definition Type: Element
Name: Period
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: StockPlan.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into validTo in schema stockplan_xsd Drilldown into validFrom in schema stockplan_xsdXSD Diagram of Period in schema stockplan_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="Period" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:attribute name="validFrom" type="LocalDateType" use="required" />
        <xsd:attribute name="validTo" type="LocalDateType" use="required" />
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
validFrom hr:validFrom Required
validTo hr:validTo Required