Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Source
Used by
Main schema mvc.xsd
Namespace http://www.tnsaferoads.net/mvc/mvc
Annotations
Documentation for the Motor Vehicle Collision
MMUCC Data Element Reference ??
This schema defines and validates an instance of a Motor Vehicle
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 mvc:MVCType / mvc:FatalCaseID
Namespace http://www.tnsaferoads.net/mvc/mvc
Annotations
Reserved for governing jurisdiction use
only
Diagram
Diagram mvc36.tmp#id93 mvc36.tmp#id94 mvc36.tmp#id92
Type mvcid:FatalIDType
Model ALL(mvcid:Year mvcid:SequenceNo)
Children mvcid:SequenceNo, mvcid:Year
Instance
<mvc:FatalCaseID>
  <mvcid:Year>{1,1}</mvcid:Year>
  <mvcid:SequenceNo>{1,1}</mvcid:SequenceNo>
</mvc:FatalCaseID>
Source
<xsd:element name="FatalCaseID" type="mvcid:FatalIDType" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">Reserved for governing jurisdiction use
						only</xsd:documentation>
  </xsd:annotation>
  <!--Fatal Case Number - if reporting cases fatailty cases to NHTSA-->
</xsd:element>
Element mvc:MVCType / mvc:Times
Namespace http://www.tnsaferoads.net/mvc/mvc
Annotations
Time factors associated with the
collision.
Diagram
Diagram mvc34.tmp#id100 mvc34.tmp#id96 mvc34.tmp#id98 mvc34.tmp#id99
Model mvc:CollisionOccurrenceTime , mvc:ReportSubmittedTime , mvc:ReportAcceptedTime{0,1}
Children mvc:CollisionOccurrenceTime, mvc:ReportAcceptedTime, mvc:ReportSubmittedTime
Instance
<mvc:Times mvc:ElapsedTime="">
  <mvc:CollisionOccurrenceTime>{1,1}</mvc:CollisionOccurrenceTime>
  <mvc:ReportSubmittedTime>{1,1}</mvc:ReportSubmittedTime>
  <mvc:ReportAcceptedTime>{0,1}</mvc:ReportAcceptedTime>
</mvc:Times>
Attributes
QName Type Fixed Default Use Annotation
mvc:ElapsedTime xsd:duration optional
Time deltas (CollsionTime -
ReportSubmittedTime)
Source
<xsd:element name="Times" id="MVCTimesElement">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">Time factors associated with the
						collision.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType id="MVCTimes">
    <xsd:sequence id="MVCTimesSeq">
      <!--Time of the Collision-->
      <xsd:element name="CollisionOccurrenceTime" type="time:CstEstTimeType" form="qualified">
        <xsd:annotation>
          <xsd:documentation>MMUCC Data Element Reference C2 - MMUCC
									Compliance Date and Time (HHMM)</xsd:documentation>
          <xsd:documentation source="http://www.mmucc.us/guideline/criteria/C1.htm" xml:lang="en-US">Time of
									Collision. The time recorded by the investigating officer that
									the collision occurred. The time may not be able to be
									determined. If the time is unknown, the valid xsd:time of
									00:00:00Z MUST be recorded in the XML instance file to indicate
									that the time of the collision is unknown.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <!--Time Collision Report Submitted -->
      <xsd:element name="ReportSubmittedTime">
        <xsd:annotation>
          <xsd:documentation xml:lang="en-US">Time Collision Report Submitted.
									Indicates the Date-timestamp at which this Collision report or
									its amendment was submitted electronically to governing
									jurisdiction servers. If the validation process fails there may
									be other subsequent re-submissions.</xsd:documentation>
        </xsd:annotation>
        <xsd:simpleType>
          <xsd:restriction base="time:CstEstTimeType">
            <xsd:maxInclusive value="2007-10-21T23:59:59-06:00"/>
          </xsd:restriction>
        </xsd:simpleType>
      </xsd:element>
      <!--Time Collision Report Accepted -->
      <xsd:element name="ReportAcceptedTime" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation xml:lang="en-US">Indicates the original
									date-timestamp at which the governing jurisdiction accepted this
									collision report.</xsd:documentation>
        </xsd:annotation>
        <xsd:simpleType>
          <xsd:restriction base="time:CstEstTimeType">
            <xsd:maxInclusive value="2007-10-22T23:59:59-06:00"/>
          </xsd:restriction>
        </xsd:simpleType>
      </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="ElapsedTime" type="xsd:duration" use="optional" form="qualified" id="ElapsedTimeAttrib">
      <xsd:annotation>
        <xsd:documentation xml:lang="en-US">Time deltas (CollsionTime -
								ReportSubmittedTime)</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <!-- End MVCTimeSeq -->
    <!--Elapsed Time - Difference in ReportSubmittedTime and CollisionOccurranceTime -->
  </xsd:complexType>
  <!-- End MVCTimes -->
</xsd:element>
Element mvc:Times / mvc:MVCType / mvc:CollisionOccurrenceTime
Namespace http://www.tnsaferoads.net/mvc/mvc
Annotations
MMUCC Data Element Reference C2 - MMUCC
Compliance Date and Time (HHMM)

http://www.mmucc.us/guideline/criteria/C1.htm

Time of
Collision. The time recorded by the investigating officer that
the collision occurred. The time may not be able to be
determined. If the time is unknown, the valid xsd:time of
00:00:00Z MUST be recorded in the XML instance file to indicate
that the time of the collision is unknown.
Diagram
Diagram mvc0.tmp#id97
Type time:CstEstTimeType
Facets
maxInclusive 2030-12-31T23:59:59-06:00
minInclusive 2000-01-01T00:00:00-05:00
Source
<xsd:element name="CollisionOccurrenceTime" type="time:CstEstTimeType" form="qualified">
  <xsd:annotation>
    <xsd:documentation>MMUCC Data Element Reference C2 - MMUCC
									Compliance Date and Time (HHMM)</xsd:documentation>
    <xsd:documentation source="http://www.mmucc.us/guideline/criteria/C1.htm" xml:lang="en-US">Time of
									Collision. The time recorded by the investigating officer that
									the collision occurred. The time may not be able to be
									determined. If the time is unknown, the valid xsd:time of
									00:00:00Z MUST be recorded in the XML instance file to indicate
									that the time of the collision is unknown.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element mvc:Times / mvc:MVCType / mvc:ReportSubmittedTime
Namespace http://www.tnsaferoads.net/mvc/mvc
Annotations
Time Collision Report Submitted.
Indicates the Date-timestamp at which this Collision report or
its amendment was submitted electronically to governing
jurisdiction servers. If the validation process fails there may
be other subsequent re-submissions.
Diagram
Diagram
Type restriction of time:CstEstTimeType
Type hierarchy
Facets
maxInclusive 2007-10-21T23:59:59-06:00
minInclusive 2000-01-01T00:00:00-05:00
Source
<xsd:element name="ReportSubmittedTime">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">Time Collision Report Submitted.
									Indicates the Date-timestamp at which this Collision report or
									its amendment was submitted electronically to governing
									jurisdiction servers. If the validation process fails there may
									be other subsequent re-submissions.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="time:CstEstTimeType">
      <xsd:maxInclusive value="2007-10-21T23:59:59-06:00"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Element mvc:Times / mvc:MVCType / mvc:ReportAcceptedTime
