Definition Type: Element
Name: WellInformation
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXLib.xsd
Abstract
Documentation:
Structure which contains information about a well.
Collapse XSD Schema Diagram:
Drilldown into WellCategory in schema pidxlib_xsd Drilldown into WellType in schema pidxlib_xsd Drilldown into WellName in schema pidxlib_xsd Drilldown into WellIdentifier in schema pidxlib_xsdXSD Diagram of WellInformation in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="WellInformation">
    <annotation>
        <documentation>Structure which contains information about a well.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="pidx:WellIdentifier" maxOccurs="unbounded" />
            <element ref="pidx:WellName" minOccurs="0" />
            <element ref="pidx:WellType" minOccurs="0" />
            <element ref="pidx:WellCategory" minOccurs="0" />
        </sequence>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
WellIdentifier pidx:WellIdentifier (1) unbounded
WellName pidx:WellName 0 (1)
WellType pidx:WellType 0 (1)
WellCategory pidx:WellCategory 0 (1)