Showing:

Annotations
Diagrams
Facets
Source
Used by
Imported schema mnrlv.xsd
Namespace http://www.tnsaferoads.net/mvc/veh/mnrlv
Annotations
Documentation for the Manner of Leaving the Scene of the Collision
MMUCC Data Element Reference ??
This schema defines and validates an instance of Manner of Leaving the Scene of the Collision 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™
Element mnrlv:MannerLeavingScene
Namespace http://www.tnsaferoads.net/mvc/veh/mnrlv
Diagram
Diagram comm1.tmp#id129
Type mnrlv:MannerOfLeavingSceneType
Facets
length 2
enumeration 01
enumeration 02
enumeration 03
enumeration 09
pattern \d{2}
Used by
Source
<xsd:element name="MannerLeavingScene" type="mnrlv:MannerOfLeavingSceneType" id="MannerLeavingScene">
  <!--Refers to the disposition of the vehicle at the scene of the collision. This element should be coded with the best information available.-->
</xsd:element>
Simple Type mnrlv:MannerOfLeavingSceneType
Namespace http://www.tnsaferoads.net/mvc/veh/mnrlv
Diagram
Diagram
Type restriction of xsd:token
Facets
length 2
enumeration 01
enumeration 02
enumeration 03
enumeration 09
pattern \d{2}
Used by
Source
<xsd:simpleType name="MannerOfLeavingSceneType" final="#all">
  <xsd:restriction base="xsd:token">
    <xsd:length value="2"/>
    <xsd:pattern value="\d{2}"/>
    <xsd:enumeration value="01" id="Driven">
      <!--Driven-->
    </xsd:enumeration>
    <xsd:enumeration value="02" id="TowedAway">
      <!--Towed Away-->
    </xsd:enumeration>
    <xsd:enumeration value="03" id="AbandonedLeftAtScene">
      <!--Abandoned/Left At Scene-->
    </xsd:enumeration>
    <xsd:enumeration value="09" id="UNKMannerOfLeavingScene">
      <!--Unknown-->
    </xsd:enumeration>
  </xsd:restriction>
  <!--Refers to the disposition of the vehicle at the scene of the collision . This element should be coded with the best information available.-->
</xsd:simpleType>