Namespace http://www.tnsaferoads.net/mvc/mvc
Annotations
Indicates the original
date-timestamp at which the governing jurisdiction accepted this
collision report.
Diagram
Diagram
Type restriction of time:CstEstTimeType
Type hierarchy
Facets
maxInclusive 2007-10-22T23:59:59-06:00
minInclusive 2000-01-01T00:00:00-05:00
Source
<xsd:element name="ReportAcceptedTime" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">Indicates the original
									date-timestamp at which the governing jurisdiction accepted this
									collision report.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="time:CstEstTimeType">
      <xsd:maxInclusive value="2007-10-22T23:59:59-06:00"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Element mvc:MVCType / mvc:MVCDate
Namespace http://www.tnsaferoads.net/mvc/mvc
Annotations
Date and day factors associated with annstance of an MVC.

http://www.mmucc.us/guideline/criteria/C2.htm

MMUCC Data Element reference C2 - MMUCC
Compliance (YYYYMMDD).
Collision Date - Attributes for the date of the Collision.
Aggregates are preferable.  Date of the Traffic Collision.
The Date element is required to have AT A MINIMUM the year.
Month and Day are optional.
Diagram
Diagram mvc12.tmp#id103 mvc12.tmp#id104 mvc12.tmp#id107 mvc12.tmp#id102
Type dte:DateOfCollisionType
Model dte:YearOfCollision , dte:MonthOfCollision{0,1} , dte:DayOfCollision{0,1}
Children dte:DayOfCollision, dte:MonthOfCollision, dte:YearOfCollision
Instance
<mvc:MVCDate dte:DayOfWeek="">
  <dte:YearOfCollision>{1,1}</dte:YearOfCollision>
  <dte:MonthOfCollision>{0,1}</dte:MonthOfCollision>
  <dte:DayOfCollision>{0,1}</dte:DayOfCollision>
</mvc:MVCDate>
Attributes
QName Type Fixed Default Use Annotation
dte:DayOfWeek restriction of xsd:token optional
Attribute describing the day of the
week
Source
<xsd:element name="MVCDate" type="dte:DateOfCollisionType" block="">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">Date and day factors associated with annstance of an MVC.</xsd:documentation>
    <xsd:documentation source="http://www.mmucc.us/guideline/criteria/C2.htm" xml:lang="en-US">MMUCC Data Element reference C2 - MMUCC
						Compliance (YYYYMMDD).</xsd:documentation>
    <xsd:documentation xml:lang="en-US">Collision Date - Attributes for the date of the Collision.
						Aggregates are preferable.  Date of the Traffic Collision.
						The Date element is required to have AT A MINIMUM the year.
						Month and Day are optional.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element mvc:MVCType / mvc:Roadway
Namespace http://www.tnsaferoads.net/mvc/mvc
Diagram
Diagram mvc34.tmp#id490 mvc2.tmp#id472 mvc34.tmp#id476 mvc34.tmp#id478 mvc34.tmp#id480 mvc34.tmp#id482 mvc34.tmp#id484 mvc34.tmp#id486 mvc34.tmp#id488
Model ALL(rdwy:FunctionClass mvc:TypeOfIntersection mvc:RelationToRoadway mvc:Alignment mvc:Profile mvc:SurfaceType mvc:SurfaceCondition mvc:NumberTravelLanes)
Children mvc:Alignment, mvc:NumberTravelLanes, mvc:Profile, mvc:RelationToRoadway, mvc:SurfaceCondition, mvc:SurfaceType, mvc:TypeOfIntersection, rdwy:FunctionClass
Instance
<mvc:Roadway mvc:RouteSigning="">
  <rdwy:FunctionClass>{1,1}</rdwy:FunctionClass>
  <mvc:TypeOfIntersection>{1,1}</mvc:TypeOfIntersection>
  <mvc:RelationToRoadway>{1,1}</mvc:RelationToRoadway>
  <mvc:Alignment>{1,1}</mvc:Alignment>
  <mvc:Profile>{1,1}</mvc:Profile>
  <mvc:SurfaceType>{1,1}</mvc:SurfaceType>
  <mvc:SurfaceCondition>{1,1}</mvc:SurfaceCondition>
  <mvc:NumberTravelLanes>{1,1}</mvc:NumberTravelLanes>
</mvc:Roadway>
Attributes
QName Type Fixed Default Use Annotation
mvc:RouteSigning rtesgn:RouteSigningType required
Source
<xsd:element name="Roadway" id="RoadWay" minOccurs="0" maxOccurs="2">
  <xsd:complexType>
    <xsd:all>
      <xsd:element ref="rdwy:FunctionClass"/>
      <xsd:element name="TypeOfIntersection" type="rdintsct:IntersectionType" id="TypeOfIntersection">
        <!--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-->
      </xsd:element>
      <xsd:element name="RelationToRoadway" type="rdwy:RelationToRoadwayType"/>
      <xsd:element name="Alignment" type="rdwy:AlignmentType"/>
      <xsd:element name="Profile" type="rdwy:ProfileType"/>
      <xsd:element name="SurfaceType" type="rdwy:SurfaceType"/>
      <xsd:element name="SurfaceCondition" type="rdwy:SurfaceConditionType"/>
      <xsd:element name="NumberTravelLanes" type="rdwy:NoTravelLanesType"/>
    </xsd:all>
    <xsd:attribute name="RouteSigning" type="rtesgn:RouteSigningType" use="required"/>
  </xsd:complexType>
</xsd:element>
Element mvc:Roadway / mvc:MVCType / mvc:TypeOfIntersection
Namespace http://www.tnsaferoads.net/mvc/mvc
Diagram
Diagram mvc67.tmp#id477
Type rdintsct:IntersectionType
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}
Source
<xsd:element name="TypeOfIntersection" type="rdintsct:IntersectionType" id="TypeOfIntersection">
  <!--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-->
