Definition Type: ComplexType
Name: ProfessionalLicenseReportTypeType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: BackgroundReports.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalItems in schema backgroundreports_xsd Drilldown into ProfessionalLicense in schema backgroundreports_xsd Drilldown into ContactInformation in schema backgroundreports_xsd Drilldown into ApplicantInformation in schema backgroundreports_xsdXSD Diagram of ProfessionalLicenseReportTypeType in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ProfessionalLicenseReportTypeType">
    <xsd:sequence>
        <xsd:element name="ApplicantInformation" type="ScreeningPersonalDataType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Personal information relating to the screening subject as contained in the agency or institutions records.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="ContactInformation" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Contact information relating to the individual within the agency that provided the screening results.</xsd:documentation>
            </xsd:annotation>
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="PersonName" type="PersonNameType" minOccurs="0" />
                    <xsd:element name="Title" type="xsd:string" minOccurs="0" />
                    <xsd:element name="ContactMethod" type="ContactMethodType" minOccurs="0" maxOccurs="unbounded" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
        <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>
        <xsd:element name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ApplicantInformation hr:ApplicantInformation 0 unbounded
ContactInformation hr:ContactInformation 0 (1)
ProfessionalLicense hr:ProfessionalLicense 0 unbounded
AdditionalItems hr:AdditionalItems 0 unbounded
Collapse Derivation Tree:
Collapse References:
hr:LicenseResults