namespace | http://www.IM-Draft-03-00-44a | ||||
type | restriction of xs:string | ||||
used by |
|
||||
facets |
|
||||
annotation |
|
||||
source | <xs:simpleType name="ComReg"> <xs:annotation> <xs:documentation> the textual format of the commercial registration string e.g. &quot;US DOT 1234567&quot; &quot;ICC MC 123456&quot; &quot;CA 12345&quot; &quot;TennDOT-1234&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> |