</xsd:element>
Element mvc:Roadway / mvc:MVCType / mvc:RelationToRoadway
Namespace http://www.tnsaferoads.net/mvc/mvc
Diagram
Diagram mvc2.tmp#id479
Type rdwy:RelationToRoadwayType
Facets
length 2
enumeration 01
On Roadway
enumeration 02
Shoulder
enumeration 03
Median
enumeration 04
Roadside
enumeration 05
Outside Trafficway /Outside Right-of-Way
enumeration 06
Off Roadway – Location Unknown
enumeration 07
In Parking Lane
enumeration 08
Gore
enumeration 10
Separator
enumeration 11
Two-way Continuous Left-Turn Lane
enumeration 99
Unknown
pattern \d{2}
Source
<xsd:element name="RelationToRoadway" type="rdwy:RelationToRoadwayType"/>
Element mvc:Roadway / mvc:MVCType / mvc:Alignment
Namespace http://www.tnsaferoads.net/mvc/mvc
Diagram
Diagram mvc2.tmp#id481
Type rdwy:AlignmentType
Facets
length 2
enumeration 01
Straight
enumeration 02
Curve
enumeration 09
Unknown Alignment Type
pattern \d{2}
Source
<xsd:element name="Alignment" type="rdwy:AlignmentType"/>
Element mvc:Roadway / mvc:MVCType / mvc:Profile
Namespace http://www.tnsaferoads.net/mvc/mvc
Diagram
Diagram mvc2.tmp#id483
Type rdwy:ProfileType
Facets
length 2
enumeration 01
Level
enumeration 02
Grade
enumeration 03
Hillcrest
enumeration 04
Sag
enumeration 09
Unknown
pattern \d{2}
Source
<xsd:element name="Profile" type="rdwy:ProfileType"/>
Element mvc:Roadway / mvc:MVCType / mvc:SurfaceType
Namespace http://www.tnsaferoads.net/mvc/mvc
Diagram
Diagram mvc2.tmp#id485
Type rdwy:SurfaceType
Facets
length 2
enumeration 01
Concrete
enumeration 02
Blacktop, Bituminous, or Asphalt
enumeration 03
Brick or Block
enumeration 04
Gravel, Slag, Or Stone
enumeration 05
Dirt
enumeration 08
Other (Narrative)
enumeration 09
Unknown
pattern \d{2}
Source
<xsd:element name="SurfaceType" type="rdwy:SurfaceType"/>
Element mvc:Roadway / mvc:MVCType / mvc:SurfaceCondition
Namespace http://www.tnsaferoads.net/mvc/mvc
Diagram
Diagram mvc2.tmp#id487
Type rdwy:SurfaceConditionType
Facets
length 2
enumeration 01
Dry
enumeration 02
Wet
enumeration 03
Snow or Slush
enumeration 05
Sand, Dirt, Oil
enumeration 08
Other Surface Condition Type
enumeration 04
Ice
enumeration 09
Unknown
pattern \d{2}
Source
<xsd:element name="SurfaceCondition" type="rdwy:SurfaceConditionType"/>
Element mvc:Roadway / mvc:MVCType / mvc:NumberTravelLanes
Namespace http://www.tnsaferoads.net/mvc/mvc
Diagram
Diagram mvc2.tmp#id489
Type rdwy:NoTravelLanesType
Facets
length 2
enumeration 01
One Lane
enumeration 02
Two Lanes
enumeration 03
Three Lanes
enumeration 04
Four Lanes
enumeration 05
Five Lanes
enumeration 06
Six Lanes
enumeration 07
Seven Or More Lanes
enumeration 09
Unknown
pattern \d{2}
Source
<xsd:element name="NumberTravelLanes" type="rdwy:NoTravelLanesType"/>
Element mvc:MVCType / mvc:MVehicle
Namespace http://www.tnsaferoads.net/mvc/mvc
Annotations
The motor vehicle instances which
participate in the Collision scenario. There must be at least one vehicle
present to constitute a motor vehicle/ traffic scenario.
Diagram
Diagram mvc23.tmp#id279 mvc37.tmp#id283 mvc37.tmp#id285 mvc37.tmp#id286 mvc37.tmp#id288 mvc37.tmp#id289 mvc37.tmp#id291 mvc38.tmp#id293 mvc39.tmp#id299 mvc37.tmp#id278 mvc40.tmp#id305 mvc41.tmp#id309 mvc42.tmp#id314 mvc43.tmp#id319 mvc44.tmp#id323 mvc45.tmp#id325 mvc46.tmp#id336 mvc27.tmp#id342 mvc28.tmp#id346 mvc22.tmp#id419 mvc47.tmp#id427 mvc4.tmp#id430 mvc45.tmp#id436 mvc45.tmp#id277
Type mvh:AccMVehicleType
Type hierarchy
Model VIN:VIN , mvhtyp:Use , mvhtyp:Make , mvhtyp:Model , mvhtyp:ModelYear , mvhtyp:Color{1,3} , mvhtyp:Style , regtyp:Registration , lcnsplt:LicensePlate{0,4} , vhrfct:VehicleRelatedFactors , vhme:MostHarmfulEvent , undrovrd:UnderrideOverride , vhhtrn:HitAndRun , mnrlv:MannerLeavingScene , mvh:ImpactPointInitialPrincipal , trvlspd:TravelSpeed , spdlmt:SpeedLimit , drv:Driver , mtrst:Motorist* , ttlocp:TotalOccupants , onr:RegisteredOwner{0,1} , mvh:InsurancePolicy{0,2}
Children VIN:VIN, drv:Driver, lcnsplt:LicensePlate, mnrlv:MannerLeavingScene, mtrst:Motorist, mvh:ImpactPointInitialPrincipal, mvh:InsurancePolicy, mvhtyp:Color, mvhtyp:Make, mvhtyp:Model, mvhtyp:ModelYear, mvhtyp:Style, mvhtyp:Use, onr:RegisteredOwner, regtyp:Registration, spdlmt:SpeedLimit, trvlspd:TravelSpeed, ttlocp:TotalOccupants, undrovrd:UnderrideOverride, vhhtrn:HitAndRun, vhme:MostHarmfulEvent, vhrfct:VehicleRelatedFactors
Instance
<mvc:MVehicle prsnc:DriverPresence="">
  <VIN:VIN VIN:VIN="">{1,1}</VIN:VIN>
  <mvhtyp:Use>{1,1}</mvhtyp:Use>
  <mvhtyp:Make>{1,1}</mvhtyp:Make>
  <mvhtyp:Model>{1,1}</mvhtyp:Model>
  <mvhtyp:ModelYear>{1,1}</mvhtyp:ModelYear>
  <mvhtyp:Color>{1,3}</mvhtyp:Color>
  <mvhtyp:Style>{1,1}</mvhtyp:Style>
  <regtyp:Registration>{1,1}</regtyp:Registration>
  <lcnsplt:LicensePlate>{0,4}</lcnsplt:LicensePlate>
</mvc:MVehicle>
Attributes
QName Type Fixed Default Use Annotation
prsnc:DriverPresence restriction of xsd:token required
Source
<xsd:element name="MVehicle" type="mvh:AccMVehicleType" id="MVehicle" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">The motor vehicle instances which
						participate in the Collision scenario. There must be at least one vehicle
						present to constitute a motor vehicle/ traffic scenario.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element mvc:MVCType / mvc:NonMotorist
Namespace http://www.tnsaferoads.net/mvc/mvc
Annotations
Indicates information collected regarding
the non-motorists involved in the Collision.
Diagram
Diagram mvc8.tmp#id233 mvc9.tmp#id245 mvc9.tmp#id232 mvc20.tmp#id350 mvc20.tmp#id351 mvc20.tmp#id352 mvc21.tmp#id252 mvc12.tmp#id249 mvc20.tmp#id349 mvc20.tmp#id353 mvc20.tmp#id358 mvc20.tmp#id374 mvc20.tmp#id376 mvc6.tmp#id383 mvc20.tmp#id348
Type prsn:AccPersonType
Type hierarchy
Model addr:Address , prty:Phone{1,3} , (dte:DateOfBirth) , prsn:Alcohol{0,1} , prsn:Drugs{0,1} , prsn:InjuryCode , prsn:MedicalTransport , prsnrfct:PersonRelatedFactors
Children addr:Address, dte:DateOfBirth, prsn:Alcohol, prsn:Drugs, prsn:InjuryCode, prsn:MedicalTransport, prsnrfct:PersonRelatedFactors, prty:Phone
Instance
<mvc:NonMotorist prsn:AncestryEthnicity="" prsnnm:First="" prsn:Gender="" prsnnm:Last="" prsnnm:Middle="" prsn:Race="" prsnnm:Suffix="">
  <addr:Address addr:Address1="" addr:Address2="" addr:City="" addr:Country="" addr:State="" addr:Validated="" addr:ZipCode="">{1,1}</addr:Address>
  <prty:Phone prty:TypeOfPhone="">{1,3}</prty:Phone>
