Definition Type: Attribute
Name: EPAFacilityID
Namespace: http://www.api.org/pidXML
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: PIDXLib.xsd
ContentType Restriction
Use (Optional)
Documentation:
The five-character EPA-assigned ID for the facility. Filled with leading zeroes if applicable.
Collapse XSD Schema Diagram:
XSD Diagram of EPAFacilityID in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<attribute name="EPAFacilityID">
    <annotation>
        <documentation>The five-character EPA-assigned ID for the facility.  Filled with leading zeroes if applicable.</documentation>
    </annotation>
    <simpleType>
        <restriction base="NMTOKEN">
            <pattern value="[0-9a-zA-Z]{5}" />
        </restriction>
    </simpleType>
</attribute>
Collapse Facets:
Facet Value
Pattern [0-9a-zA-Z]{5}