Definition Type: ComplexType
Name: WellIdentifierType
Namespace: http://www.api.org/pidXML
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: PIDXLib.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into wellIdentifierIndicator in schema pidxlib_xsdXSD Diagram of WellIdentifierType in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<complexType name="WellIdentifierType">
    <simpleContent>
        <extension base="string">
            <attribute name="wellIdentifierIndicator">
                <simpleType>
                    <restriction base="string">
                        <enumeration value="APINumber" />
                        <enumeration value="CustomerWellNumber" />
                        <enumeration value="UWINumber" />
                        <enumeration value="Other" />
                    </restriction>
                </simpleType>
            </attribute>
        </extension>
    </simpleContent>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
wellIdentifierIndicator pidx:wellIdentifierIndicator (Optional)
Collapse Derivation Tree:
Collapse References:
pidx:WellIdentifier