Definition Type: Element
Name: OfferingPeriod
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: StockPurchasePlanCoverage.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into EndDate in schema stockpurchaseplancoverage_xsd Drilldown into StartDate in schema stockpurchaseplancoverage_xsdXSD Diagram of OfferingPeriod in schema stockpurchaseplancoverage_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="OfferingPeriod">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="StartDate" type="LocalDateType" />
            <xsd:element name="EndDate" type="LocalDateType" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StartDate hr:StartDate (1) (1)
EndDate hr:EndDate (1) (1)