Definition Type: Element
Name: LicenseClass
Namespace: http://ns.hr-xml.org/2007-04-15
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: BackgroundReports.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
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.
Collapse XSD Schema Diagram:
XSD Diagram of LicenseClass in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>