This page is a graphical version of the HSE schema developed from the HSE 2.2.2 DTD. This translation contains data types and documentation of variables. The 2.2.2 C++ code was from May 14, 2004. For more information, contact Ken Black at ken.black@jacobs.com.

Schema hse_222_corrected.xsd


schema location:  http:\\gwmftp.jacobs.com\xml_schema_corrected\hse_222_corrected.xsd
attribute form default:  qualified
element form default:  qualified
 
>All RSM Elements (Objects) In Alphabetical Order 
hse - Start Here! 
action 
afcrop 
afirr 
afsirs 
afsoil 
agimp 
alphactrl 
ampmod 
arcflow 
arclevee 
arcoverbank 
arcs 
arcseepage 
asciiform 
assessormonitor 
assessors 
awdtbl 
base 
basin 
basin_bc 
basinmonitor 
basins 
basinsource 
bcmonitor 
bermseepage 
bottom 
budget 
budgetpackage 
cactrl 
cadlec 
cellghb 
cellhead 
cellmonitor 
cellreport 
circularbleeder 
cond 
confined 
confined_gms 
confined_gms_layer 
const 
constsv 
control 
controller 
convey 
conveyance 
csv 
ctrlmonitor 
cu 
culvert 
cylinder 
da 
del_over_k 
delta_control 
deviationAssmt 
doublet 
dss 
dual_control 
endpts 
entry 
EvapRainStressors 
flowgage 
fuz_supervise 
fuzctrl 
gateweir 
genweir 
geometry 
globalmonitor 
glpk_supervise 
gms 
gmslayer 
gridio 
hq 
hq_relation 
hub 
hydropower 
imperv 
indexed 
initial 
irrmeth 
irrmgmt 
junctionblock 
junctionhead 
junctionmonitor 
kctbl 
lake 
lake_bc 
lakemonitor 
lakes 
lakeseepage 
lakesource 
layer 
layer1nsm 
layer5 
layerc 
layered 
layered_gms_layer 
layerpc 
layersv 
litZoneET 
lookup 
lookupsv 
lookuptr 
lpctrl 
management 
mannings 
mbrbroadweir 
mbrcell 
mbrdropweir 
mbrsharpweir 
mesh 
mesh_bc 
multilayer 
nam 
netcdf 
network 
network_bc 
nodelist 
noflow 
orm_nodes 
orm_supervise 
ormctrl 
output 
owet 
parabolic 
pidctrl 
pipe 
power 
predefAssmt 
psbudgetpackage 
psentry 
pseudobasin 
pseudocell 
pseudomonitor 
pumpedditch 
rain 
rc 
rcentry 
rectbleeder 
refet 
rulecurves 
sa 
segmentghb 
segmenthead 
segmentmonitor 
segmentsource 
septic 
setflow 
setpointctrl 
sewer 
shead 
shunt 
sigmoidctrl 
single_control 
source 
spill 
spvrmonitor 
standardweir 
stdtriorif 
surface 
sv 
svconverter 
target 
tkprmonitor 
top 
transm 
transmissivity 
unconfined 
unconfined_gms 
unconfined_gms_layer 
uniform 
uniformflow 
unsat 
urbandet 
user_supervise 
userctrl 
varIn 
varOut 
vert_conductivity 
vnotchbleeder 
vnotchweir 
wallghb 
wallhead 
walllist 
walluf 
watermovers 
well 
wmmonitor 
wts 
wts2pt 
xsentry 
yarnell 
zonetest 


element action
diagram
properties
content complex
mixed true
used by
element cactrl
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:intrequired      
attr  required      
value  required      
label  xs:string  unspecified    
annotation
documentation 
Action nodes.
source
<xs:element name="action">
  <xs:annotation>
    <xs:documentation>Action nodes.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="id" type="xs:int" use="required"/>
    <xs:attribute name="attr" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="setgain"/>
          <xs:enumeration value="setflow"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="value" use="required">
      <!-- kcb note: value is either "nopref" or a number, this could cause program to crash!! if a string other than "nopref" is used as input.  I can't create an enumeration list for this condition. -->
      <xs:simpleType>
        <xs:restriction base="xs:string"/>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="label" type="xs:string" default="unspecified"/>
  </xs:complexType>
</xs:element>

element afcrop
diagram
properties
content complex
children kctbl awdtbl
used by
element afsirs
attributes
Name  Type  Use  Default  Fixed  Annotation
label  xs:string  unspecified    
id  xs:intrequired      
j1  xs:stringrequired      
jn  xs:stringrequired      
depth1  xs:doublerequired      
depth2  xs:doublerequired      
annotation
documentation 
Afcrop HPM.
source
<xs:element name="afcrop">
  <xs:annotation>
    <xs:documentation>Afcrop HPM.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kctbl"/>
      <xs:element ref="awdtbl"/>
    </xs:sequence>
    <xs:attribute name="label" type="xs:string" default="unspecified"/>
    <xs:attribute name="id" type="xs:int" use="required"/>
    <xs:attribute name="j1" type="xs:string" use="required"/>
    <xs:attribute name="jn" type="xs:string" use="required"/>
    <xs:attribute name="depth1" type="xs:double" use="required"/>
    <xs:attribute name="depth2" type="xs:double" use="required"/>
  </xs:complexType>
</xs:element>

