<xsd:simpleType name="OwnerViolationType">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">License or registration driver violations identified by NHTSA (FARS)</xsd:documentation>
<xsd:documentation xml:lang="en-US">TODO: This list has to be fully enumerated</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:length value="2"/>
<xsd:pattern value="\d{2}"/>
<xsd:enumeration value="01" id="OwnerViolation01">
</xsd:enumeration>
<xsd:enumeration value="02" id="OwnerViolation02">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType> |