scr:ConveyanceIdentificationCategoryCodeSimpleType
simpleType ConveyanceIdentificationCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for a kind of conveyance identification.
Diagram
Enumerations
Value | Definition |
LPN | License Plate Number |
MVRN | Motor Vehicle Registration Number |
VIN | Vehicle Identification Number |
XML Schema
<xs:simpleType name="ConveyanceIdentificationCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of conveyance identification.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="LPN">
<xs:annotation>
<xs:documentation>
License Plate Number</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MVRN">
<xs:annotation>
<xs:documentation>
Motor Vehicle Registration Number</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VIN">
<xs:annotation>
<xs:documentation>
Vehicle Identification Number</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>