element afirr
diagram
properties
content complex
children irrmeth irrmgmt
used by
element afsirs
attributes
Name  Type  Use  Default  Fixed  Annotation
label  xs:string  unspecified    
wtd  xs:doublerequired      
annotation
documentation 
Irrigation specifications.
source
<xs:element name="afirr">
  <xs:annotation>
    <xs:documentation>Irrigation specifications.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="irrmeth"/>
      <xs:element ref="irrmgmt"/>
    </xs:sequence>
    <xs:attribute name="label" type="xs:string" default="unspecified"/>
    <xs:attribute name="wtd" type="xs:double" use="required"/>
  </xs:complexType>
</xs:element>

element afsirs
diagram
properties
content complex
children afcrop afirr afsoil
used by
elements entry entry psentry
attributes
Name  Type  Use  Default  Fixed  Annotation
label  xs:string  unspecified    
coupled  xs:string  no    
annotation
documentation 
Afsirs HPM.
source
<xs:element name="afsirs">
  <xs:annotation>
    <xs:documentation>Afsirs HPM.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="afcrop"/>
      <xs:element ref="afirr"/>
      <xs:element ref="afsoil"/>
    </xs:sequence>
    <xs:attribute name="label" type="xs:string" default="unspecified"/>
    <xs:attribute name="coupled" type="xs:string" default="no"/>
  </xs:complexType>
</xs:element>

element afsoil
diagram
properties
content complex
mixed true
used by
element afsirs
attributes
Name  Type  Use  Default  Fixed  Annotation
label  xs:string  unspecified    
depth  xs:doublerequired      
minwc  xs:doublerequired      
maxwc  xs:doublerequired      
cond  xs:doublerequired      
annotation
documentation 
Soil specifications.
source
<xs:element name="afsoil">
  <xs:annotation>
    <xs:documentation>Soil specifications.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="label" type="xs:string" default="unspecified"/>
    <xs:attribute name="depth" type="xs:double" use="required"/>
    <xs:attribute name="minwc" type="xs:double" use="required"/>
    <xs:attribute name="maxwc" type="xs:double" use="required"/>
    <xs:attribute name="cond" type="xs:double" use="required"/>
  </xs:complexType>
</xs:element>

element agimp
diagram
properties
content complex
children stdtriorif
used by
elements entry psentry
attributes
Name  Type  Use  Default  Fixed  Annotation
rks  xs:doublerequired      
rd  xs:doublerequired      
height  xs:doublerequired      
annotation
documentation 
HPM with an agricultural impoundment.
source
<xs:element name="agimp">
  <xs:annotation>
    <xs:documentation>HPM with an agricultural impoundment.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence maxOccurs="unbounded">
      <xs:element ref="stdtriorif"/>
    </xs:sequence>
    <xs:attribute name="rks" type="xs:double" use="required"/>
    <xs:attribute name="rd" type="xs:double" use="required"/>
    <xs:attribute name="height" type="xs:double" use="required"/>
  </xs:complexType>
</xs:element>

element alphactrl
diagram
properties
content complex
mixed true
used by
element controller
attributes
Name  Type  Use  Default  Fixed  Annotation
wmID  xs:intrequired      
cid  xs:intrequired      
type  xs:stringrequired      
label  xs:string  undefined    
fullopen  xs:doublerequired      
alpha  xs:doublerequired      
offset  xs:double  0.0    
nvals  xs:intrequired      
control    on    
annotation
documentation 
Alpha controller.
source
<xs:element name="alphactrl">
  <xs:annotation>
    <xs:documentation xml:lang="en">Alpha controller.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="wmID" type="xs:int" use="required"/>
    <xs:attribute name="cid" type="xs:int" use="required"/>
    <xs:attribute name="type" type="xs:string" use="required"/>
    <xs:attribute name="label" type="xs:string" default="undefined"/>
    <xs:attribute name="fullopen" type="xs:double" use="required"/>
    <xs:attribute name="alpha" type="xs:double" use="required"/>
    <xs:attribute name="offset" type="xs:double" default="0.0"/>
    <xs:attribute name="nvals" type="xs:int" use="required"/>
    <xs:attribute name="control" default="on">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="on"/>
          <xs:enumeration value="off"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

element ampmod
diagram
properties
content complex
mixed true
used by
element layer1nsm
annotation
documentation 
Amplitude modifier.
source
<xs:element name="ampmod">
  <xs:annotation>
    <xs:documentation>Amplitude modifier.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true"/>
</xs:element>

element arcflow
diagram
properties
content complex
mixed true
used by
element xsentry
attributes
Name  Type  Use  Default  Fixed  Annotation
n  xs:stringrequired      
annotation
documentation 
Manning "n" for canal flow.
source
<xs:element name="arcflow">
  <xs:annotation>
    <xs:documentation>Manning "n" for canal flow.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="n" type="xs:string" use="required"/>
  </xs:complexType>
</xs:element>

element arclevee
diagram
properties
content complex
mixed true
used by
element xsentry
attributes
Name  Type  Use  Default  Fixed  Annotation
coeff  xs:doublerequired      
annotation
documentation 
Parameter for seepage through a levee.
source
<xs:element name="arclevee">
  <xs:annotation>
    <xs:documentation>Parameter for seepage through a levee.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="coeff" type="xs:double" use="required"/>
  </xs:complexType>
</xs:element>

