Definition Type: ComplexType
Name: CredentialType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: LicensesAndCertifications.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into EffectiveDate in schema licensesandcertifications_xsd Drilldown into Description in schema licensesandcertifications_xsd Drilldown into IssuingAuthority in schema licensesandcertifications_xsd Drilldown into Id in schema licensesandcertifications_xsd Drilldown into Name in schema licensesandcertifications_xsdXSD Diagram of CredentialType in schema licensesandcertifications_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="CredentialType">
    <xsd:sequence>
        <xsd:element name="Name" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>The name of license or certification.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Id" type="xsd:string" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>An identifer for the credential.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="IssuingAuthority" type="IssuingAuthorityType" minOccurs="0" />
        <xsd:element name="Description" type="xsd:string" minOccurs="0" />
        <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>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Name hr:Name (1) (1)
Id hr:Id 0 (1)
IssuingAuthority hr:IssuingAuthority 0 (1)
Description hr:Description 0 (1)
EffectiveDate hr:EffectiveDate 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:LicenseOrCertification, hr:SecurityCredential