Definition Type: Element
Name: ProfessionalLicense
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: BackgroundReports.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalItems in schema backgroundreports_xsd Drilldown into Comments in schema backgroundreports_xsd Drilldown into QuestionAnswerPair in schema backgroundreports_xsd Drilldown into LicenseRestrictions in schema backgroundreports_xsd Drilldown into OtherQualifications in schema backgroundreports_xsd Drilldown into DisciplinaryActions in schema backgroundreports_xsd Drilldown into LicenseStatus in schema backgroundreports_xsd Drilldown into LicenseDescription in schema backgroundreports_xsd Drilldown into LicenseName in schema backgroundreports_xsd Drilldown into LicensingAgency in schema backgroundreports_xsd Drilldown into LicenseNumber in schema backgroundreports_xsd Drilldown into Region in schema backgroundreports_xsd Drilldown into CountryCode in schema isoutilities_xsd Drilldown into EffectiveDate in schema backgroundreports_xsdXSD Diagram of ProfessionalLicense in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="ProfessionalLicense" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="EffectiveDate" type="EffectiveDateType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>StartDate will contain the  date when a  license was issued/renewed.  The EndDate will contain license expiration date.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element ref="CountryCode" minOccurs="0" />
            <xsd:element name="Region" type="xsd:string" minOccurs="0" />
            <xsd:element name="LicenseNumber" type="xsd:string">
                <xsd:annotation>
                    <xsd:documentation>Unique agency issued identifier associated with the license.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="LicensingAgency" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>The jurisdiction code of the region that issued the license and/or the type of license. i.e. Pharmicist, LPN,  Airline Transport Pilot.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="LicenseName" type="LicenseNameType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The name of the license.  This could be the same as the license type.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="LicenseDescription" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Description or ratings applicable to the license.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="LicenseStatus" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The current status of an individual's license
</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="DisciplinaryActions" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>Disiplinary actions taken or pending.  If the action is pending, set the pending attribute = true.</xsd:documentation>
                </xsd:annotation>
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="xsd:string">
                            <xsd:attribute name="pending" type="xsd:boolean" />
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="OtherQualifications" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>Medical or other qualifications associated with or required to maintain active status of license.</xsd:documentation>
                </xsd:annotation>
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="Qualification" type="xsd:string">
                            <xsd:annotation>
                                <xsd:documentation>Description of the  qualification.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="EffectiveDate" type="EffectiveDateType" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>The effective date of the  qualification.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                    </xsd:sequence>
                    <xsd:attribute name="type" type="xsd:string" />
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="LicenseRestrictions" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>Restrictions associated with the license.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="QuestionAnswerPair" type="QuestionAnswerPairType" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>Contains Results of a specific question.  The name attribute of IdValue contains the identifier in the screening companies system of the specific question.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Comments" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>Comments related to this screening.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EffectiveDate hr:EffectiveDate 0 (1)
CountryCode hr:CountryCode 0 (1)
Region hr:Region 0 (1)
LicenseNumber hr:LicenseNumber (1) (1)
LicensingAgency hr:LicensingAgency 0 unbounded
LicenseName hr:LicenseName 0 (1)
LicenseDescription hr:LicenseDescription 0 (1)
LicenseStatus hr:LicenseStatus 0 (1)
DisciplinaryActions hr:DisciplinaryActions 0 unbounded
OtherQualifications hr:OtherQualifications 0 unbounded
LicenseRestrictions hr:LicenseRestrictions 0 unbounded
QuestionAnswerPair hr:QuestionAnswerPair 0 unbounded
Comments hr:Comments 0 unbounded
AdditionalItems hr:AdditionalItems 0 unbounded