element arcoverbank
diagram
properties
content complex
mixed true
used by
element xsentry
attributes
Name  Type  Use  Default  Fixed  Annotation
bank_height  xs:doubleoptional  0    
bank_coeff  xs:doubleoptional  0    
annotation
documentation 
Parameters for flow between a canal and a cell.
source
<xs:element name="arcoverbank">
  <xs:annotation>
    <xs:documentation>Parameters for flow between a canal and a cell.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="bank_height" type="xs:double" use="optional" default="0"/>
    <xs:attribute name="bank_coeff" type="xs:double" use="optional" default="0"/>
  </xs:complexType>
</xs:element>

element arcs
diagram
properties
content complex
children indexed
used by
element network
attributes
Name  Type  Use  Default  Fixed  Annotation
compflag    central    
annotation
documentation 
Properties of canal segments to override the GMS file.
source
<xs:element name="arcs">
  <xs:annotation>
    <xs:documentation>Properties of canal segments to override the GMS file.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="indexed"/>
    </xs:sequence>
    <xs:attribute name="compflag" default="central">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="central"/>
          <xs:enumeration value="upwind"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

element arcseepage
diagram
properties
content complex
mixed true
used by
element xsentry
attributes
Name  Type  Use  Default  Fixed  Annotation
leakage_coeff  xs:doublerequired      
annotation
documentation 
Parameters for leakage between canal and cell.
source
<xs:element name="arcseepage">
  <xs:annotation>
    <xs:documentation>Parameters for leakage between canal and cell.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="leakage_coeff" type="xs:double" use="required"/>
  </xs:complexType>
</xs:element>

element asciiform
diagram
properties
content complex
mixed true
used by
elements assessormonitor basinmonitor bcmonitor cellmonitor ctrlmonitor junctionmonitor lakemonitor pseudomonitor segmentmonitor wmmonitor
attributes
Name  Type  Use  Default  Fixed  Annotation
file  xs:stringrequired      
format  xs:string  %10.2lf    
annotation
documentation 
ASCII formatted data input file.
source
<xs:element name="asciiform">
  <xs:annotation>
    <xs:documentation>ASCII formatted data input file.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="file" type="xs:string" use="required"/>
    <xs:attribute name="format" type="xs:string" default="%10.2lf"/>
  </xs:complexType>
</xs:element>

element assessormonitor
diagram
properties
content complex
children asciiform csv dss
used by
elements output pidctrl
attributes
Name  Type  Use  Default  Fixed  Annotation
ormid  xs:intrequired      
aid  xs:intrequired      
attr  xs:stringrequired      
annotation
documentation 
Used to monitor assessors. Currently in a state of change, this element will have to be updated in the future.
source
<xs:element name="assessormonitor">
  <xs:annotation>
    <xs:documentation source="Allowable attributes are depth and velocity">Used to monitor assessors. Currently in a state of change, this element will have to be updated in the future.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="asciiform"/>
      <xs:element ref="csv"/>
      <xs:element ref="dss"/>
    </xs:choice>
    <xs:attribute name="ormid" type="xs:int" use="required"/>
    <xs:attribute name="aid" type="xs:int" use="required"/>
    <xs:attribute name="attr" type="xs:string" use="required"/>
  </xs:complexType>
</xs:element>

element assessors
diagram
annotation
documentation 
Object Routing Method Assessors (ORM) but currently not populated.
source
<xs:element name="assessors">
  <xs:annotation>
    <xs:documentation>Object Routing Method Assessors (ORM) but currently not populated.</xs:documentation>
  </xs:annotation>
</xs:element>

element awdtbl
diagram
used by
element afcrop
annotation
documentation 
Table of 12 monthly values for allowable soil water depletion before irrigation.
source
<xs:element name="awdtbl">
  <xs:annotation>
    <xs:documentation>Table of 12 monthly values for allowable soil water depletion before irrigation.</xs:documentation>
  </xs:annotation>
</xs:element>

element base
diagram
properties
content complex
mixed true
used by
element entry
attributes
Name  Type  Use  Default  Fixed  Annotation
a  xs:doublerequired      
detent  xs:doublerequired      
annotation
documentation 
Mannings conveyance parameters.
source
<xs:element name="base">
  <xs:annotation>
    <xs:documentation>Mannings conveyance parameters.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="a" type="xs:double" use="required"/>
    <xs:attribute name="detent" type="xs:double" use="required"/>
  </xs:complexType>
</xs:element>

element basin
diagram
properties
content complex
mixed true
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:intrequired      
label    unspecified    
area  xs:doublerequired      
initial_head  xs:doublerequired      
annotation
documentation 
Parameters needed to define basins - Not completed in this version.
source
<xs:element name="basin">
  <xs:annotation>
    <xs:documentation>Parameters needed to define basins - Not completed in this version.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="id" type="xs:int" use="required"/>
    <xs:attribute name="label" default="unspecified"/>
    <xs:attribute name="area" type="xs:double" use="required"/>
    <xs:attribute name="initial_head" type="xs:double" use="required"/>
  </xs:complexType>
</xs:element>

element basin_bc
diagram
annotation
documentation 
Basin boundary conditions - Not completed in this version.
source
<xs:element name="basin_bc">
  <xs:annotation>
    <xs:documentation>Basin boundary conditions - Not completed in this version.</xs:documentation>
  </xs:annotation>
</xs:element>

