Definition Type: ComplexType
Name: CompanyInformationType
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXLib.xsd
Abstract
Documentation:
Specifies information about a company.
Collapse XSD Schema Diagram:
Drilldown into CompanyFEIN in schema pidxlib_xsd Drilldown into CompanyName in schema pidxlib_xsd Drilldown into CompanyCode in schema pidxlib_xsdXSD Diagram of CompanyInformationType in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<complexType name="CompanyInformationType">
    <annotation>
        <documentation>Specifies information about a company.</documentation>
    </annotation>
    <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>
    <attribute name="CompanyName" type="string" />
    <attribute name="CompanyFEIN" type="pidx:FEIN_Type">
        <annotation>
            <documentation>2 numerics followed by a dash, followed by 7 digits.</documentation>
        </annotation>
    </attribute>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
CompanyCode pidx:CompanyCode Required
CompanyName pidx:CompanyName (Optional)
CompanyFEIN pidx:CompanyFEIN (Optional)
Collapse Derivation Tree:
Collapse References:
pidx:ExchangeOrThroughputPartnerInformation, pidx:FinalShipper, pidx:Shipper, pidx:Shipperpidx:SupplierInformation, pidx:ThirdParty,