Definition Type: Attribute
Name: EPAEntityID
Namespace: http://www.api.org/pidXML
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: PIDXLib.xsd
ContentType Restriction
Use (Optional)
Documentation:
The four-character EPA-assigned ID for the entity (I believe this will be assigned to the operating company at the terminal)
Collapse XSD Schema Diagram:
XSD Diagram of EPAEntityID in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<attribute name="EPAEntityID">
    <annotation>
        <documentation>The four-character EPA-assigned ID for the entity (I believe this will be assigned to the operating company at the terminal)</documentation>
    </annotation>
    <simpleType>
        <restriction base="NMTOKEN">
            <pattern value="[0-9a-zA-Z]{4}" />
        </restriction>
    </simpleType>
</attribute>
Collapse Facets:
Facet Value
Pattern [0-9a-zA-Z]{4}