j:CommercialCarrierUSDOTNumberSimpleType
simpleType CommercialCarrierUSDOTNumberSimpleType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/
Definition
A data type for a US DOT Number.
Diagram
XML Schema
<xs:simpleType name="CommercialCarrierUSDOTNumberSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a US DOT Number.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:pattern value="\d{7}">
<xs:annotation>
<xs:documentation>
US DOT Number (7 digits).</xs:documentation>
</xs:annotation>
</xs:pattern>
</xs:restriction>
</xs:simpleType>