Definition Type: Attribute
Name: TerminalName
Namespace: http://www.api.org/pidXML
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: PIDXLib.xsd
ContentType Restriction
Use (Optional)
Collapse XSD Schema Diagram:
XSD Diagram of TerminalName in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<attribute name="TerminalName">
    <simpleType>
        <restriction base="NMTOKEN">
            <pattern value="[0-9a-zA-Z]{1,30}" />
        </restriction>
    </simpleType>
</attribute>
Collapse Facets:
Facet Value
Pattern [0-9a-zA-Z]{1,30}