</mvc:NonMotorist>
Attributes
QName Type Fixed Default Use Annotation
prsn:AncestryEthnicity restriction of xsd:token optional

http://www.cdc.gov/nchs/data/dvs/Mort99doc.pdf

Reference: National Center for Health Statistics.
Documentation for the Mortality Public Use Data Set,
1999.
prsn:Gender restriction of xsd:token required
prsn:Race restriction of xsd:token optional

http://www.cdc.gov/nchs/data/dvs/Mort99doc.pdf

Reference: National Center for Health Statistics.
Documentation for the Mortality Public Use Data Set,
1999.
prsnnm:First xsd:string required
prsnnm:Last xsd:string required
prsnnm:Middle xsd:string required
prsnnm:Suffix xsd:normalizedString optional
Source
<xsd:element name="NonMotorist" type="prsn:AccPersonType" id="NonMotorist" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">Indicates information collected regarding
						the non-motorists involved in the Collision.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element mvc:MVCType / mvc:MVCSeverity
Namespace http://www.tnsaferoads.net/mvc/mvc
Annotations
Indicate the severity of the MVC based on
the most sever injury to any person involved in the Collision. This will be
auto-populated based on the Person/InjuryCode.
Diagram
Diagram mvc66.tmp#id496 mvc66.tmp#id495
Type injry:InjuryType
Attributes
QName Type Fixed Default Use Annotation
injry:InjuryCode injry:InjuryCodeType required
Enumerated list of injury codes
Source
<xsd:element name="MVCSeverity" type="injry:InjuryType" id="MVCSeverity">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">Indicate the severity of the MVC based on
						the most sever injury to any person involved in the Collision. This will be
						auto-populated based on the Person/InjuryCode.</xsd:documentation>
  </xsd:annotation>
  <!--REQUIRED/SERVER DERIVED.  The field is based on all person injured.  This field is derived.  DO NOT COLLECT this at the client.-->
  <!--Severity of Collision-->
</xsd:element>
Element mvc:MVCType / mvc:Narrative
Namespace http://www.tnsaferoads.net/mvc/mvc
Annotations
The investigation officer's narrative
regarding the Collision.
Diagram
Diagram
Type xsd:string
Source
<xsd:element name="Narrative" type="xsd:string" id="Narrative" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">The investigation officer's narrative
						regarding the Collision.</xsd:documentation>
  </xsd:annotation>
  <!--Narrative-->
</xsd:element>
Element mvc:MVCType / mvc:CrossReference
Namespace http://www.tnsaferoads.net/mvc/mvc
Annotations
Represents a list of associated and
supporting forms and documents.
Diagram
Diagram mvc34.tmp#id500 mvc34.tmp#id501 mvc34.tmp#id502
Model ALL(mvc:SFNumber mvc:TitleOfForm mvc:DistributedTo)
Children mvc:DistributedTo, mvc:SFNumber, mvc:TitleOfForm
Instance
<mvc:CrossReference>
  <mvc:SFNumber>{1,1}</mvc:SFNumber>
  <mvc:TitleOfForm>{1,1}</mvc:TitleOfForm>
  <mvc:DistributedTo>{1,1}</mvc:DistributedTo>
</mvc:CrossReference>
Source
<xsd:element name="CrossReference" id="CrossReference" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">Represents a list of associated and
						supporting forms and documents.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:all>
      <!--Required to  provide ALL of the elements under this group-->
      <xsd:element name="SFNumber" type="xsd:string" id="SFNumber"/>
      <xsd:element name="TitleOfForm" type="xsd:string" id="TitleOfForm"/>
      <xsd:element name="DistributedTo" type="xsd:string" id="DistributedTo"/>
    </xsd:all>
  </xsd:complexType>
</xsd:element>
Element mvc:CrossReference / mvc:MVCType / mvc:SFNumber
Namespace http://www.tnsaferoads.net/mvc/mvc
Diagram
Diagram
Type xsd:string
Source
<xsd:element name="SFNumber" type="xsd:string" id="SFNumber"/>
Element mvc:CrossReference / mvc:MVCType / mvc:TitleOfForm
Namespace http://www.tnsaferoads.net/mvc/mvc
Diagram
Diagram
Type xsd:string
Source
<xsd:element name="TitleOfForm" type="xsd:string" id="TitleOfForm"/>
Element mvc:CrossReference / mvc:MVCType / mvc:DistributedTo
Namespace http://www.tnsaferoads.net/mvc/mvc
Diagram
Diagram
Type xsd:string
Source
<xsd:element name="DistributedTo" type="xsd:string" id="DistributedTo"/>
Element mvc:MVC
Namespace http://www.tnsaferoads.net/mvc/mvc
Annotations
The Motor Vehicle MVC. This is the top level (DOM
root element)and primary entry point into the Motor Vehicle MVC Document. All other
data, information, aggregates, about or pertaining to the a specific instance of
that Motor Vehicle MVC are subordinate to this element.
Diagram
Diagram mvc34.tmp#id503 mvc31.tmp#id521 mvc32.tmp#id87 mvc34.tmp#id91 mvc34.tmp#id95 mvc34.tmp#id101 mvc54.tmp#id113 mvc3.tmp#id141 mvc15.tmp#id185 mvc30.tmp#id188 mvc51.tmp#id202 mvc1.tmp#id206 mvc59.tmp#id227 mvc20.tmp#id231 mvc60.tmp#id257 mvc34.tmp#id471 mvc34.tmp#id492 mvc34.tmp#id493 mvc34.tmp#id494 mvc34.tmp#id498 mvc34.tmp#id499 mvc34.tmp#id86
Type mvc:MVCType
Model MVCID , mvc:FatalCaseID{0,1} , mvc:Times , mvc:MVCDate , iagn:InvestigatingAgency , geo:Location , tlpwy:TLPWay , tnsr:TrafficControlDevice{0,4} , wthr:WeatherConditions , mvcfhe:NHTSAFHE , relfact:MVCRelFactors , prsn:Witness* , comm:Commercial{0,1} , mvc:Roadway{0,2} , mvc:MVehicle+ , mvc:NonMotorist* , mvc:MVCSeverity , mvc:Narrative{0,1} , mvc:CrossReference*
Children MVCID, comm:Commercial, geo:Location, iagn:InvestigatingAgency, mvc:CrossReference, mvc:FatalCaseID, mvc:MVCDate, mvc:MVCSeverity, mvc:MVehicle, mvc:Narrative, mvc:NonMotorist, mvc:Roadway, mvc:Times, mvcfhe:NHTSAFHE, prsn:Witness, relfact:MVCRelFactors, tlpwy:TLPWay, tnsr:TrafficControlDevice, wthr:WeatherConditions
Instance
<mvc:MVC admn:AcceptedBy="" admn:AcceptedDateTime="" mvc:DayCareVanRelated="" mvc:EMSArrivalTime="" mvc:EMSNotificationTime="" mvc:EMSTimeAtHospitalTime="" mvc:LightConditions="06" admn:ModifiedBy="" admn:ModifiedDateTime="" mvc:PhotosTaken="" mvc:PhotosTakenBy="" mvc:PropertyDamage="" mvc:PursuitInvolved="" mvc:SchoolBusRelated="" mvc:TotalFatalities="" mvc:TotalInjured="" mvc:TotalMotorists="4" mvc:TotalNonMotorists="0" mvc:TotalVehicles="">
  <MVCID>{1,1}</MVCID>
  <mvc:FatalCaseID>{0,1}</mvc:FatalCaseID>
  <mvc:Times mvc:ElapsedTime="">{1,1}</mvc:Times>
  <mvc:MVCDate dte:DayOfWeek="">{1,1}</mvc:MVCDate>
  <iagn:InvestigatingAgency>{1,1}</iagn:InvestigatingAgency>
  <geo:Location geo:CountySequence="" geo:Designation="" geo:EstimatedDistance="" geo:FromHwyStName="" geo:Latitude="" geo:LOC="" geo:LogMile="" geo:Longitude="" geo:MileMarker="" geo:NationalHighwaySystem="" geo:OnHwyStName="" geo:RailCrossingID="000000z" geo:SpecialCase="">{1,1}</geo:Location>
  <tlpwy:TLPWay>{1,1}</tlpwy:TLPWay>
  <tnsr:TrafficControlDevice>{0,4}</tnsr:TrafficControlDevice>
  <wthr:WeatherConditions>{1,1}</wthr:WeatherConditions>
  <mvcfhe:NHTSAFHE>{1,1}</mvcfhe:NHTSAFHE>
  <relfact:MVCRelFactors>{1,1}</relfact:MVCRelFactors>
  <prsn:Witness prsnnm:First="" prsnnm:Last="" prsnnm:Middle="" prsnnm:Suffix="">{0,unbounded}</prsn:Witness>
  <comm:Commercial>{0,1}</comm:Commercial>
  <mvc:Roadway mvc:RouteSigning="">{0,2}</mvc:Roadway>
  <mvc:MVehicle prsnc:DriverPresence="">{1,unbounded}</mvc:MVehicle>
  <mvc:NonMotorist prsn:AncestryEthnicity="" prsnnm:First="" prsn:Gender="" prsnnm:Last="" prsnnm:Middle="" prsn:Race="" prsnnm:Suffix="">{0,unbounded}</mvc:NonMotorist>
  <mvc:MVCSeverity injry:InjuryCode="">{1,1}</mvc:MVCSeverity>
  <mvc:Narrative>{0,1}</mvc:Narrative>
  <mvc:CrossReference>{0,unbounded}</mvc:CrossReference>