element basinmonitor
diagram
properties
content complex
children asciiform csv dss
used by
elements output pidctrl
attributes
Name  Type  Use  Default  Fixed  Annotation
id  required      
attr  xs:stringrequired      
annotation
documentation 
Used to monitor basins. May currently be in a state of change, this element will have to be updated in the future.
source
<xs:element name="basinmonitor">
  <xs:annotation>
    <xs:documentation>Used to monitor basins. May currently be in a state of change, this element will have to be updated in the future.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="asciiform"/>
      <xs:element ref="csv"/>
      <xs:element ref="dss"/>
    </xs:choice>
    <xs:attribute name="id" use="required"/>
    <xs:attribute name="attr" type="xs:string" use="required"/>
  </xs:complexType>
</xs:element>

element basins
diagram
used by
element hse
annotation
documentation 
Basin definition.  Current not fully implemented in this version.
source
<xs:element name="basins">
  <xs:annotation>
    <xs:documentation>Basin definition.  Current not fully implemented in this version.</xs:documentation>
  </xs:annotation>
</xs:element>

element basinsource
diagram
properties
content complex
mixed true
attributes
Name  Type  Use  Default  Fixed  Annotation
id  required      
label  xs:string  unspecified    
basinID  xs:intrequired      
annotation
documentation 
Water source used as a basin boundary condition.
source
<xs:element name="basinsource">
  <xs:annotation>
    <xs:documentation>Water source used as a basin boundary condition.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="id" use="required"/>
    <xs:attribute name="label" type="xs:string" default="unspecified"/>
    <xs:attribute name="basinID" type="xs:int" use="required"/>
  </xs:complexType>
</xs:element>

element bcmonitor
diagram
properties
content complex
children asciiform csv dss
used by
elements output pidctrl
attributes
Name  Type  Use  Default  Fixed  Annotation
bcID  required      
attr  xs:stringrequired      
annotation
documentation 
Used to monitor boundary conditions. 
source
<xs:element name="bcmonitor">
  <xs:annotation>
    <xs:documentation>Used to monitor boundary conditions. </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice>
      <xs:element ref="asciiform"/>
      <xs:element ref="csv"/>
      <xs:element ref="dss"/>
    </xs:choice>
    <xs:attribute name="bcID" use="required"/>
    <xs:attribute name="attr" type="xs:string" use="required"/>
  </xs:complexType>
</xs:element>

element bermseepage
diagram
properties
content complex
children nodelist
used by
element mesh_bc
attributes
Name  Type  Use  Default  Fixed  Annotation
coef  xs:doublerequired      
annotation
documentation 
Berm seepage applied to wall boundary conditions.
source
<xs:element name="bermseepage">
  <xs:annotation>
    <xs:documentation>Berm seepage applied to wall boundary conditions.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="nodelist"/>
    </xs:sequence>
    <xs:attribute name="coef" type="xs:double" use="required"/>
  </xs:complexType>
</xs:element>

element bottom
diagram
properties
content complex
children indexed const gms gmslayer
used by
element mesh
annotation
documentation 
Bottom elevation of a cell.
source
<xs:element name="bottom">
  <xs:annotation>
    <xs:documentation>Bottom elevation of a cell.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice>
      <xs:element ref="indexed"/>
      <xs:element ref="const"/>
      <xs:element ref="gms"/>
      <xs:element ref="gmslayer"/>
    </xs:choice>
  </xs:complexType>
</xs:element>

element budget
diagram
properties
content complex
mixed true
used by
element output
attributes
Name  Type  Use  Default  Fixed  Annotation
file  xs:stringrequired      
annotation
documentation 
Specifies water budget output file.
source
<xs:element name="budget">
  <xs:annotation>
    <xs:documentation>Specifies water budget output file.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="file" type="xs:string" use="required"/>
  </xs:complexType>
</xs:element>

element budgetpackage
diagram
properties
content complex
mixed true
used by
element output
attributes
Name  Type  Use  Default  Fixed  Annotation
file  xs:stringrequired      
dbintl  xs:int  -1    
annotation
documentation 
Outputs all necessary components to do a post-processed waterbody budget.
source
<xs:element name="budgetpackage">
  <xs:annotation>
    <xs:documentation>Outputs all necessary components to do a post-processed waterbody budget.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="file" type="xs:string" use="required"/>
    <xs:attribute name="dbintl" type="xs:int" default="-1"/>
  </xs:complexType>
</xs:element>

element cactrl
diagram
properties
content complex
mixed true
children cond action
used by
element controller
attributes
Name  Type  Use  Default  Fixed  Annotation
cid  xs:intrequired      
wmID  xs:intrequired      
control    on    
label  xs:string  unspecified    
annotation
documentation 
Condition-action controller which is a rule based controller patterned after the ORM model.
source
<xs:element name="cactrl">
  <xs:annotation>
    <xs:documentation>Condition-action controller which is a rule based controller patterned after the ORM model.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice>
      <xs:element ref="cond"/>
      <!-- added by kcb -->
      <xs:element ref="action"/>
      <!-- added by kcb -->
    </xs:choice>
    <xs:attribute name="cid" type="xs:int" use="required"/>
    <xs:attribute name="wmID" type="xs:int" use="required"/>
    <xs:attribute name="control" default="on">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="on"/>
          <xs:enumeration value="off"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="label" type="xs:string" default="unspecified"/>
  </xs:complexType>
</xs:element>

