Showing:

Annotations
Diagrams
Facets
Source
Used by
Imported schema rdintsct.xsd
Namespace http://www.tnsaferoads.net/mvc/mvc/rdintsct
Annotations
Documentation for the Roadway Intersection
MMUCC Data Element Reference Cx
This schema defines and validates an instance of an Intersection 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 rdintsct:IntersectionType
Namespace http://www.tnsaferoads.net/mvc/mvc/rdintsct
Annotations
Intersection type is a MMUCC data element and at this writing, does not have numeric
values assigned by MMUCC. The governing jurisdiction should implement the enumerated
numeric value equivalents appropriate for its use.  An intersection consists of two or
more roadways that intersect at the same level. See MMUCC appendix K for diagram of an
intersection.
Indicates the type of intersection at which this collision occurred
Diagram
Diagram
Type restriction of xsd:token
Facets
length 2
enumeration 01
Not At Intersection
enumeration 02
Four-Way
enumeration 03
T-Intersection
enumeration 04
Y-Intersection
enumeration 05
Intersection As Part Of Interchange
enumeration 06
Traffic Circle
enumeration 07
Roundabout
enumeration 08
Five-Point Or More
enumeration 09
Unknown
pattern \d{2}
Used by
Source
<xsd:simpleType name="IntersectionType" id="IntersectionType" final="#all">
  <xsd:annotation>
    <xsd:documentation source="" xml:lang="en-US">Intersection type is a MMUCC data element and at this writing, does not have numeric values assigned by MMUCC. The governing jurisdiction should implement the enumerated numeric value equivalents appropriate for its use. An intersection consists of two or more roadways that intersect at the same level. See MMUCC appendix K for diagram of an intersection.</xsd:documentation>
    <xsd:documentation>Indicates the type of intersection at which this collision occurred</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:token">
    <xsd:length value="2"/>
    <xsd:pattern value="\d{2}"/>
    <xsd:enumeration value="01" id="NotAtIntersection">
      <xsd:annotation>
        <xsd:documentation>Not At Intersection</xsd:documentation>
      </xsd:annotation>
      <!--Not At Intersection-->
    </xsd:enumeration>
    <xsd:enumeration value="02" id="Four-Way">
      <xsd:annotation>
        <xsd:documentation>Four-Way</xsd:documentation>
      </xsd:annotation>
      <!--Four-Way-->
    </xsd:enumeration>
    <xsd:enumeration value="03" id="T-Intersection">
      <xsd:annotation>
        <xsd:documentation>T-Intersection</xsd:documentation>
      </xsd:annotation>
      <!--T-Intersection-->
    </xsd:enumeration>
    <xsd:enumeration value="04" id="Y-Intersection">
      <xsd:annotation>
        <xsd:documentation>Y-Intersection</xsd:documentation>
      </xsd:annotation>
      <!--Y-Intersection-->
    </xsd:enumeration>
    <xsd:enumeration value="05" id="IntersectionAsPartOfInterchange">
      <xsd:annotation>
        <xsd:documentation>Intersection As Part Of Interchange</xsd:documentation>
      </xsd:annotation>
      <!--Intersection As Part Of Interchange-->
    </xsd:enumeration>
    <xsd:enumeration value="06" id="TrafficCircle">
      <xsd:annotation>
        <xsd:documentation>Traffic Circle</xsd:documentation>
      </xsd:annotation>
      <!--Traffic Circle-->
    </xsd:enumeration>
    <xsd:enumeration value="07" id="Roundabout">
      <xsd:annotation>
        <xsd:documentation>Roundabout</xsd:documentation>
      </xsd:annotation>
      <!--Roundabout-->
    </xsd:enumeration>
    <xsd:enumeration value="08" id="Five-PointOrMore">
      <xsd:annotation>
        <xsd:documentation>Five-Point Or More</xsd:documentation>
      </xsd:annotation>
      <!--Five-Point Or More-->
    </xsd:enumeration>
    <xsd:enumeration value="09" id="Unknown">
      <xsd:annotation>
        <xsd:documentation>Unknown</xsd:documentation>
      </xsd:annotation>
      <!--Unknown-->
    </xsd:enumeration>
  </xsd:restriction>
  <!--Indicates the type of intersection at which this collision occurred-->
</xsd:simpleType>