Definition Type: Attribute
Name: CompanyCode
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, from the PIDX company code list, that is used to identify the company.
Collapse XSD Schema Diagram:
XSD Diagram of CompanyCode in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<attribute name="CompanyCode" use="required">
    <annotation>
        <documentation>An alpha-numeric field, from the PIDX company code list, that is used to identify the company.</documentation>
    </annotation>
    <simpleType>
        <restriction base="NMTOKEN">
            <pattern value="[a-zA-Z]{2,3}" />
        </restriction>
    </simpleType>
</attribute>
Collapse Facets:
Facet Value
Pattern [a-zA-Z]{2,3}