view flys-artifacts/doc/conf/themes/default/longitudinal-section.xml @ 5779:ebec12def170

Datacage: Add a pool of builders to make it multi threadable. XML DOM is not thread safe. Therefore the old implementation only allowed one thread to use the builder at a time. As the complexity of the configuration has increased over time this has become a bottleneck of the whole application because it took quiet some time to build a result. Furthermore the builder code path is visited very frequent. So many concurrent requests were piled up resulting in long waits for the users. To mitigate this problem a round robin pool of builders is used now. Each of the pooled builders has an independent copy of the XML template and can be run in parallel. The number of builders is determined by the system property 'flys.datacage.pool.size'. It defaults to 4.
author Sascha L. Teichmann <teichmann@intevation.de>
date Sun, 21 Apr 2013 12:48:09 +0200
parents fe2472e28a72
children
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?>
<!--themegroup name="default"-->
    <!-- top level classes defining additional attributes-->
    <theme name="LongitudinalSection">
        <inherits>
            <inherit from="Lines" />
            <inherit from="Points" />
            <inherit from="MinMaxPoints" />
            <inherit from="Label" />
        </inherits>
        <fields>
            <field name="showpoints" type="boolean" display="Punkte anzeigen"
                default="false" />
            <field name="showpointlabel" type="boolean"
                display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="bandwidth" type="double" display="Bandbreite"
                default="0"/>
            <field name="bandwidthcolor" type="Color" display="Bandbreitenfarbe"
                default="104, 104, 104"/>
            <field name="transparency" type="int" default="20" display="Transparenz"/>
        </fields>
    </theme>

    <theme name="LongitudinalSectionPoints">
        <inherits>
            <inherit from="Points" />
        </inherits>
        <fields>
        </fields>
    </theme>

    <theme name="Differences">
        <inherits>
            <inherit from="Lines" />
            <inherit from="Points" />
            <inherit from="MinMaxPoints" />
        </inherits>
        <fields>
            <field name="showpoints" type="boolean" display="Punkte anzeigen"
                default="false" />
            <field name="showpointlabel" type="boolean"
                display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="204, 204, 204" />
        </fields>
    </theme>


    <!-- Classes defining special values -->
    <theme name="LongitudinalSectionW_HQ1">
        <inherits>
            <inherit from="LongitudinalSectionW" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="0, 0, 102" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_HQ2">
        <inherits>
            <inherit from="LongitudinalSectionW" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="0, 0, 102" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_HQ5">
        <inherits>
            <inherit from="LongitudinalSectionW" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="0, 153, 51" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_HQ10">
        <inherits>
            <inherit from="LongitudinalSectionW" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="0, 204, 204" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_HQ20">
        <inherits>
            <inherit from="LongitudinalSectionW" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="153, 153, 0" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_HQ25">
        <inherits>
            <inherit from="LongitudinalSectionW" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="102, 51, 0" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_HQ50">
        <inherits>
            <inherit from="LongitudinalSectionW" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="255, 153, 0" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_HQ100">
        <inherits>
            <inherit from="LongitudinalSectionW" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="255, 0, 255" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_HQ200">
        <inherits>
            <inherit from="LongitudinalSectionW" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="255, 100, 255" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_HQ300">
        <inherits>
            <inherit from="LongitudinalSectionW" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="255, 0, 100" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_HQ500">
        <inherits>
            <inherit from="LongitudinalSectionW" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="102, 0, 102" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_HQ1000">
        <inherits>
            <inherit from="LongitudinalSectionW" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="0, 0, 0" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_HQRZ">
        <inherits>
            <inherit from="LongitudinalSectionW" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="102, 0, 102" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_HSQ">
        <inherits>
            <inherit from="LongitudinalSectionW" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="253, 153, 0" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_MHQ">
        <inherits>
            <inherit from="LongitudinalSectionW" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="102, 255, 102" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_MNQ">
        <inherits>
            <inherit from="LongitudinalSectionW" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="0, 255, 255" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_MQ">
        <inherits>
            <inherit from="LongitudinalSectionW" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="0, 51, 204" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_NQ">
        <inherits>
            <inherit from="LongitudinalSectionW" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="153, 204, 255" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_HQExtrem">
        <inherits>
            <inherit from="LongitudinalSectionW" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="0, 0, 0" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_HQ1_Points">
        <inherits>
            <inherit from="LongitudinalSectionPoints" />
        </inherits>
        <fields>
            <field name="pointcolor" type="Color" display="Punktfarbe"
                default="0, 0, 102" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_HQ2_Points">
        <inherits>
            <inherit from="LongitudinalSectionPoints" />
        </inherits>
        <fields>
            <field name="pointcolor" type="Color" display="Punktfarbe"
                default="0, 0, 102" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_HQ5_Points">
        <inherits>
            <inherit from="LongitudinalSectionPoints" />
        </inherits>
        <fields>
            <field name="pointcolor" type="Color" display="Punktfarbe"
                default="0, 153, 51" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_HQ10_Points">
        <inherits>
            <inherit from="LongitudinalSectionPoints" />
        </inherits>
        <fields>
            <field name="pointcolor" type="Color" display="Punktfarbe"
                default="0, 204, 204" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_HQ20_Points">
        <inherits>
            <inherit from="LongitudinalSectionPoints" />
        </inherits>
        <fields>
            <field name="pointcolor" type="Color" display="Punktfarbe"
                default="153, 153, 0" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_HQ25_Points">
        <inherits>
            <inherit from="LongitudinalSectionPoints" />
        </inherits>
        <fields>
            <field name="pointcolor" type="Color" display="Punktfarbe"
                default="102, 51, 0" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_HQ50_Points">
        <inherits>
            <inherit from="LongitudinalSectionPoints" />
        </inherits>
        <fields>
            <field name="pointcolor" type="Color" display="Punktfarbe"
                default="255, 153, 153" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_HQ100_Points">
        <inherits>
            <inherit from="LongitudinalSectionPoints" />
        </inherits>
        <fields>
            <field name="pointcolor" type="Color" display="Punktfarbe"
                default="255, 0, 51" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_HQ200_Points">
        <inherits>
            <inherit from="LongitudinalSectionPoints" />
        </inherits>
        <fields>
            <field name="pointcolor" type="Color" display="Punktfarbe"
                default="255, 0, 255" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_HQ300_Points">
        <inherits>
            <inherit from="LongitudinalSectionPoints" />
        </inherits>
        <fields>
            <field name="pointcolor" type="Color" display="Punktfarbe"
                default="255, 100, 255" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_HQ500_Points">
        <inherits>
            <inherit from="LongitudinalSectionPoints" />
        </inherits>
        <fields>
            <field name="pointcolor" type="Color" display="Punktfarbe"
                default="102, 0, 102" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_HQ1000_Points">
        <inherits>
            <inherit from="LongitudinalSectionPoints" />
        </inherits>
        <fields>
            <field name="pointcolor" type="Color" display="Punktfarbe"
                default="0, 0, 0" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_HQRZ_Points">
        <inherits>
            <inherit from="LongitudinalSectionPoints" />
        </inherits>
        <fields>
            <field name="pointcolor" type="Color" display="Punktfarbe"
                default="102, 0, 102" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_HSQ_Points">
        <inherits>
            <inherit from="LongitudinalSectionPoints" />
        </inherits>
        <fields>
            <field name="pointcolor" type="Color" display="Punktfarbe"
                default="253, 153, 0" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_MHQ_Points">
        <inherits>
            <inherit from="LongitudinalSectionPoints" />
        </inherits>
        <fields>
            <field name="pointcolor" type="Color" display="Punktfarbe"
                default="102, 255, 102" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_MNQ_Points">
        <inherits>
            <inherit from="LongitudinalSectionPoints" />
        </inherits>
        <fields>
            <field name="pointcolor" type="Color" display="Punktfarbe"
                default="0, 255, 255" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_MQ_Points">
        <inherits>
            <inherit from="LongitudinalSectionPoints" />
        </inherits>
        <fields>
            <field name="pointcolor" type="Color" display="Punktfarbe"
                default="0, 51, 204" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_NQ_Points">
        <inherits>
            <inherit from="LongitudinalSectionPoints" />
        </inherits>
        <fields>
            <field name="pointcolor" type="Color" display="Punktfarbe"
                default="153, 204, 255" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionW_HQExtrem_Points">
        <inherits>
            <inherit from="LongitudinalSectionPoints" />
        </inherits>
        <fields>
            <field name="pointcolor" type="Color" display="Punktfarbe"
                default="0, 0, 0" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionQ_HQ1">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="0, 0, 102" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionQ_HQ2">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="0, 0, 102" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionQ_HQ5">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="0, 153, 51" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionQ_HQ10">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="0, 204, 204" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionQ_HQ20">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="153, 153, 0" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionQ_HQ25">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="102, 51, 0" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionQ_HQ50">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="255, 153, 153" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionQ_HQ100">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="255, 0, 51" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionQ_HQ200">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="255, 0, 255" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionQ_HQ300">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="255, 100, 255" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionQ_HQ500">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="102, 0, 102" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionQ_HQ1000">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="0, 0, 0" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionQ_HQRZ">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="102, 0, 102" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionQ_HSQ">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="253, 153, 0" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionQ_MHQ">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="102, 255, 102" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionQ_MNQ">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="0, 255, 255" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionQ_MQ">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="0, 51, 204" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionQ_NQ">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="153, 204, 255" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionQ_HQExtrem">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="0, 0, 0" />
        </fields>
    </theme>

    <theme name="DischargeLongitudinalSectionW">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="204, 204, 204" />
        </fields>
    </theme>


    <theme name="DischargeLongitudinalSectionC">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="255, 0 , 0" />
        </fields>
    </theme>

    <theme name="DischargeLongitudinalSectionQ">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="204, 204, 204" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionQInfoldCut">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="102, 102, 102" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionQInfolding">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="51, 51, 51" />
        </fields>
    </theme>

    <!-- MIDDLE BED HEIGHT -->
    <theme name="MiddleBedHeightSingle">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="204, 204, 204" />
        </fields>
    </theme>

    <theme name="MiddleBedHeightEpoch">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="0, 0, 102" />
        </fields>
    </theme>

    <!-- Bed Quality -->
    <theme name="PorosityTopLayer">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="0, 0, 0" />
        </fields>
    </theme>

    <theme name="PorositySubLayer">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="0, 0, 0" />
        </fields>
    </theme>

    <theme name="DensityTopLayer">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="153, 99, 102" />
        </fields>
    </theme>

    <theme name="DensitySubLayer">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="153, 99, 102" />
        </fields>
    </theme>

    <theme name="BedDiameterTopLayer">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="255, 0, 0" />
        </fields>
    </theme>

    <theme name="BedDiameterSubLayer">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="255, 0, 0" />
        </fields>
    </theme>

    <theme name="BedLoadDiameter">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="0, 255, 0" />
        </fields>
    </theme>

    <!-- Bedheight differences -->
    <theme name="BedheightDiffYear">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="0, 204, 204" />
        </fields>
    </theme>

    <theme name="BedheightDiffMorphWidth">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="204, 204, 0" />
        </fields>
    </theme>

    <theme name="BedheightDiffEpoch">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="204, 0, 204" />
        </fields>
    </theme>

    <theme name="BedheightDiffAbsHeight1">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="204, 0, 204" />
        </fields>
    </theme>

    <theme name="BedheightDiffAbsHeight2">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="255, 100, 100" />
        </fields>
    </theme>

    <theme name="BedheightDiffHeightYear">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="204, 0, 0" />
        </fields>
    </theme>

    <theme name="MorphologicWidth">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" default="0, 100, 200" />
            <field name="showlinelabel" type="boolean"
                display="Beschriftung anzeigen" default="false" hints="h" />
        </fields>
    </theme>
    <!-- Flow velocity -->
    <theme name="FlowVelocityVMainChannel">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="204, 204, 204" />
        </fields>
    </theme>

    <theme name="FlowVelocityVTotalChannel">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="0, 0, 102" />
        </fields>
    </theme>

    <theme name="FlowVelocityTau">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="0, 204, 204" />
        </fields>
    </theme>

    <theme name="FlowVelocityDischarge">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" display="Linienfarbe"
                default="0, 204, 0" />
        </fields>
    </theme>

    <!-- Sediment load -->
    <theme name="SedimentLoadCoarse">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" default="255, 0, 255" />
        </fields>
    </theme>

    <theme name="SedimentLoadFineMid">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" default="255, 0, 0" />
        </fields>
    </theme>
    <theme name="SedimentLoadSand">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" default="0, 0, 255" />
        </fields>
    </theme>

    <theme name="SedimentLoadSuspSand">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" default="255, 255, 0" />
        </fields>
    </theme>

     <theme name="SedimentLoadSediment">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" default="0, 255, 255" />
        </fields>
    </theme>
     <theme name="SedimentLoadSuspSandBed">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" default="0, 255, 0" />
            <field name="showlinelabel" type="boolean"
                display="Beschriftung anzeigen" default="false" hints="h" />
        </fields>
    </theme>
     <theme name="SedimentLoadFineTotalLoad">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" default="255, 100, 100" />
            <field name="showlinelabel" type="boolean"
                display="Beschriftung anzeigen" default="false" hints="h" />
        </fields>
    </theme>
    <theme name="SedimentLoadTotal">
        <inherits>
            <inherit from="LongitudinalSection" />
        </inherits>
        <fields>
            <field name="linecolor" type="Color" default="0, 100, 200" />
            <field name="showlinelabel" type="boolean"
                display="Beschriftung anzeigen" default="false" hints="h" />
        </fields>
    </theme>

    <theme name="LongitudinalSectionArea">
        <inherits>
            <inherit from="Areas" />
        </inherits>
        <fields>
            <field name="areashowbg" type="boolean" display="Hintergrund anzeigen"
                default="true" hints="hidden" />
            <field name="areashowborder" type="boolean" display="Begrenzung"
                default="false" hints="hidden" />
            <field name="areabordercolor" type="Color" default="0, 0, 0"
                display="Begrenzungslinienfarbe" hints="hidden" />
            <field name="showarea" type="boolean" display="Flaeche anzeigen"
              default="true" hints="hidden" />
            <field name="showarealabel" type="boolean"
                display="Flächenbeschriftung anzeigen" default="false" hints="hidden" />
        </fields>
    </theme>
<!--/themegroup>-->

http://dive4elements.wald.intevation.org