</mvc:MVC>
Attributes
QName Type Fixed Default Use Annotation
admn:AcceptedBy xsd:token required
The person or party accepting the Motor Vehicle
Collision report.
admn:AcceptedDateTime xsd:dateTime required
The time and date the Motor Vehicle Collision
report is accepted.
admn:ModifiedBy xsd:token required
The name of the person or party making
modifications to the Motor Vehicle Collision report
admn:ModifiedDateTime xsd:dateTime required
The date and time the Motor vehicle Collision
report was modified after the initial accepted date and
time.
mvc:DayCareVanRelated xsd:boolean required
Did the MVC involve a vehicle licensed to
transport Day Care pupils?
mvc:EMSArrivalTime emstm:EMSArrivalTimeType optional
The Time EMS arrives at the scene of the
MVC
mvc:EMSNotificationTime emstm:EMSNotificationTimeType optional
mvc:EMSTimeAtHospitalTime emstm:EMSNotificationTimeType optional
mvc:LightConditions restriction of xsd:token 06 optional
The type/level of light that existed at the time
of the motor vehicle MVC
mvc:PhotosTaken xsd:boolean required
Indicates whether or not photos were taken at
the scene of the MVC.
mvc:PhotosTakenBy list of restriction of xsd:string required
Indicates the police agency if different from
the investigating agency and/or the name of the other party.
mvc:PropertyDamage xsd:boolean optional
Indicates what property damage is reported at
the scene of the MVC.
mvc:PursuitInvolved xsd:boolean required
Was there a police pursuit
involved?
mvc:SchoolBusRelated xsd:boolean required
Was the MVC school bus
related?
mvc:TotalFatalities xsd:positiveInteger required
The value in this field is derived from the
Motorist, Non-Motorist, Driver, and Person Injury Codes. This value shall be
arriced at programatically.
mvc:TotalInjured xsd:positiveInteger required
The value in this field is derived from the
Motorist, Non-Motorist, Driver, and Person Injury Codes. This value sh be
arrived at programatically.
mvc:TotalMotorists xsd:positiveInteger 4 optional
Total number of vehicles involved in this MVC.
This value will be derived at the time the XML is submitted.
mvc:TotalNonMotorists xsd:unsignedInt 0 optional
Total number of non-motorists involved in this
MVC. This value will be derived at the time the XML is
submitted.
mvc:TotalVehicles xsd:positiveInteger required
Total number of vehicles involved in this MVC
will be calculated at the time the XML is submitted to governing jurisdiction.
Source
<xsd:element name="MVC" type="mvc:MVCType" final="#all" id="MVC">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">The Motor Vehicle MVC. This is the top level (DOM
				root element)and primary entry point into the Motor Vehicle MVC Document. All other
				data, information, aggregates, about or pertaining to the a specific instance of
				that Motor Vehicle MVC are subordinate to this element.</xsd:documentation>
  </xsd:annotation>
  <!--MVC-->
