Definition Type: ComplexType
Name: ProfessionalLicenseReportType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: BackgroundReports.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into LicenseResults in schema backgroundreports_xsd Drilldown into LicenseInput in schema backgroundreports_xsd Drilldown into QuestionSetId in schema backgroundreports_xsdXSD Diagram of ProfessionalLicenseReportType in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ProfessionalLicenseReportType">
    <xsd:sequence>
        <xsd:element name="QuestionSetId" type="EntityIdType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>The question set identifier associated with this screening.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="LicenseInput" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Contains information as reported by the screening subject relating to the license.</xsd:documentation>
            </xsd:annotation>
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="License" type="LicenseIdentificationType" minOccurs="0" />
                    <xsd:element name="OtherApplicantInformation" type="EntityIdType" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>For capturing additional search related information associated with a specific question.</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="LicenseResults" type="ProfessionalLicenseReportTypeType">
            <xsd:annotation>
                <xsd:documentation>Contains information as verified by the screening provider relating to the license. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
QuestionSetId hr:QuestionSetId 0 (1)
LicenseInput hr:LicenseInput 0 (1)
LicenseResults hr:LicenseResults (1) (1)
Collapse Derivation Tree:
Collapse References:
hr:ProfessionalLicenseReport