element cadlec
diagram
properties
content complex
mixed true
used by
elements conveyance entry
attributes
Name  Type  Use  Default  Fixed  Annotation
a  xs:doublerequired      
b  xs:doublerequired      
beta  xs:doublerequired      
detent  xs:doublerequired      
annotation
documentation 
Equation used to describe overland flow in ridge and slough areas.
source
<xs:element name="cadlec">
  <xs:annotation>
    <xs:documentation>Equation used to describe overland flow in ridge and slough areas.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="a" type="xs:double" use="required"/>
    <xs:attribute name="b" type="xs:double" use="required"/>
    <xs:attribute name="beta" type="xs:double" use="required"/>
    <xs:attribute name="detent" type="xs:double" use="required"/>
  </xs:complexType>
</xs:element>

element cellghb
diagram
properties
content complex
children const dss rc
used by
element mesh_bc
attributes
Name  Type  Use  Default  Fixed  Annotation
label  xs:string  unspecified    
id  xs:intrequired      
value  xs:doublerequired      
annotation
documentation 
Indicates a constant or time series head value assigned to a general head boundary condition for a cell
source
<xs:element name="cellghb">
  <xs:annotation>
    <xs:documentation>Indicates a constant or time series head value assigned to a general head boundary condition for a cell</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice>
      <xs:element ref="const"/>
      <xs:element ref="dss"/>
      <xs:element ref="rc"/>
    </xs:choice>
    <xs:attribute name="label" type="xs:string" default="unspecified"/>
    <xs:attribute name="id" type="xs:int" use="required"/>
    <xs:attribute name="value" type="xs:double" use="required"/>
  </xs:complexType>
</xs:element>

element cellhead
diagram
properties
content complex
children const dss rc
used by
element mesh_bc
attributes
Name  Type  Use  Default  Fixed  Annotation
label  xs:string  unspecified    
id  xs:intrequired      
bcID  xs:int  -1    
annotation
documentation 
Indicates a constant or time series head value assigned to a cell.
source
<xs:element name="cellhead">
  <xs:annotation>
    <xs:documentation>Indicates a constant or time series head value assigned to a cell.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice>
      <xs:element ref="const"/>
      <xs:element ref="dss"/>
      <xs:element ref="rc"/>
    </xs:choice>
    <xs:attribute name="label" type="xs:string" default="unspecified"/>
    <xs:attribute name="id" type="xs:int" use="required"/>
    <xs:attribute name="bcID" type="xs:int" default="-1"/>
  </xs:complexType>
</xs:element>

element cellmonitor
diagram
properties
content complex
children asciiform csv dss
used by
elements output pidctrl
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:intrequired      
attr  xs:stringrequired      
annotation
documentation 
Useful in monitoring a large number of attributes.
source
<xs:element name="cellmonitor">
  <xs:annotation>
    <xs:documentation>Useful in monitoring a large number of attributes.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="asciiform"/>
      <xs:element ref="csv"/>
      <xs:element ref="dss"/>
    </xs:choice>
    <xs:attribute name="id" type="xs:int" use="required"/>
    <xs:attribute name="attr" type="xs:string" use="required"/>
  </xs:complexType>
</xs:element>

element cellreport
diagram
properties
content complex
mixed true
used by
element output
attributes
Name  Type  Use  Default  Fixed  Annotation
file  xs:stringrequired      
annotation
documentation 
Specifies the cell reporting output file.
source
<xs:element name="cellreport">
  <xs:annotation>
    <xs:documentation>Specifies the cell reporting output file.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="file" type="xs:string" use="required"/>
  </xs:complexType>
</xs:element>

element circularbleeder
diagram
properties
content complex
mixed true
used by
element watermovers
attributes
Name  Type  Use  Default  Fixed  Annotation
label  xs:string  unspecified    
id1  xs:intrequired      
id2  xs:intrequired      
wmID  xs:int  -1    
centroid  xs:doublerequired      
diameter  xs:doublerequired      
annotation
documentation 
Circular bleeder borrowed from MBR.
source
<xs:element name="circularbleeder">
  <xs:annotation>
    <xs:documentation>Circular bleeder borrowed from MBR.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="label" type="xs:string" default="unspecified"/>
    <xs:attribute name="id1" type="xs:int" use="required"/>
    <xs:attribute name="id2" type="xs:int" use="required"/>
    <xs:attribute name="wmID" type="xs:int" default="-1"/>
    <xs:attribute name="centroid" type="xs:double" use="required"/>
    <xs:attribute name="diameter" type="xs:double" use="required"/>
  </xs:complexType>
</xs:element>

element cond
diagram
properties
content complex
mixed true
used by
element cactrl
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:intrequired      
true  xs:stringrequired      
false  xs:stringrequired      
label  xs:string  unspecified    
annotation
documentation 
Sets conditional tests for condition-action controllers.
source
<xs:element name="cond">
  <xs:annotation>
    <xs:documentation>Sets conditional tests for condition-action controllers.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="id" type="xs:int" use="required"/>
    <xs:attribute name="true" type="xs:string" use="required"/>
    <xs:attribute name="false" type="xs:string" use="required"/>
    <xs:attribute name="label" type="xs:string" default="unspecified"/>
  </xs:complexType>
</xs:element>

element confined
diagram
properties
content complex
mixed true
used by
elements entry transmissivity
attributes
Name  Type  Use  Default  Fixed  Annotation
trans  xs:doublerequired      
annotation
documentation 
Specifies the transmissivity of a confined aquifer.
source
<xs:element name="confined">
  <xs:annotation>
    <xs:documentation>Specifies the transmissivity of a confined aquifer.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="trans" type="xs:double" use="required"/>
  </xs:complexType>
</xs:element>

