Definition Type: ComplexType
Name: LicenseReportType
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 LicenseReportDetail in schema backgroundreports_xsd Drilldown into LicenseReturnResponse in schema backgroundreports_xsd Drilldown into LicenseTotalPoints 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 CountryCode in schema isoutilities_xsdXSD Diagram of LicenseReportType in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="LicenseReportType">
    <xsd:sequence>
        <xsd:element ref="CountryCode" minOccurs="0" />
        <xsd:element name="LicenseNumber" type="xsd:string" />
        <xsd:element name="LicensingAgency" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>The jurisdiction code of the region that issued a driver license.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="LicenseName" type="LicenseNameType" minOccurs="0" />
        <xsd:element name="LicenseDescription" type="xsd:string" minOccurs="0" />
        <xsd:element name="LicenseTotalPoints" type="xsd:string" minOccurs="0" />
        <xsd:element name="LicenseReturnResponse" type="xsd:string" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Response returned by the agency.  i.e. No match found.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="LicenseReportDetail" 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 driver license was issued/renewed.  The EndDate will contain license expiration date.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="LicenseType" type="xsd:string" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>The type of license. i.e. Commercial, Regular, NonComercial, Learners</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  (Base) privilege type. i.e. LIC-Licensed
ELG-Eligible
NOT-Not Eligible
RPD-Reported Deceased

</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="LicenseClass" type="xsd:string" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>The type of vehicle that a licensed driver has been
examined on and approved to operate. i.e. 'B' Class "B" vehicles - any single vehicle with a GVWR of
26,001 or more pounds, or any such vehicle towing a vehicle not in
excess of 10,000 pounds GVWR. (Holders of a Class B
license may, with the appropriate endorsement, operate all Class C
vehicles). 'C' Class "C" vehicles - any single vehicle less than 26,001 pounds
GVWR, or any such vehicle towing a vehicle not in excess of 10,000
pounds GVWR.
'M' Class "M" vehicles - Motorcycles, Mopeds, Motor-driven
Cycles.
</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="LicenseRestrictions" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
                        <xsd:annotation>
                            <xsd:documentation>A restriction applicable to a driver license. i.e. B-Corrective lenses must be worn, C-Mechanical Aid (Special Brakes, hand controls, or other adaptive devices), D-Prosthetic Aid</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded" />
                </xsd:sequence>
                <xsd:attribute name="type" use="optional">
                    <xsd:simpleType>
                        <xsd:restriction base="xsd:string">
                            <xsd:enumeration value="Primary" />
                            <xsd:enumeration value="Secondary" />
                            <xsd:enumeration value="Unknown" />
                        </xsd:restriction>
                    </xsd:simpleType>
                </xsd:attribute>
            </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
CountryCode hr:CountryCode 0 (1)
LicenseNumber hr:LicenseNumber (1) (1)
LicensingAgency hr:LicensingAgency (1) (1)
LicenseName hr:LicenseName 0 (1)
LicenseDescription hr:LicenseDescription 0 (1)
LicenseTotalPoints hr:LicenseTotalPoints 0 (1)
LicenseReturnResponse hr:LicenseReturnResponse 0 (1)
LicenseReportDetail hr:LicenseReportDetail 0 unbounded
AdditionalItems hr:AdditionalItems 0 unbounded
Collapse Derivation Tree:
Collapse References:
hr:License