Definition Type: Element
Name: EffectiveDate
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: SupportingMaterials.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
How long this supporting material is valid.
Collapse XSD Schema Diagram:
Drilldown into EndDate in schema supportingmaterials_xsd Drilldown into StartDate in schema supportingmaterials_xsdXSD Diagram of EffectiveDate in schema supportingmaterials_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="EffectiveDate" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>How long this supporting material is valid.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="StartDate" type="AnyDateTimeNkNaType" />
            <xsd:element name="EndDate" type="AnyDateTimeNkNaType" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StartDate hr:StartDate (1) (1)
EndDate hr:EndDate 0 (1)