Definition Type: SimpleType
Name: CommercialCarrierUSDOTNumberSimpleType
Namespace: http://niem.gov/niem/domains/jxdm/4.0
Containing Schema: jxdm.xsd
Documentation:
A data type for a US DOT Number.
Collapse XSD Schema Diagram:
XSD Diagram of CommercialCarrierUSDOTNumberSimpleType in schema jxdm_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:simpleType name="CommercialCarrierUSDOTNumberSimpleType">
    <xsd:annotation>
        <xsd:documentation>A data type for a US DOT Number.</xsd:documentation>
        <xsd:appinfo>
            <i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:pattern value="\d{7}">
            <xsd:annotation>
                <xsd:documentation>US DOT Number (7 digits).</xsd:documentation>
            </xsd:annotation>
        </xsd:pattern>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Pattern \d{7}
Collapse Derivation Tree:
Collapse References:
j:CommercialCarrierUSDOTNumberType