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

ValueDefinition
LPNLicense Plate Number
MVRNMotor Vehicle Registration Number
VINVehicle 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: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>