element confined_gms
diagram
properties
content complex
mixed true
used by
element entry
attributes
Name  Type  Use  Default  Fixed  Annotation
file  xs:stringrequired      
mult  xs:double  1.0    
annotation
documentation 
Specifies the transmissivity of a confined aquifer using a gms style file.
source
<xs:element name="confined_gms">
  <xs:annotation>
    <xs:documentation>Specifies the transmissivity of a confined aquifer using a gms style file.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="file" type="xs:string" use="required"/>
    <xs:attribute name="mult" type="xs:double" default="1.0"/>
  </xs:complexType>
</xs:element>

element confined_gms_layer
diagram
properties
content complex
mixed true
used by
element entry
attributes
Name  Type  Use  Default  Fixed  Annotation
file  xs:stringrequired      
layer  xs:intrequired      
mult  xs:double  1.0    
annotation
documentation 
Specifies the transmissivity of a 3D confined aquifer using a gms style file.
source
<xs:element name="confined_gms_layer">
  <xs:annotation>
    <xs:documentation>Specifies the transmissivity of a 3D confined aquifer using a gms style file.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="file" type="xs:string" use="required"/>
    <xs:attribute name="layer" type="xs:int" use="required"/>
    <xs:attribute name="mult" type="xs:double" default="1.0"/>
  </xs:complexType>
</xs:element>

element const
diagram
properties
content complex
mixed true
used by
elements bottom cellghb cellhead cu del_over_k doublet entry flowgage hydropower junctionhead lakesource owet rain refet segmentghb segmenthead segmentsource setflow shead source spvrmonitor surface target uniform vert_conductivity well
attributes
Name  Type  Use  Default  Fixed  Annotation
value  xs:doublerequired      
mult  xs:double  1.0    
dbintl  xs:int  1440    
annotation
documentation 
Reads a variable value that is constant in space and time.
source
<xs:element name="const">
  <xs:annotation>
    <xs:documentation>Reads a variable value that is constant in space and time.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="value" type="xs:double" use="required"/>
    <xs:attribute name="mult" type="xs:double" default="1.0"/>
    <xs:attribute name="dbintl" type="xs:int" default="1440"/>
  </xs:complexType>
</xs:element>

element constsv
diagram
properties
content complex
mixed true
used by
elements entry svconverter
attributes
Name  Type  Use  Default  Fixed  Annotation
sc  xs:doublerequired      
annotation
documentation 
Sets the specific capacity for individual indexed cells or the entire model.
source
<xs:element name="constsv">
  <xs:annotation>
    <xs:documentation>Sets the specific capacity for individual indexed cells or the entire model.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="sc" type="xs:double" use="required"/>
  </xs:complexType>
</xs:element>

element control
diagram
properties
content complex
mixed true
used by
element hse
attributes
Name  Type  Use  Default  Fixed  Annotation
starttime  xs:stringrequired      
documentation 
DSS formatted starting time ( starttime="0000" )
endtime  xs:stringrequired      
documentation 
DSS formatted ending time (endtime="2400") 
tslen  xs:intrequired      
documentation 
timestep length  (tslen="24" )
tstype  xs:stringrequired      
documentation 
Time step unit (tstype="hour")
startdate  xs:stringrequired      
documentation 
DSS formatted starting date (startdate="01jan1965" )
enddate  xs:stringrequired      
documentation 
DSS formatted ending date (   enddate="31dec1966")
alpha  xs:doubleoptional  0.5    
documentation 
Time weighting factor with 1=implicit; 0=explicit; 0.5 to 0.75 are typical values (alpha="0.500" )
solver  optional  PETSC    
documentation 
Sparse matrix solver name (solver="PETSC")
method  optional  bcgs    
documentation 
Sparse matrix solution method (method="gmres")
precond  xs:stringoptional  bjacobi    
documentation 
Sparse matrix pre-conditioner (precond="ilu")
petscplot    none    
documentation 
Solver monitors can be activated.
plotintvl  xs:string  0    
units    METRIC    
documentation 
Units of the simulation, either english or metric.
nt  xs:int      
documentation 
Number of time steps to be simulated. Steady state = 0.
preRunType  xs:string  none    
documentation 
Used to specify the type of prerunning of the simulation.
preRunIterations  xs:int  0    
documentation 
Number of iterations used during the pre-run.
controllers  xs:string  on    
documentation 
Specify whether controllers are on or off.
supervisors  xs:string  on    
documentation 
Specify whether supervisors are on or off.
annotation
documentation 
Basic model timing and solver parameters.
source
<xs:element name="control">
  <xs:annotation>
    <xs:documentation>Basic model timing and solver parameters.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="starttime" type="xs:string" use="required">
      <xs:annotation>
        <xs:documentation>DSS formatted starting time ( starttime="0000" )</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="endtime" type="xs:string" use="required">
      <xs:annotation>
        <xs:documentation>DSS formatted ending time (endtime="2400") </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="tslen" type="xs:int" use="required">
      <xs:annotation>
        <xs:documentation>timestep length  (tslen="24" )</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="tstype" type="xs:string" use="required">
      <xs:annotation>
        <xs:documentation>Time step unit (tstype="hour")</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="startdate" type="xs:string" use="required">
      <xs:annotation>
        <xs:documentation>DSS formatted starting date (startdate="01jan1965" )</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="enddate" type="xs:string" use="required">
      <xs:annotation>
        <xs:documentation>DSS formatted ending date (   enddate="31dec1966")</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="alpha" type="xs:double" use="optional" default="0.5">
      <xs:annotation>
        <xs:documentation>Time weighting factor with 1=implicit; 0=explicit; 0.5 to 0.75 are typical values (alpha="0.500" )</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="solver" use="optional" default="PETSC">
      <xs:annotation>
        <xs:documentation>Sparse matrix solver name (solver="PETSC")</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="PETSC"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="method" use="optional" default="bcgs">
      <xs:annotation>
        <xs:documentation>Sparse matrix solution method (method="gmres")</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string"/>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="precond" type="xs:string" use="optional" default="bjacobi">
      <xs:annotation>
        <xs:documentation>Sparse matrix pre-conditioner (precond="ilu")</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="petscplot" default="none">
      <xs:annotation>
        <xs:documentation>Solver monitors can be activated.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="none"/>
          <xs:enumeration value="yes"/>
          <xs:enumeration value="text"/>
          <xs:enumeration value="ksp"/>
          <xs:enumeration value="all"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="plotintvl" type="xs:string" default="0"/>
    <xs:attribute name="units" default="METRIC">
      <xs:annotation>
        <xs:documentation>Units of the simulation, either english or metric.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="METRIC"/>
          <xs:enumeration value="metric"/>
          <xs:enumeration value="ENGLISH"/>
          <xs:enumeration value="english"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="nt" type="xs:int">
      <xs:annotation>
        <xs:documentation>Number of time steps to be simulated. Steady state = 0.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="preRunType" type="xs:string" default="none">
      <xs:annotation>
        <xs:documentation>Used to specify the type of prerunning of the simulation.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="preRunIterations" type="xs:int" default="0">
      <xs:annotation>
        <xs:documentation>Number of iterations used during the pre-run.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="controllers" type="xs:string" default="on">
      <xs:annotation>
        <xs:documentation>Specify whether controllers are on or off.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="supervisors" type="xs:string" default="on">
      <xs:annotation>
        <xs:documentation>Specify whether supervisors are on or off.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

