Showing:

Annotations
Diagrams
Facets
Source
Used by
Imported schema vhdmg.xsd
Namespace http://www.tnsaferoads.net/mvc/veh/vhdmg
Annotations
Documentation for the Vehicle Damage
MMUCC Data Element Reference ??
This schema defines and validates an instance of Vehicle Damage 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 tnsr:AreaVehicleDamageType
Namespace http://www.tnsaferoads.net/mvc/veh/vhdmg
Annotations
The type definition for the Area Vehicle Damage.
Diagram
Diagram
Type restriction of xsd:token
Facets
length 2
enumeration 00
enumeration 01
enumeration 02
enumeration 03
enumeration 04
enumeration 05
enumeration 06
enumeration 07
enumeration 08
enumeration 09
enumeration 10
enumeration 11
enumeration 12
enumeration 99
pattern \d{2}
Used by
Source
<xsd:simpleType name="AreaVehicleDamageType" id="AreaVehicleDamageType" final="#all">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">The type definition for the Area Vehicle Damage.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:token">
    <xsd:length value="2"/>
    <xsd:pattern value="\d{2}"/>
    <xsd:enumeration value="00" id="None">
      <!--None-->
    </xsd:enumeration>
    <xsd:enumeration value="01" id="CenterFront">
      <!--Center Front-->
    </xsd:enumeration>
    <xsd:enumeration value="02" id="RightFront">
      <!--Right Front-->
    </xsd:enumeration>
    <xsd:enumeration value="03" id="RightSide">
      <!--Right Side-->
    </xsd:enumeration>
    <xsd:enumeration value="04" id="RightRear">
      <!--Right Rear-->
    </xsd:enumeration>
    <xsd:enumeration value="05" id="CenterRear">
      <!--Center Rear-->
    </xsd:enumeration>
    <xsd:enumeration value="06" id="LeftRear">
      <!--Left Rear-->
    </xsd:enumeration>
    <xsd:enumeration value="07" id="LeftSide">
      <!--Left Side-->
    </xsd:enumeration>
    <xsd:enumeration value="08" id="LeftFront">
      <!--Left Front-->
    </xsd:enumeration>
    <xsd:enumeration value="09" id="TopAndWindows">
      <!--Top And Windows-->
    </xsd:enumeration>
    <xsd:enumeration value="10" id="Undercarriage">
      <!--Undercarriage-->
    </xsd:enumeration>
    <xsd:enumeration value="11" id="AllAreas">
      <!--All Areas-->
    </xsd:enumeration>
    <xsd:enumeration value="12" id="Other">
      <!--Other-->
    </xsd:enumeration>
    <xsd:enumeration value="99" id="Unknown">
      <!--Unknown-->
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Simple Type tnsr:DamageEstAmountType
Namespace http://www.tnsaferoads.net/mvc/veh/vhdmg
Annotations
The type definition for the Color.
Diagram
Diagram
Type restriction of xsd:token
Facets
enumeration 01
enumeration 02
Source
<xsd:simpleType name="DamageEstAmountType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">The type definition for the Color.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:token">
    <xsd:enumeration value="01" id="LessThan400Dollars">
      <!--< $400-->
    </xsd:enumeration>
    <xsd:enumeration value="02" id="GreaterThan400Dollars">
      <!--> $400-->
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>