<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>
|