element controller
diagram
properties
content complex
mixed true
children setpointctrl fuzctrl sigmoidctrl pidctrl userctrl lpctrl alphactrl cactrl
used by
element hse
attributes
Name  Type  Use  Default  Fixed  Annotation
label  xs:string  undefined    
id  xs:intrequired      
annotation
documentation 
MSE (Management Simulation Engine) controller objects.
source
<xs:element name="controller">
  <xs:annotation>
    <xs:documentation>MSE (Management Simulation Engine) controller objects.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice>
      <xs:element ref="setpointctrl"/>
      <xs:element ref="fuzctrl"/>
      <xs:element ref="sigmoidctrl"/>
      <xs:element ref="pidctrl"/>
      <xs:element ref="userctrl"/>
      <xs:element ref="lpctrl"/>
      <xs:element ref="alphactrl"/>
      <xs:element ref="cactrl"/>
    </xs:choice>
    <xs:attribute name="label" type="xs:string" default="undefined"/>
    <xs:attribute name="id" type="xs:int" use="required"/>
  </xs:complexType>
</xs:element>

element convey
diagram
properties
content complex
mixed true
used by
element lookup
annotation
documentation 
Space delimited ASCII text in a lookup table format of stage and conveyance.
source
<xs:element name="convey">
  <xs:annotation>
    <xs:documentation>Space delimited ASCII text in a lookup table format of stage and conveyance.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true"/>
</xs:element>

element conveyance
diagram
properties
content complex
children indexed mannings cadlec layerc lookup
used by
element mesh
attributes
Name  Type  Use  Default  Fixed  Annotation
compute    mixed    
annotation
documentation 
Defines computational approach for overland flow and defines conveyance objects.
source
<xs:element name="conveyance">
  <xs:annotation>
    <xs:documentation>Defines computational approach for overland flow and defines conveyance objects.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice>
      <xs:element ref="indexed"/>
      <xs:element ref="mannings"/>
      <xs:element ref="cadlec"/>
      <xs:element ref="layerc"/>
      <xs:element ref="lookup"/>
    </xs:choice>
    <xs:attribute name="compute" default="mixed">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="mixed"/>
          <xs:enumeration value="sep-central"/>
          <xs:enumeration value="sep-upwind-par"/>
          <xs:enumeration value="sep-upwind"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

element csv
diagram
properties
content complex
mixed true
used by
elements assessormonitor basinmonitor bcmonitor cellmonitor ctrlmonitor junctionmonitor lakemonitor pseudomonitor segmentmonitor spvrmonitor wmmonitor
attributes
Name  Type  Use  Default  Fixed  Annotation
file  xs:stringrequired      
label  xs:stringrequired      
dbintl  xs:int  1440    
annotation
documentation 
Comma separated variable file format used primarily as an output file. 
source
<xs:element name="csv">
  <xs:annotation>
    <xs:documentation>Comma separated variable file format used primarily as an output file. </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="file" type="xs:string" use="required"/>
    <xs:attribute name="label" type="xs:string" use="required"/>
    <xs:attribute name="dbintl" type="xs:int" default="1440"/>
  </xs:complexType>
</xs:element>

