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