Definition Type: Element
Name: EffectiveDate
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: LicensesAndCertifications.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into FirstIssuedDate in schema licensesandcertifications_xsd Drilldown into ValidTo in schema licensesandcertifications_xsd Drilldown into ValidFrom in schema licensesandcertifications_xsdXSD Diagram of EffectiveDate in schema licensesandcertifications_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="EffectiveDate" minOccurs="0">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="ValidFrom" type="FlexibleDatesType" minOccurs="0" />
            <xsd:element name="ValidTo" type="FlexibleDatesType" minOccurs="0" />
            <xsd:element name="FirstIssuedDate" type="FlexibleDatesType" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ValidFrom hr:ValidFrom 0 (1)
ValidTo hr:ValidTo 0 (1)
FirstIssuedDate hr:FirstIssuedDate 0 (1)