Showing:

Annotations
Diagrams
Instances
Source
Used by
Main schema comm.xsd
Namespace http://www.tnsaferoads.net/mvc/cmv/comm
Annotations
Documentation for the Truck and Bus infromtation
MMUCC Data Element Reference ??
This schema defines and validates an instance of commercial (truck and bus) information 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 comm:Commercial
Namespace http://www.tnsaferoads.net/mvc/cmv/comm
Annotations
Represents the Commercial Truck and Bus data
elements and their legal values.
Diagram
Diagram comm27.tmp#id64 comm42.tmp#id80 comm46.tmp#id63
Type comm:CommercialType
Model rptble:ReportableCriteria , cmvh:CMVehicle+
Children cmvh:CMVehicle, rptble:ReportableCriteria
Instance
<comm:Commercial>
  <rptble:ReportableCriteria rptble:FedReportable="" rptble:StateReportable="">{1,1}</rptble:ReportableCriteria>
  <cmvh:CMVehicle cmvh:BusUse="" cmvh:CMVCodeType="" cmvh:DecalPeriod="" prsnc:DriverPresence="">{1,unbounded}</cmvh:CMVehicle>
</comm:Commercial>
Source
<xsd:element name="Commercial" type="comm:CommercialType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">Represents the Commercial Truck and Bus data elements and their legal values.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Complex Type comm:CommercialType
Namespace http://www.tnsaferoads.net/mvc/cmv/comm
Annotations
The type definition for the Commercial Motor Vehicle
section of the Collision Report
Diagram
Diagram comm27.tmp#id64 comm42.tmp#id80
Used by
Element comm:Commercial
Model rptble:ReportableCriteria , cmvh:CMVehicle+
Children cmvh:CMVehicle, rptble:ReportableCriteria
Source
<xsd:complexType name="CommercialType" id="CommercialType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">The type definition for the Commercial Motor Vehicle section of the Collision Report</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:annotation>
      <xsd:documentation xml:lang="en-US">Commercial Motor Vehicle Section includes Carrier, Driver, HAZMAT, Vehicle Configuration, and Sequence of Events for this Vehicle</xsd:documentation>
    </xsd:annotation>
    <xsd:element ref="rptble:ReportableCriteria"/>
    <xsd:element ref="cmvh:CMVehicle" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>