</xsd:element>
Complex Type mvc:MVCType
Namespace http://www.tnsaferoads.net/mvc/mvc
Annotations
The type that defines the Motor Vehicle Collision
and all its constituent components
Diagram
Diagram mvc34.tmp#id503 mvc31.tmp#id521 mvc32.tmp#id87 mvc34.tmp#id91 mvc34.tmp#id95 mvc34.tmp#id101 mvc54.tmp#id113 mvc3.tmp#id141 mvc15.tmp#id185 mvc30.tmp#id188 mvc51.tmp#id202 mvc1.tmp#id206 mvc59.tmp#id227 mvc20.tmp#id231 mvc60.tmp#id257 mvc34.tmp#id471 mvc34.tmp#id492 mvc34.tmp#id493 mvc34.tmp#id494 mvc34.tmp#id498 mvc34.tmp#id499
Used by
Element mvc:MVC
Model MVCID , mvc:FatalCaseID{0,1} , mvc:Times , mvc:MVCDate , iagn:InvestigatingAgency , geo:Location , tlpwy:TLPWay , tnsr:TrafficControlDevice{0,4} , wthr:WeatherConditions , mvcfhe:NHTSAFHE , relfact:MVCRelFactors , prsn:Witness* , comm:Commercial{0,1} , mvc:Roadway{0,2} , mvc:MVehicle+ , mvc:NonMotorist* , mvc:MVCSeverity , mvc:Narrative{0,1} , mvc:CrossReference*
Children MVCID, comm:Commercial, geo:Location, iagn:InvestigatingAgency, mvc:CrossReference, mvc:FatalCaseID, mvc:MVCDate, mvc:MVCSeverity, mvc:MVehicle, mvc:Narrative, mvc:NonMotorist, mvc:Roadway, mvc:Times, mvcfhe:NHTSAFHE, prsn:Witness, relfact:MVCRelFactors, tlpwy:TLPWay, tnsr:TrafficControlDevice, wthr:WeatherConditions
Attributes
QName Type Fixed Default Use Annotation
admn:AcceptedBy xsd:token required
The person or party accepting the Motor Vehicle
Collision report.
admn:AcceptedDateTime xsd:dateTime required
The time and date the Motor Vehicle Collision
report is accepted.
admn:ModifiedBy xsd:token required
The name of the person or party making
modifications to the Motor Vehicle Collision report
admn:ModifiedDateTime xsd:dateTime required
The date and time the Motor vehicle Collision
report was modified after the initial accepted date and
time.
mvc:DayCareVanRelated xsd:boolean required
Did the MVC involve a vehicle licensed to
transport Day Care pupils?
mvc:EMSArrivalTime emstm:EMSArrivalTimeType optional
The Time EMS arrives at the scene of the
MVC
mvc:EMSNotificationTime emstm:EMSNotificationTimeType optional
mvc:EMSTimeAtHospitalTime emstm:EMSNotificationTimeType optional
mvc:LightConditions restriction of xsd:token 06 optional
The type/level of light that existed at the time
of the motor vehicle MVC
mvc:PhotosTaken xsd:boolean required
Indicates whether or not photos were taken at
the scene of the MVC.
mvc:PhotosTakenBy list of restriction of xsd:string required
Indicates the police agency if different from
the investigating agency and/or the name of the other party.
mvc:PropertyDamage xsd:boolean optional
Indicates what property damage is reported at
the scene of the MVC.
mvc:PursuitInvolved xsd:boolean required
Was there a police pursuit
involved?
mvc:SchoolBusRelated xsd:boolean required
Was the MVC school bus
related?
mvc:TotalFatalities xsd:positiveInteger required
The value in this field is derived from the
Motorist, Non-Motorist, Driver, and Person Injury Codes. This value shall be
arriced at programatically.
mvc:TotalInjured xsd:positiveInteger required
The value in this field is derived from the
Motorist, Non-Motorist, Driver, and Person Injury Codes. This value sh be
arrived at programatically.
mvc:TotalMotorists xsd:positiveInteger 4 optional
Total number of vehicles involved in this MVC.
This value will be derived at the time the XML is submitted.
mvc:TotalNonMotorists xsd:unsignedInt 0 optional
Total number of non-motorists involved in this
MVC. This value will be derived at the time the XML is
submitted.
mvc:TotalVehicles xsd:positiveInteger required
Total number of vehicles involved in this MVC
will be calculated at the time the XML is submitted to governing jurisdiction.
Source
<xsd:complexType name="MVCType" id="MVCType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">The type that defines the Motor Vehicle Collision
				and all its constituent components</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence id="MVCSeq">
    <xsd:annotation>
      <xsd:documentation xml:lang="en-US">Collision element sequence</xsd:documentation>
    </xsd:annotation>
    <!--Motor Vehicle Collision Identifier -->
    <xsd:element name="MVCID" type="mvcid:CaseIdentifierType" form="unqualified" nillable="false">
      <xsd:annotation>
        <xsd:documentation source="http://www.mmucc.us/guideline/criteria/C1.htm" xml:lang="en-US">MMUCC Data Element
						Reference C1 - A composite key used to uniquely identify an instance of
						motor vehicle collision.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <!--Motor Vehicle Collision Fatal Case Identifier -->
    <xsd:element name="FatalCaseID" type="mvcid:FatalIDType" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation xml:lang="en-US">Reserved for governing jurisdiction use
						only</xsd:documentation>
      </xsd:annotation>
      <!--Fatal Case Number - if reporting cases fatailty cases to NHTSA-->
    </xsd:element>
    <!-- Times Relevant to the Motor Vehicle Collision -->
    <xsd:element name="Times" id="MVCTimesElement">
      <xsd:annotation>
        <xsd:documentation xml:lang="en-US">Time factors associated with the
						collision.</xsd:documentation>
      </xsd:annotation>
      <xsd:complexType id="MVCTimes">
        <xsd:sequence id="MVCTimesSeq">
          <!--Time of the Collision-->
          <xsd:element name="CollisionOccurrenceTime" type="time:CstEstTimeType" form="qualified">
            <xsd:annotation>
              <xsd:documentation>MMUCC Data Element Reference C2 - MMUCC
									Compliance Date and Time (HHMM)</xsd:documentation>
              <xsd:documentation source="http://www.mmucc.us/guideline/criteria/C1.htm" xml:lang="en-US">Time of
									Collision. The time recorded by the investigating officer that
									the collision occurred. The time may not be able to be
									determined. If the time is unknown, the valid xsd:time of
									00:00:00Z MUST be recorded in the XML instance file to indicate
									that the time of the collision is unknown.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <!--Time Collision Report Submitted -->
          <xsd:element name="ReportSubmittedTime">
            <xsd:annotation>
              <xsd:documentation xml:lang="en-US">Time Collision Report Submitted.
									Indicates the Date-timestamp at which this Collision report or
									its amendment was submitted electronically to governing
									jurisdiction servers. If the validation process fails there may
									be other subsequent re-submissions.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
              <xsd:restriction base="time:CstEstTimeType">
                <xsd:maxInclusive value="2007-10-21T23:59:59-06:00"/>
              </xsd:restriction>
            </xsd:simpleType>
          </xsd:element>
          <!--Time Collision Report Accepted -->
          <xsd:element name="ReportAcceptedTime" minOccurs="0">
            <xsd:annotation>
              <xsd:documentation xml:lang="en-US">Indicates the original
									date-timestamp at which the governing jurisdiction accepted this
									collision report.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
              <xsd:restriction base="time:CstEstTimeType">
                <xsd:maxInclusive value="2007-10-22T23:59:59-06:00"/>
              </xsd:restriction>
            </xsd:simpleType>
          </xsd:element>
        </xsd:sequence>
        <xsd:attribute name="ElapsedTime" type="xsd:duration" use="optional" form="qualified" id="ElapsedTimeAttrib">
          <xsd:annotation>
            <xsd:documentation xml:lang="en-US">Time deltas (CollsionTime -
								ReportSubmittedTime)</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <!-- End MVCTimeSeq -->
        <!--Elapsed Time - Difference in ReportSubmittedTime and CollisionOccurranceTime -->
      </xsd:complexType>
      <!-- End MVCTimes -->
    </xsd:element>
    <!--Collision Date - Attributes -->
    <xsd:element name="MVCDate" type="dte:DateOfCollisionType" block="">
      <xsd:annotation>
        <xsd:documentation xml:lang="en-US">Date and day factors associated with annstance of an MVC.</xsd:documentation>
        <xsd:documentation source="http://www.mmucc.us/guideline/criteria/C2.htm" xml:lang="en-US">MMUCC Data Element reference C2 - MMUCC
						Compliance (YYYYMMDD).</xsd:documentation>
        <xsd:documentation xml:lang="en-US">Collision Date - Attributes for the date of the Collision.
						Aggregates are preferable.  Date of the Traffic Collision.
						The Date element is required to have AT A MINIMUM the year.
						Month and Day are optional.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <!-- THe Investigating Agency -->
    <xsd:element ref="iagn:InvestigatingAgency" id="InvestigatingAgency"/>
    <!--Location Components - Geography - Physical Characteristics-->
    <xsd:element ref="geo:Location" id="Location"/>
    <xsd:element ref="tlpwy:TLPWay"/>
    <!-- Traffic Control Device -->
    <xsd:element ref="ctldev:TrafficControlDevice" minOccurs="0" maxOccurs="4"/>
    <!--Weather Conditions at Time of Collision-->
    <xsd:element ref="wthr:WeatherConditions" id="WeatherConditions">
      <xsd:annotation>
        <xsd:documentation xml:lang="en-US">The prevailing weather conditions that
						existed at the time of the Collision. Indicates the prevailing atmospheric
						conditions at the time of the Collision.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <!-- First Harmful Event -->
    <xsd:element ref="mvcfhe:NHTSAFHE">
      <xsd:annotation>
        <xsd:documentation xml:lang="en-US">Abbreviated/Acronym - First Harmful Event
						(FHE) in other places</xsd:documentation>
      </xsd:annotation>
      <!-- -->
    </xsd:element>
    <!-- Related Factors -->
    <xsd:element ref="relfact:MVCRelFactors"/>
    <!-- Witness -->
    <xsd:element ref="prsn:Witness" minOccurs="0" maxOccurs="unbounded"/>
    <!-- Commercial Truck Bus -->
    <xsd:element ref="comm:Commercial" minOccurs="0"/>
    <!-- Roadway -->
    <xsd:element name="Roadway" id="RoadWay" minOccurs="0" maxOccurs="2">
      <xsd:complexType>
        <xsd:all>
          <xsd:element ref="rdwy:FunctionClass"/>
          <xsd:element name="TypeOfIntersection" type="rdintsct:IntersectionType" id="TypeOfIntersection">
            <!--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-->
          </xsd:element>
          <xsd:element name="RelationToRoadway" type="rdwy:RelationToRoadwayType"/>
          <xsd:element name="Alignment" type="rdwy:AlignmentType"/>
          <xsd:element name="Profile" type="rdwy:ProfileType"/>
          <xsd:element name="SurfaceType" type="rdwy:SurfaceType"/>
          <xsd:element name="SurfaceCondition" type="rdwy:SurfaceConditionType"/>
          <xsd:element name="NumberTravelLanes" type="rdwy:NoTravelLanesType"/>
        </xsd:all>
        <xsd:attribute name="RouteSigning" type="rtesgn:RouteSigningType" use="required"/>
      </xsd:complexType>
    </xsd:element>
    <!-- Vehicle - Motor Vehicle -->
    <xsd:element name="MVehicle" type="mvh:AccMVehicleType" id="MVehicle" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation xml:lang="en-US">The motor vehicle instances which
						participate in the Collision scenario. There must be at least one vehicle
						present to constitute a motor vehicle/ traffic scenario.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <!-- Nonmotorist Persons -->
    <xsd:element name="NonMotorist" type="prsn:AccPersonType" id="NonMotorist" minOccurs="0" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation xml:lang="en-US">Indicates information collected regarding
						the non-motorists involved in the Collision.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <!-- Severity - Injury Severity -->
    <xsd:element name="MVCSeverity" type="injry:InjuryType" id="MVCSeverity">
      <xsd:annotation>
        <xsd:documentation xml:lang="en-US">Indicate the severity of the MVC based on
						the most sever injury to any person involved in the Collision. This will be
						auto-populated based on the Person/InjuryCode.</xsd:documentation>
      </xsd:annotation>
      <!--REQUIRED/SERVER DERIVED.  The field is based on all person injured.  This field is derived.  DO NOT COLLECT this at the client.-->
      <!--Severity of Collision-->
    </xsd:element>
    <!-- Narrative -->
    <xsd:element name="Narrative" type="xsd:string" id="Narrative" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation xml:lang="en-US">The investigation officer's narrative
						regarding the Collision.</xsd:documentation>
      </xsd:annotation>
      <!--Narrative-->
    </xsd:element>
    <!-- Tennessee Cross Reference DOcuments -->
    <xsd:element name="CrossReference" id="CrossReference" minOccurs="0" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation xml:lang="en-US">Represents a list of associated and
						supporting forms and documents.</xsd:documentation>
      </xsd:annotation>
      <xsd:complexType>
        <xsd:all>
          <!--Required to  provide ALL of the elements under this group-->
          <xsd:element name="SFNumber" type="xsd:string" id="SFNumber"/>
          <xsd:element name="TitleOfForm" type="xsd:string" id="TitleOfForm"/>
          <xsd:element name="DistributedTo" type="xsd:string" id="DistributedTo"/>
        </xsd:all>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
  <xsd:attributeGroup ref="mvc:MVCAttrib" id="MVCAttributes"/>
  <xsd:attributeGroup ref="admn:AdminData" id="AdminData"/>
  <!-- End MVCSeq - The sequence of components associated with a Motor Vehicle Collision -->
  <!-- Motor Vehicle Collision Attributes - References -->
  <!-- Administrative Data - Metadata 1 per MVC Instance-->
  <!-- *************************************************************************************************-->
  <!-- The Motor Vehicle Collision Attributes -->
