Definition Type: Attribute
Name: TerminalControlNumber
Namespace: http://www.api.org/pidXML
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: PIDXLib.xsd
ContentType Restriction
Use Required
Documentation:
An alpha-numeric field identifying the Internal Revenue Service’s Terminal Control Number. (Use “NON-IRS” if not applicable such as for an asphalt terminal or refinery)
Collapse XSD Schema Diagram:
XSD Diagram of TerminalControlNumber in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<attribute name="TerminalControlNumber" use="required">
    <annotation>
        <documentation>An alpha-numeric field identifying the Internal Revenue Service’s Terminal Control Number. (Use “NON-IRS” if not applicable such as for an asphalt terminal or refinery)</documentation>
    </annotation>
    <simpleType>
        <restriction base="NMTOKEN">
            <pattern value="[a-zA-Z0-9]{9}" />
        </restriction>
    </simpleType>
</attribute>
Collapse Facets:
Facet Value
Pattern [a-zA-Z0-9]{9}