element ctrlmonitor
diagram
properties
content complex
children asciiform csv dss
used by
elements output pidctrl
attributes
Name  Type  Use  Default  Fixed  Annotation
cID  xs:int  -1    
wmID  xs:int  -1    
attr  xs:stringrequired      
montype    scalar    
var  xs:string  unspecified    
annotation
documentation 
The RSM controllers are configured to allow monitoring of state variables, controller error values, controller output values, or the maximum (uncontrolled) flow of a watermover through use of the ctrlmonitor environment
source
<xs:element name="ctrlmonitor">
  <xs:annotation>
    <xs:documentation>The RSM controllers are configured to allow monitoring of state variables, controller error values, controller output values, or the maximum (uncontrolled) flow of a watermover through use of the ctrlmonitor environment</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="asciiform"/>
      <xs:element ref="csv"/>
      <xs:element ref="dss"/>
    </xs:choice>
    <xs:attribute name="cID" type="xs:int" default="-1"/>
    <xs:attribute name="wmID" type="xs:int" default="-1"/>
    <xs:attribute name="attr" type="xs:string" use="required"/>
    <xs:attribute name="montype" default="scalar">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="scalar"/>
          <xs:enumeration value="vector"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="var" type="xs:string" default="unspecified"/>
  </xs:complexType>
</xs:element>

element cu
diagram
properties
content complex
children const dss rc sewer septic
used by
element hub
attributes
Name  Type  Use  Default  Fixed  Annotation
label  xs:string  undefined    
percentarea  xs:doublerequired      
wsupply  required      
annotation
documentation 
A consumptive use object is not a HPM but is used within a hub to define where water comes from for consumptive use. 
source
<xs:element name="cu">
  <xs:annotation>
    <xs:documentation>A consumptive use object is not a HPM but is used within a hub to define where water comes from for consumptive use. </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="const"/>
      <xs:element ref="dss"/>
      <xs:element ref="rc"/>
      <xs:element ref="sewer"/>
      <xs:element ref="septic"/>
    </xs:choice>
    <xs:attribute name="label" type="xs:string" default="undefined"/>
    <xs:attribute name="percentarea" type="xs:double" use="required"/>
    <xs:attribute name="wsupply" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="homecell"/>
          <xs:enumeration value="hub"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

element culvert
diagram
properties
content complex
mixed true
used by
element watermovers
attributes
Name  Type  Use  Default  Fixed  Annotation
label  xs:string  unspecified    
id1  xs:intrequired      
id2  xs:intrequired      
wmID  xs:int  -1    
width  xs:doublerequired      
height  xs:doublerequired      
length  xs:doublerequired      
mann  xs:doublerequired      
coeff  xs:doublerequired      
hw_inv  xs:doublerequired      
tw_inv  xs:doublerequired      
rev  required      
annotation
documentation 
Culvert water mover borrowed from National Weather Service (NWS).
source
<xs:element name="culvert">
  <xs:annotation>
    <xs:documentation>Culvert water mover borrowed from National Weather Service (NWS).</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="label" type="xs:string" default="unspecified"/>
    <xs:attribute name="id1" type="xs:int" use="required"/>
    <xs:attribute name="id2" type="xs:int" use="required"/>
    <xs:attribute name="wmID" type="xs:int" default="-1"/>
    <xs:attribute name="width" type="xs:double" use="required"/>
    <xs:attribute name="height" type="xs:double" use="required"/>
    <xs:attribute name="length" type="xs:double" use="required"/>
    <xs:attribute name="mann" type="xs:double" use="required"/>
    <xs:attribute name="coeff" type="xs:double" use="required"/>
    <xs:attribute name="hw_inv" type="xs:double" use="required"/>
    <xs:attribute name="tw_inv" type="xs:double" use="required"/>
    <xs:attribute name="rev" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="Y"/>
          <xs:enumeration value="y"/>
          <xs:enumeration value="N"/>
          <xs:enumeration value="n"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

element cylinder
diagram
properties
content complex
mixed true
used by
element lake
attributes
Name  Type  Use  Default  Fixed  Annotation
toparea  xs:doublerequired      
bot  xs:doublerequired      
annotation
documentation 
Indicates that lake area, volume and stage are computed assuming a cylindrical shape.
source
<xs:element name="cylinder">
  <xs:annotation>
    <xs:documentation>Indicates that lake area, volume and stage are computed assuming a cylindrical shape.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="toparea" type="xs:double" use="required"/>
    <xs:attribute name="bot" type="xs:double" use="required"/>
  </xs:complexType>
</xs:element>

element da
diagram
used by
element yarnell
annotation
documentation 
Not sure what this Yarnell bridge property represents.
source
<xs:element name="da">
  <xs:annotation>
    <xs:documentation>Not sure what this Yarnell bridge property represents.</xs:documentation>
  </xs:annotation>
</xs:element>

element del_over_k
diagram
properties
content complex
children indexed const
used by
element mesh
annotation
documentation 
Adds vertical hydraulic conductivity resistance factor to cells for multi-dimensional analysis.
source
<xs:element name="del_over_k">
  <xs:annotation>
    <xs:documentation>Adds vertical hydraulic conductivity resistance factor to cells for multi-dimensional analysis.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice>
      <xs:element ref="indexed"/>
      <xs:element ref="const"/>
    </xs:choice>
  </xs:complexType>
</xs:element>

element delta_control
diagram
properties
content complex
mixed true
used by
element watermovers
attributes
Name  Type  Use  Default  Fixed  Annotation
id1  xs:intrequired      
id2  xs:intrequired      
wmID  xs:int  -1    
label  xs:stringrequired      
annotation
documentation 
Watermover that allows flow between two water bodies based on a head-difference.
source
<xs:element name="delta_control">
  <xs:annotation>
    <xs:documentation>Watermover that allows flow between two water bodies based on a head-difference.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">