</xsd:complexType>
Attribute mvc:Times / mvc:MVCType / @mvc:ElapsedTime
Namespace http://www.tnsaferoads.net/mvc/mvc
Annotations
Time deltas (CollsionTime -
ReportSubmittedTime)
Type xsd:duration
Used by
Source
<xsd:attribute name="ElapsedTime" type="xsd:duration" use="optional" form="qualified" id="ElapsedTimeAttrib">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">Time deltas (CollsionTime -
								ReportSubmittedTime)</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Attribute mvc:Roadway / mvc:MVCType / @mvc:RouteSigning
Namespace http://www.tnsaferoads.net/mvc/mvc
Type rtesgn:RouteSigningType
Facets
length 2
enumeration 01
Interstate
enumeration 02
U.S. Route
enumeration 03
State Route
enumeration 04
County Route
enumeration 05
Township
enumeration 06
Municipal Route
enumeration 07
Frontage Road
enumeration 08
Other (Narrative)
enumeration 09
Unknown
pattern \d{2}
Used by
Source
<xsd:attribute name="RouteSigning" type="rtesgn:RouteSigningType" use="required"/>
Attribute mvc:MVCAttrib / @mvc:TotalInjured
Namespace http://www.tnsaferoads.net/mvc/mvc
Annotations
The value in this field is derived from the
Motorist, Non-Motorist, Driver, and Person Injury Codes. This value sh be
arrived at programatically.
Type xsd:positiveInteger
Used by
Attribute Group mvc:MVCAttrib
Source
<xsd:attribute name="TotalInjured" type="xsd:positiveInteger" use="required" id="TotalInjured">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">The value in this field is derived from the
					Motorist, Non-Motorist, Driver, and Person Injury Codes. This value sh be
					arrived at programatically.</xsd:documentation>
  </xsd:annotation>
  <!--Total Persons Injured-->
