Headers, Header

The <Headers> element of the XML configuration contains elements that configure a list of headers, each separator facility, its properties, and their associated wells.

To learn about how these elements relate to other elements in a well test configuration XML structure, see Well Test Hierarchy.

Example

<WellTestConfiguration>

<Headers>

<Header tag="MYSITE.UIS::BUTCHER_TESTSEP" enabled="True" template="MbSim">

<Wells>

<Well tag="MYSITE.UIS::AMANDA_WL" position="1" enabled="True" />

<Well tag="MYSITE.UIS::ESSEN_WL" position="2" enabled="True" />

<Well tag="MYSITE.UIS::PELICAN_WL" position="3" enabled="True" />

<Well tag="MYSITE.UIS::VIRGINIA_WL" position="4" enabled="True" />

</Wells>

</Header>

<Header tag="MYSITE.UIS::CALVIN_TESTSEP" enabled="True" template="ModbusCustom">

<Wells>

<Well tag="MYSITE.UIS::ELLIOT_WL" position="1" enabled="True" />

<Well tag="MYSITE.UIS::JOHNSON_WL" position="2" enabled="True" />

<Well tag="MYSITE.UIS::POOLE_WL" position="3" enabled="True" />

</Wells>

</Header>

</Headers>

 

</WellTestConfiguration>

Headers

The <Headers> element has one type of child element, <Header>, and has no attributes.

Header

Each <Header> element contains a list of wells associated with the header.

Header Properties

The <Header> element has the following properties:

Property Description

Case Sensitive

Yes

Required

Yes

Number of Instances Allowed

Unlimited

Parent Element

<Headers>

Child Elements

<Wells>

Attributes

enabled

tag

template

Header Attributes

The <Header> element has the following attributes:

Attribute Required Description

enabled

Yes

Indicates whether the header is enabled. Options include True or False.

tag

Yes

Specifies the fully qualified facility tag of the well test header facility in the format: site.service::facility_id.

template

Yes

The name of the header template to use. This must match a defined header template name. The header templates and valve positions are defined in the <HeaderTemplate> element. More than one header can use the same template.

Back to top