Definition Type: Element
Name: EffectiveDate
Namespace: http://ns.hr-xml.org/2007-04-15
Type: hr:EffectiveDateType
Containing Schema: BackgroundReports.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
StartDate will contain the date when a driver license was issued/renewed. The EndDate will contain license expiration date.
Collapse XSD Schema Diagram:
Drilldown into EndDate in schema screeningtypes_xsd Drilldown into StartDate in schema screeningtypes_xsd Drilldown into EffectiveDateType in schema screeningtypes_xsdXSD Diagram of EffectiveDate in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="EffectiveDate" type="EffectiveDateType" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>StartDate will contain the  date when a driver license was issued/renewed.  The EndDate will contain license expiration date.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StartDate hr:StartDate 0 (1)
EndDate hr:EndDate 0 (1)
Collapse Derivation Tree: