simpleType ComReg
namespace http://www.IM-Draft-03-00-44a
type restriction of xs:string
used by
elements CargoVehicle/registration/registration-item VehicleData/registration/registration-item
facets
minLength 0
maxLength 200
annotation
documentation
      
            the textual format of the commercial registration string
            e.g. "US DOT 1234567" "ICC MC 123456"  "CA 12345"  "TennDOT-1234" etc.
            numbers without letter designations should be avoided
            pure numbers will be presumed to be US DOT values,
            there is a great variety in the designation found here,  it is the
            responsibility of the CAD system to sort them all out and further
            classify the input into whatever structures may be needed
        
source <xs:simpleType name="ComReg">
 
<xs:annotation>
   
<xs:documentation>      
            the textual format of the commercial registration string
            e.g. &amp;quot;US DOT 1234567&amp;quot; &amp;quot;ICC MC 123456&amp;quot;  &amp;quot;CA 12345&amp;quot;  &amp;quot;TennDOT-1234&amp;quot; etc.
            numbers without letter designations should be avoided
            pure numbers will be presumed to be US DOT values,
            there is a great variety in the designation found here,  it is the
            responsibility of the CAD system to sort them all out and further
            classify the input into whatever structures may be needed
        
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="0"/>
   
<xs:maxLength value="200"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy