Showing:

Annotations
Diagrams
Facets
Source
Used by
Imported schema xtrctn.xsd
Namespace http://www.tnsaferoads.net/mvc/prsn/xtrctn
Annotations
Documentation for the Person Extrication
MMUCC Data Element Reference ??
This schema defines and validates an instance of Person Extrication  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 xtrctn:Extrication
Namespace http://www.tnsaferoads.net/mvc/prsn/xtrctn
Annotations
The type definition for the Extrication.
Diagram
Diagram
Type restriction of xsd:token
Facets
length 2
enumeration 00
Not Extricated Or Not Applicable
enumeration 01
Extricated
enumeration 09
Unknown
pattern \d{2}
Used by
Source
<xsd:simpleType name="Extrication" id="Extrication">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">The type definition for the Extrication.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:token">
    <xsd:length value="2"/>
    <xsd:pattern value="\d{2}"/>
    <xsd:enumeration value="00" id="NotExtricatedOrNotApplicable">
      <xsd:annotation>
        <xsd:documentation>Not Extricated Or Not Applicable</xsd:documentation>
      </xsd:annotation>
      <!--Not Extricated Or Not Applicable-->
    </xsd:enumeration>
    <xsd:enumeration value="01" id="Extricated">
      <xsd:annotation>
        <xsd:documentation>Extricated</xsd:documentation>
      </xsd:annotation>
      <!--Extricated-->
    </xsd:enumeration>
    <xsd:enumeration value="09" id="Unknown">
      <xsd:annotation>
        <xsd:documentation>Unknown</xsd:documentation>
      </xsd:annotation>
      <!--Unknown-->
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>