Showing:

Annotations
Diagrams
Facets
Source
Used by
Imported schema onrchg.xsd
Namespace http://www.tnsaferoads.net/mvc/own/onrchg
Annotations
Documentation for the Owner Violation Charges
MMUCC Data Element Reference ??
This schema defines and validates an instance of a Violation Charge cited to the vehicle owner within the context
of a Collision report document.

http://www.gnu.org/licenses/gpl.html

<xi:include href="../XML/GPL.xhtml"/>
This software should be used in compliance with GNU GENERAL PUBLIC LICENSE            
Version 3, 29 June 2007 or later. TNSR™
Simple Type onrchg:OwnerViolationType
Namespace http://www.tnsaferoads.net/mvc/own/onrchg
Annotations
License or registration driver violations identified by NHTSA (FARS)
TODO: This list has to be fully enumerated
Diagram
Diagram
Type restriction of xsd:token
Facets
length 2
enumeration 01
enumeration 02
pattern \d{2}
Used by
Source
<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>