</xsd:attribute>
Attribute mvc:MVCAttrib / @mvc:TotalFatalities
Namespace http://www.tnsaferoads.net/mvc/mvc
Annotations
The value in this field is derived from the
Motorist, Non-Motorist, Driver, and Person Injury Codes. This value shall be
arriced at programatically.
Type xsd:positiveInteger
Used by
Attribute Group mvc:MVCAttrib
Source
<xsd:attribute name="TotalFatalities" type="xsd:positiveInteger" use="required" id="TotalFatalities">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">The value in this field is derived from the
					Motorist, Non-Motorist, Driver, and Person Injury Codes. This value shall be
					arriced at programatically.</xsd:documentation>
  </xsd:annotation>
  <!--Total Number of Fatalities-->
</xsd:attribute>
Attribute mvc:MVCAttrib / @mvc:TotalVehicles
Namespace http://www.tnsaferoads.net/mvc/mvc
Annotations
Total number of vehicles involved in this MVC
will be calculated at the time the XML is submitted to governing jurisdiction.
Type xsd:positiveInteger
Used by
Attribute Group mvc:MVCAttrib
Source
<xsd:attribute name="TotalVehicles" type="xsd:positiveInteger" use="required" id="TotalVehicles">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">Total number of vehicles involved in this MVC
					will be calculated at the time the XML is submitted to governing jurisdiction.</xsd:documentation>
  </xsd:annotation>
  <!--Total Number of Vehicles-->
</xsd:attribute>
Attribute mvc:MVCAttrib / @mvc:TotalNonMotorists
Namespace http://www.tnsaferoads.net/mvc/mvc
Annotations
Total number of non-motorists involved in this
MVC. This value will be derived at the time the XML is
submitted.
Type xsd:unsignedInt
Used by
Attribute Group mvc:MVCAttrib
Source
<xsd:attribute name="TotalNonMotorists" type="xsd:unsignedInt" use="optional" default="0" id="TotalNonMotorists">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">Total number of non-motorists involved in this
					MVC. This value will be derived at the time the XML is
					submitted.</xsd:documentation>
  </xsd:annotation>
  <!--Total Number of Non-Motorists-->
</xsd:attribute>
Attribute mvc:MVCAttrib / @mvc:TotalMotorists
Namespace http://www.tnsaferoads.net/mvc/mvc
Annotations
Total number of vehicles involved in this MVC.
This value will be derived at the time the XML is submitted.
Type xsd:positiveInteger
Used by
Attribute Group mvc:MVCAttrib
Source
<xsd:attribute name="TotalMotorists" type="xsd:positiveInteger" use="optional" default="4" id="TotalMotorists">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">Total number of vehicles involved in this MVC.
					This value will be derived at the time the XML is submitted.</xsd:documentation>
  </xsd:annotation>
  <!--Total Number of Motorists-->
</xsd:attribute>
Attribute mvc:MVCAttrib / @mvc:EMSNotificationTime
Namespace http://www.tnsaferoads.net/mvc/mvc
Type emstm:EMSNotificationTimeType
Used by
Attribute Group mvc:MVCAttrib
Source
<xsd:attribute name="EMSNotificationTime" type="emstm:EMSNotificationTimeType" use="optional"/>
Attribute mvc:MVCAttrib / @mvc:EMSArrivalTime
Namespace http://www.tnsaferoads.net/mvc/mvc
Annotations
The Time EMS arrives at the scene of the
MVC
Type emstm:EMSArrivalTimeType
Used by
Attribute Group mvc:MVCAttrib
Source
<xsd:attribute name="EMSArrivalTime" type="emstm:EMSArrivalTimeType" use="optional" id="EMSArrivalTime">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">The Time EMS arrives at the scene of the
					MVC</xsd:documentation>
  </xsd:annotation>
  <!--The Time EMS arrives at the scene of the MVC-->
</xsd:attribute>
Attribute mvc:MVCAttrib / @mvc:EMSTimeAtHospitalTime
Namespace http://www.tnsaferoads.net/mvc/mvc
Type emstm:EMSNotificationTimeType
Used by
Attribute Group mvc:MVCAttrib
Source
<xsd:attribute name="EMSTimeAtHospitalTime" type="emstm:EMSNotificationTimeType" use="optional" id="EMSTimeAtHospitalTime">
  <!--The amount of Time EMS spent at the hospital-->
</xsd:attribute>
Attribute mvc:MVCAttrib / @mvc:PropertyDamage
Namespace http://www.tnsaferoads.net/mvc/mvc
Annotations
Indicates what property damage is reported at
the scene of the MVC.
Type xsd:boolean
Used by
Attribute Group mvc:MVCAttrib
Source
<xsd:attribute name="PropertyDamage" type="xsd:boolean" use="optional" id="PropertyDamage">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">Indicates what property damage is reported at
					the scene of the MVC.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Attribute mvc:MVCAttrib / @mvc:PhotosTaken
Namespace http://www.tnsaferoads.net/mvc/mvc
Annotations
Indicates whether or not photos were taken at
the scene of the MVC.
Type xsd:boolean
Used by
Attribute Group mvc:MVCAttrib
Source
<xsd:attribute name="PhotosTaken" type="xsd:boolean" use="required" id="PhotosTaken">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">Indicates whether or not photos were taken at
					the scene of the MVC.</xsd:documentation>
  </xsd:annotation>
  <!--Were Photos Taken-->
</xsd:attribute>
Attribute mvc:MVCAttrib / @mvc:PhotosTakenBy
Namespace http://www.tnsaferoads.net/mvc/mvc
Annotations
Indicates the police agency if different from
the investigating agency and/or the name of the other party.
Type list of restriction of xsd:string
Used by
Attribute Group mvc:MVCAttrib
Source
<xsd:attribute name="PhotosTakenBy" use="required" id="PhotosTakenBy">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">Indicates the police agency if different from
					the investigating agency and/or the name of the other party.</xsd:documentation>
  </xsd:annotation>
  <!--Photos Taken by-->
  <xsd:simpleType>
    <xsd:list>
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="35"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:list>
  </xsd:simpleType>
</xsd:attribute>
Attribute mvc:MVCAttrib / @mvc:PursuitInvolved
Namespace http://www.tnsaferoads.net/mvc/mvc
Annotations
Was there a police pursuit
involved?
Type xsd:boolean
Used by
Attribute Group mvc:MVCAttrib
Source
<xsd:attribute name="PursuitInvolved" type="xsd:boolean" use="required" id="PursuitInvolved">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">Was there a police pursuit
					involved?</xsd:documentation>
  </xsd:annotation>
  <!--Pursuit Involved-->
</xsd:attribute>
Attribute mvc:MVCAttrib / @mvc:SchoolBusRelated
Namespace http://www.tnsaferoads.net/mvc/mvc
Annotations
Was the MVC school bus
related?
Type xsd:boolean
Used by
Attribute Group mvc:MVCAttrib
Source
<xsd:attribute name="SchoolBusRelated" type="xsd:boolean" use="required" id="SchoolBusRelated">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">Was the MVC school bus
					related?</xsd:documentation>
  </xsd:annotation>
  <!--School Bus Related-->
</xsd:attribute>
Attribute mvc:MVCAttrib / @mvc:DayCareVanRelated
Namespace http://www.tnsaferoads.net/mvc/mvc