teichmann@6103: <?xml version="1.0" encoding="UTF-8"?>
teichmann@6103: <themegroup name="default">
rrenkert@6112:     <theme name="MainValuesQ">
rrenkert@6112:         <inherits>
rrenkert@6112:             <inherit from="Lines" />
rrenkert@6112:         </inherits>
rrenkert@6112:         <fields>
rrenkert@6112:             <field name="linecolor" type="Color" display="Farbe"
rrenkert@6112:                 default="200, 0, 15" />
rrenkert@6112:             <field name="textorientation" type="boolean" display="Textausrichtung"
rrenkert@6112:                 default="true" />
rrenkert@6112:             <field name="showlinelabel" type="boolean"
rrenkert@6112:                 display="Linienbeschriftung anzeigen" default="false" hints="hidden" />
rrenkert@6112:         </fields>
rrenkert@6112:     </theme>
rrenkert@6112: 
rrenkert@6112:     <theme name="MainValuesW">
rrenkert@6112:         <inherits>
rrenkert@6112:             <inherit from="Lines" />
rrenkert@6112:         </inherits>
rrenkert@6112:         <fields>
rrenkert@6112:             <field name="linecolor" type="Color" display="Farbe"
rrenkert@6112:                 default="0, 215, 0" />
rrenkert@6112:             <field name="textorientation" type="boolean" display="Textausrichtung"
rrenkert@6112:                 default="true" />
rrenkert@6112:             <field name="showlinelabel" type="boolean"
rrenkert@6112:                 display="Linienbeschriftung anzeigen" default="false" hints="hidden" />
rrenkert@6112:         </fields>
rrenkert@6112:     </theme>
rrenkert@6112: 
rrenkert@6112:     <theme name="RelativePoint">
rrenkert@6112:         <inherits>
rrenkert@6112:             <inherit from="Points" />
rrenkert@6112:         </inherits>
rrenkert@6112:     </theme>
rrenkert@6112: 
rrenkert@6112:     <theme name="Annotations">
rrenkert@6112:         <inherits>
rrenkert@6112:             <inherit from="Lines" />
rrenkert@6112:             <inherit from="Text" />
rrenkert@6112:         </inherits>
rrenkert@6112:         <fields>
rrenkert@6112:         </fields>
rrenkert@6112:     </theme>
rrenkert@6112: 
rrenkert@6112:     <theme name="ManualPoints">
rrenkert@6112:         <inherits>
rrenkert@6112:             <inherit from="Points" />
rrenkert@6112:             <inherit from="Label" />
rrenkert@6112:         </inherits>
rrenkert@6112:         <fields>
rrenkert@6112:             <field name="pointsize" type="int" display="Punktdicke"
rrenkert@6112:                 default="3" hints="hidden" />
rrenkert@6112:             <field name="textorientation" type="boolean" display="Textausrichtung"
rrenkert@6112:                 default="true" />
rrenkert@6112:         </fields>
rrenkert@6112:     </theme>
rrenkert@6112: 
rrenkert@6112:     <theme name="WKms">
rrenkert@6112:         <inherits>
rrenkert@6112:             <inherit from="Lines" />
rrenkert@6112:             <inherit from="Points" />
rrenkert@6112:             <inherit from="MinMaxPoints" />
rrenkert@6112:         </inherits>
rrenkert@6112:         <fields>
rrenkert@6112:             <field name="showpoints" type="boolean" display="Punkte anzeigen"
rrenkert@6112:                 default="false" />
rrenkert@6112:             <field name="showpointlabel" type="boolean"
rrenkert@6112:                 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
rrenkert@6112:             <field name="linecolor" type="Color" display="Linienfarbe"
rrenkert@6112:                 default="204, 204, 204" />
felix@6994:             <field name="textorientation" type="boolean" display="Textausrichtung"
felix@6994:                 default="true" />
rrenkert@6112:         </fields>
rrenkert@6112:     </theme>
rrenkert@6112: 
rrenkert@6112:     <theme name="WKmsAnnotation">
rrenkert@6112:         <inherits>
rrenkert@6112:             <inherit from="Lines" />
rrenkert@6112:             <inherit from="Label" />
rrenkert@6112:         </inherits>
rrenkert@6112:         <fields>
rrenkert@6112:             <field name="linecolor" type="Color" display="Linienfarbe"
rrenkert@6112:                 default="204, 204, 204" />
rrenkert@6112:             <field name="pointsize" type="int" display="Punktdicke"
teichmann@6113:                 default="3" hints="hidden" />
rrenkert@6112:         </fields>
rrenkert@6112:     </theme>
rrenkert@6112: 
rrenkert@6112:     <theme name="WQKms">
rrenkert@6112:         <inherits>
rrenkert@6112:             <inherit from="Lines" />
rrenkert@6112:             <inherit from="Points" />
rrenkert@6112:             <inherit from="MinMaxPoints" />
rrenkert@6112:         </inherits>
rrenkert@6112:         <fields>
rrenkert@6112:             <field name="showpoints" type="boolean" display="Punkte anzeigen"
rrenkert@6112:                 default="false" />
rrenkert@6112:             <field name="showpointlabel" type="boolean"
rrenkert@6112:                 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
rrenkert@6112:             <field name="linecolor" type="Color" display="Linienfarbe"
rrenkert@6112:                 default="204, 204, 204" />
rrenkert@6112:         </fields>
rrenkert@6112:     </theme>
rrenkert@6112: 
felix@6919:     <theme name="WQKmsHorizontal">
felix@6919:         <inherits>
felix@6919:             <inherit from="WQKms" />
felix@6919:         </inherits>
felix@6919:         <fields>
felix@6919:             <field name="linecolor" type="Color" display="Linienfarbe"
felix@6919:                 default="204, 204, 204" />
felix@6919:             <field name="textorientation" type="boolean" display="Textausrichtung"
felix@6919:                 default="true" />
felix@6919:         </fields>
felix@6919:     </theme>
felix@6919: 
felix@6919: 
rrenkert@6112:     <theme name="WQPoints">
rrenkert@6112:         <inherits>
rrenkert@6112:             <inherit from="Points" />
rrenkert@6112:             <inherit from="Label" />
rrenkert@6112:         </inherits>
rrenkert@6112:         <fields>
rrenkert@6112:             <field name="pointcolor" type="Color" display="Linienfarbe"
rrenkert@6112:                 default="204, 0, 0" />
rrenkert@6112:         </fields>
rrenkert@6112:     </theme>
rrenkert@6112: 
rrenkert@6112:     <theme name="heightmarks_points">
rrenkert@6112:         <inherits>
rrenkert@6112:             <inherit from="Points" />
rrenkert@6112:             <inherit from="Label" />
rrenkert@6112:         </inherits>
rrenkert@6112:         <fields>
rrenkert@6112:             <field name="pointcolor" type="Color" display="Linienfarbe"
rrenkert@6112:                 default="0, 0, 0" />
rrenkert@6112:         </fields>
rrenkert@6112:     </theme>
rrenkert@6112: 
rrenkert@6112:     <theme name="Area">
rrenkert@6112:         <inherits>
rrenkert@6112:             <inherit from="Areas" />
rrenkert@6112:         </inherits>
rrenkert@6112:         <fields>
rrenkert@6112:             <field name="areashowbg" type="boolean" display="Hintergrund anzeigen"
rrenkert@6112:                 default="true" hints="hidden" />
rrenkert@6112:             <field name="areashowborder" type="boolean" display="Begrenzung"
rrenkert@6112:                 default="false" hints="hidden" />
rrenkert@6112:             <field name="areabordercolor" type="Color" default="0, 0, 0"
rrenkert@6112:                 display="Begrenzungslinienfarbe" hints="hidden" />
rrenkert@6112:             <field name="showarea" type="boolean" display="Flaeche anzeigen"
rrenkert@6112:               default="true" hints="hidden" />
rrenkert@6112:             <field name="showarealabel" type="boolean"
aheinecke@7119:                 display="Flächenbeschriftung anzeigen" default="false"/>
rrenkert@6112:         </fields>
rrenkert@6112:     </theme>
tom@8116: 
teichmann@6103:     <!-- top level classes defining additional attributes-->
teichmann@6103:     <theme name="LongitudinalSection">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="Lines" />
teichmann@6103:             <inherit from="Points" />
teichmann@6103:             <inherit from="MinMaxPoints" />
teichmann@6103:             <inherit from="Label" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="showpoints" type="boolean" display="Punkte anzeigen"
teichmann@6103:                 default="false" />
teichmann@6103:             <field name="showpointlabel" type="boolean"
teichmann@6103:                 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="bandwidth" type="double" display="Bandbreite"
teichmann@6103:                 default="0"/>
teichmann@6103:             <field name="bandwidthcolor" type="Color" display="Bandbreitenfarbe"
teichmann@6103:                 default="104, 104, 104"/>
teichmann@6103:             <field name="transparency" type="int" default="20" display="Transparenz"/>
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionPoints">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="Points" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="Differences">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="Lines" />
teichmann@6103:             <inherit from="Points" />
teichmann@6103:             <inherit from="MinMaxPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="showpoints" type="boolean" display="Punkte anzeigen"
teichmann@6103:                 default="false" />
teichmann@6103:             <field name="showpointlabel" type="boolean"
teichmann@6103:                 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="204, 204, 204" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103: 
teichmann@6103:     <!-- Classes defining special values -->
teichmann@6103:     <theme name="LongitudinalSectionW_HQ1">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionW" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="0, 0, 102" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_HQ2">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionW" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="0, 0, 102" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_HQ5">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionW" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="0, 153, 51" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_HQ10">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionW" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="0, 204, 204" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_HQ20">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionW" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="153, 153, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_HQ25">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionW" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="102, 51, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_HQ50">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionW" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="255, 153, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_HQ100">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionW" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="255, 0, 255" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_HQ200">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionW" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="255, 100, 255" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_HQ300">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionW" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="255, 0, 100" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_HQ500">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionW" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="102, 0, 102" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_HQ1000">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionW" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="0, 0, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_HQRZ">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionW" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="102, 0, 102" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_HSQ">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionW" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="253, 153, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_MHQ">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionW" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="102, 255, 102" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_MNQ">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionW" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="0, 255, 255" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_MQ">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionW" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="0, 51, 204" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_NQ">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionW" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="153, 204, 255" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_HQExtrem">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionW" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="0, 0, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_HQ1_Points">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="pointcolor" type="Color" display="Punktfarbe"
teichmann@6103:                 default="0, 0, 102" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_HQ2_Points">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="pointcolor" type="Color" display="Punktfarbe"
teichmann@6103:                 default="0, 0, 102" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_HQ5_Points">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="pointcolor" type="Color" display="Punktfarbe"
teichmann@6103:                 default="0, 153, 51" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_HQ10_Points">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="pointcolor" type="Color" display="Punktfarbe"
teichmann@6103:                 default="0, 204, 204" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_HQ20_Points">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="pointcolor" type="Color" display="Punktfarbe"
teichmann@6103:                 default="153, 153, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_HQ25_Points">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="pointcolor" type="Color" display="Punktfarbe"
teichmann@6103:                 default="102, 51, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_HQ50_Points">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="pointcolor" type="Color" display="Punktfarbe"
teichmann@6103:                 default="255, 153, 153" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_HQ100_Points">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="pointcolor" type="Color" display="Punktfarbe"
teichmann@6103:                 default="255, 0, 51" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_HQ200_Points">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="pointcolor" type="Color" display="Punktfarbe"
teichmann@6103:                 default="255, 0, 255" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_HQ300_Points">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="pointcolor" type="Color" display="Punktfarbe"
teichmann@6103:                 default="255, 100, 255" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_HQ500_Points">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="pointcolor" type="Color" display="Punktfarbe"
teichmann@6103:                 default="102, 0, 102" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_HQ1000_Points">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="pointcolor" type="Color" display="Punktfarbe"
teichmann@6103:                 default="0, 0, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_HQRZ_Points">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="pointcolor" type="Color" display="Punktfarbe"
teichmann@6103:                 default="102, 0, 102" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_HSQ_Points">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="pointcolor" type="Color" display="Punktfarbe"
teichmann@6103:                 default="253, 153, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_MHQ_Points">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="pointcolor" type="Color" display="Punktfarbe"
teichmann@6103:                 default="102, 255, 102" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_MNQ_Points">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="pointcolor" type="Color" display="Punktfarbe"
teichmann@6103:                 default="0, 255, 255" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_MQ_Points">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="pointcolor" type="Color" display="Punktfarbe"
teichmann@6103:                 default="0, 51, 204" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_NQ_Points">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="pointcolor" type="Color" display="Punktfarbe"
teichmann@6103:                 default="153, 204, 255" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionW_HQExtrem_Points">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSectionPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="pointcolor" type="Color" display="Punktfarbe"
teichmann@6103:                 default="0, 0, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionQ_HQ1">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="0, 0, 102" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionQ_HQ2">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="0, 0, 102" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionQ_HQ5">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="0, 153, 51" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionQ_HQ10">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="0, 204, 204" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionQ_HQ20">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="153, 153, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionQ_HQ25">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="102, 51, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionQ_HQ50">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="255, 153, 153" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionQ_HQ100">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="255, 0, 51" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionQ_HQ200">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="255, 0, 255" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionQ_HQ300">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="255, 100, 255" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionQ_HQ500">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="102, 0, 102" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionQ_HQ1000">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="0, 0, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionQ_HQRZ">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="102, 0, 102" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionQ_HSQ">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="253, 153, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionQ_MHQ">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="102, 255, 102" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionQ_MNQ">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="0, 255, 255" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionQ_MQ">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="0, 51, 204" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionQ_NQ">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="153, 204, 255" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionQ_HQExtrem">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="0, 0, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="DischargeLongitudinalSectionW">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="204, 204, 204" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103: 
teichmann@6103:     <theme name="DischargeLongitudinalSectionC">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="255, 0 , 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="DischargeLongitudinalSectionQ">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="204, 204, 204" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionQInfoldCut">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="102, 102, 102" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="LongitudinalSectionQInfolding">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="51, 51, 51" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <!-- MIDDLE BED HEIGHT -->
teichmann@6103:     <theme name="MiddleBedHeightSingle">
teichmann@6103:         <inherits>
felix@6744:             <inherit from="Lines" />
felix@6744:             <inherit from="Points" />
felix@6744:             <inherit from="MinMaxPoints" />
felix@6744:             <inherit from="Label" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
felix@6744:             <field name="showlines" type="boolean" display="Linie anzeigen"
felix@6744:                 default="true" />
felix@6744:             <field name="linesize" type="int" display="Liniendicke"
felix@6744:                 default="1" />
felix@6744:             <field name="linetype" type="Dash" display="Linienart"
felix@6744:                 default="10" />
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
felix@6744:                 />
felix@6744:             <field name="showlinelabel" type="boolean"
felix@6744:                 display="Beschriftung anzeigen" default="false" />
felix@6744:             <field name="showpoints" type="boolean" display="Punkte anzeigen"
felix@6744:                 default="false" />
felix@6744:             <field name="showpointlabel" type="boolean"
felix@6744:                 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <!-- Bed Quality -->
andre@8592:     <theme name="PorosityTopPoints">
andre@8592:         <inherits>
andre@8592:             <inherit from="LongitudinalSection" />
andre@8592:         </inherits>
andre@8592:         <fields>
andre@8592:             <field name="linecolor" type="Color" display="Linienfarbe"
andre@8592:                 default="0, 0, 0" />
andre@8592:             <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/>
andre@8592:             <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/>
andre@8592:             <field name="pointsize" type="int" display="Punktdicke" default="3" />
andre@8592:             <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 0" />
andre@8592:         </fields>
andre@8592:     </theme>
andre@8592: 
andre@8592:     <theme name="PorositySubPoints">
andre@8592:         <inherits>
andre@8592:             <inherit from="LongitudinalSection" />
andre@8592:         </inherits>
andre@8592:         <fields>
andre@8592:             <field name="linecolor" type="Color" display="Linienfarbe"
andre@8592:                 default="0, 0, 0" />
andre@8592:             <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/>
andre@8592:             <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/>
andre@8592:             <field name="pointsize" type="int" display="Punktdicke" default="3" />
andre@8592:             <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 0" />
andre@8592:         </fields>
andre@8592:     </theme>
andre@8592: 
andre@8592:     <theme name="DensityTopPoints">
andre@8592:         <inherits>
andre@8592:             <inherit from="LongitudinalSection" />
andre@8592:         </inherits>
andre@8592:         <fields>
andre@8592:             <field name="linecolor" type="Color" display="Linienfarbe"
andre@8592:                 default="153, 99, 102" />
andre@8592:             <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/>
andre@8592:             <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/>
andre@8592:             <field name="pointsize" type="int" display="Punktdicke" default="3" />
andre@8592:             <field name="pointcolor" type="Color" display="Punktfarbe" default="153, 99, 102" />
andre@8592:         </fields>
andre@8592:     </theme>
andre@8592: 
andre@8592:     <theme name="DensitySubPoints">
andre@8592:         <inherits>
andre@8592:             <inherit from="LongitudinalSection" />
andre@8592:         </inherits>
andre@8592:         <fields>
andre@8592:             <field name="linecolor" type="Color" display="Linienfarbe"
andre@8592:                 default="153, 99, 102" />
andre@8592:             <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/>
andre@8592:             <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/>
andre@8592:             <field name="pointsize" type="int" display="Punktdicke" default="3" />
andre@8592:             <field name="pointcolor" type="Color" display="Punktfarbe" default="153, 99, 102" />
andre@8592:         </fields>
andre@8592:     </theme>
andre@8592: 
andre@8592:     <theme name="BedDiameterTopPoints">
andre@8592:         <inherits>
andre@8592:             <inherit from="LongitudinalSection" />
andre@8592:         </inherits>
andre@8592:         <fields>
andre@8592:             <field name="linecolor" type="Color" display="Linienfarbe"
andre@8592:                 default="255, 0, 0" />
andre@8592:             <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/>
andre@8592:             <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/>
andre@8592:             <field name="pointsize" type="int" display="Punktdicke" default="3" />
andre@8592:             <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 0" />
andre@8592:         </fields>
andre@8592:     </theme>
andre@8592: 
andre@8592:     <theme name="BedDiameterSubPoints">
andre@8592:         <inherits>
andre@8592:             <inherit from="LongitudinalSection" />
andre@8592:         </inherits>
andre@8592:         <fields>
andre@8592:             <field name="linecolor" type="Color" display="Linienfarbe"
andre@8592:                 default="255, 0, 0" />
andre@8592:             <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/>
andre@8592:             <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/>
andre@8592:             <field name="pointsize" type="int" display="Punktdicke" default="3" />
andre@8592:             <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 0" />
andre@8592:         </fields>
andre@8592:     </theme>
andre@8592: 
andre@8592:     <theme name="BedLoadDiameterPoints">
andre@8592:         <inherits>
andre@8592:             <inherit from="LongitudinalSection" />
andre@8592:         </inherits>
andre@8592:         <fields>
andre@8592:             <field name="linecolor" type="Color" display="Linienfarbe"
andre@8592:                 default="0, 255, 0" />
andre@8592:             <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/>
andre@8592:             <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/>
andre@8592:             <field name="pointsize" type="int" display="Punktdicke" default="3" />
andre@8592:             <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 0" />
andre@8592:         </fields>
andre@8592:     </theme>
andre@8592: 
andre@8592:     <theme name="PorosityTopLines">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="0, 0, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
andre@8592:     <theme name="PorositySubLines">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="0, 0, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
andre@8592:     <theme name="DensityTopLines">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="153, 99, 102" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
andre@8592:     <theme name="DensitySubLines">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="153, 99, 102" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
andre@8592:     <theme name="BedDiameterTopLines">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="255, 0, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
andre@8592:     <theme name="BedDiameterSubLines">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="255, 0, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
andre@8592:     <theme name="BedLoadDiameterLines">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="0, 255, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
rrenkert@6253:     <theme name="BedDiameterDataTop">
rrenkert@6253:         <inherits>
rrenkert@6253:             <inherit from="LongitudinalSection" />
rrenkert@6253:         </inherits>
rrenkert@6253:         <fields>
rrenkert@6253:             <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/>
rrenkert@6253:             <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/>
rrenkert@6253:             <field name="pointsize" type="int" display="Punktdicke" default="2" />
rrenkert@6253:             <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 100" />
rrenkert@6253:         </fields>
rrenkert@6253:     </theme>
rrenkert@6253: 
rrenkert@6253:     <theme name="BedDiameterDataSub">
rrenkert@6253:         <inherits>
rrenkert@6253:             <inherit from="LongitudinalSection" />
rrenkert@6253:         </inherits>
rrenkert@6253:         <fields>
rrenkert@6253:             <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/>
rrenkert@6253:             <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/>
rrenkert@6253:             <field name="pointsize" type="int" display="Punktdicke" default="2" />
rrenkert@6253:             <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 100" />
rrenkert@6253:         </fields>
rrenkert@6253:     </theme>
rrenkert@6263: 
rrenkert@6263:     <theme name="BedloadDiameterData">
rrenkert@6263:         <inherits>
rrenkert@6263:             <inherit from="LongitudinalSection" />
rrenkert@6263:         </inherits>
rrenkert@6263:         <fields>
rrenkert@6263:             <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/>
rrenkert@6263:             <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/>
rrenkert@6263:             <field name="pointsize" type="int" display="Punktdicke" default="2" />
rrenkert@6263:             <field name="pointcolor" type="Color" display="Punktfarbe" default="100, 0, 0" />
rrenkert@6263:         </fields>
rrenkert@6263:     </theme>
teichmann@6103:     <!-- Bedheight differences -->
teichmann@6103:     <theme name="BedheightDiffYear">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="0, 204, 204" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="BedheightDiffMorphWidth">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="204, 204, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="BedheightDiffEpoch">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="204, 0, 204" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="BedheightDiffAbsHeight1">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="204, 0, 204" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="BedheightDiffAbsHeight2">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="255, 100, 100" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="BedheightDiffHeightYear">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="204, 0, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="MorphologicWidth">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" default="0, 100, 200" />
teichmann@6103:             <field name="showlinelabel" type="boolean"
teichmann@6113:                 display="Beschriftung anzeigen" default="false" hints="hidden" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103:     <!-- Flow velocity -->
teichmann@6103:     <theme name="FlowVelocityVMainChannel">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="204, 204, 204" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="FlowVelocityVTotalChannel">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="0, 0, 102" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="FlowVelocityTau">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="0, 204, 204" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="FlowVelocityDischarge">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="LongitudinalSection" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="0, 204, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
tom@8117:     <!-- Sediment load longitudinal sections, M^3/A -->
tom@8204:     <theme name="SedimentLoadLSM3A">
tom@8204:         <inherits>
tom@8204:             <inherit from="LongitudinalSection" />
tom@8204:         </inherits>
tom@8204:         <fields>
tom@8204:             <field name="linesize" type="int" default="2" />
tom@8204:         </fields>
tom@8204:     </theme>
tom@8204: 
tom@8204:     <theme name="SedimentLoadLSM3ACoarse">
tom@8204:         <inherits>
tom@8204:             <inherit from="SedimentLoadLSM3A" />
tom@8204:         </inherits>
tom@8204:         <fields>
tom@8204:             <field name="linecolor" type="Color" default="255, 0, 255" />
tom@8204:         </fields>
tom@8204:     </theme>
tom@8204: 
tom@8204:     <theme name="SedimentLoadLSM3AFineMid">
tom@8204:         <inherits>
tom@8204:             <inherit from="SedimentLoadLSM3A" />
tom@8204:         </inherits>
tom@8204:         <fields>
tom@8204:             <field name="linecolor" type="Color" default="255, 0, 0" />
tom@8204:         </fields>
tom@8204:     </theme>
tom@8204: 
tom@8204:     <theme name="SedimentLoadLSM3ASand">
tom@8204:         <inherits>
tom@8204:             <inherit from="SedimentLoadLSM3A" />
tom@8204:         </inherits>
tom@8204:         <fields>
tom@8204:             <field name="linecolor" type="Color" default="0, 0, 255" />
tom@8204:         </fields>
tom@8204:     </theme>
tom@8204: 
tom@8204:     <theme name="SedimentLoadLSM3ASuspSand">
tom@8204:         <inherits>
tom@8204:             <inherit from="SedimentLoadLSM3A" />
tom@8204:         </inherits>
tom@8204:         <fields>
tom@8204:             <field name="linecolor" type="Color" default="255, 255, 0" />
tom@8204:         </fields>
tom@8204:     </theme>
tom@8204: 
tom@8204:     <theme name="SedimentLoadLSM3ASediment">
tom@8204:         <inherits>
tom@8204:             <inherit from="SedimentLoadLSM3A" />
tom@8204:         </inherits>
tom@8204:         <fields>
tom@8204:             <field name="linecolor" type="Color" default="0, 255, 255" />
tom@8204:         </fields>
tom@8204:     </theme>
tom@8204: 
tom@8204:     <theme name="SedimentLoadLSM3ASuspSandBed">
tom@8204:         <inherits>
tom@8204:             <inherit from="SedimentLoadLSM3A" />
tom@8204:         </inherits>
tom@8204:         <fields>
tom@8204:             <field name="linecolor" type="Color" default="0, 255, 0" />
tom@8204:             <field name="showlinelabel" type="boolean"
tom@8204:                 display="Beschriftung anzeigen" default="false" hints="hidden" />
tom@8204:         </fields>
tom@8204:     </theme>
tom@8204: 
tom@8204:     <theme name="SedimentLoadLSM3ATotal">
tom@8204:         <inherits>
tom@8204:             <inherit from="SedimentLoadLSM3A" />
tom@8204:         </inherits>
tom@8204:         <fields>
tom@8204:             <field name="linecolor" type="Color" default="0, 100, 200" />
tom@8204:             <field name="showlinelabel" type="boolean"
tom@8204:                 display="Beschriftung anzeigen" default="false" hints="hidden" />
tom@8204:         </fields>
tom@8204:     </theme>
tom@8204: 
tom@8204:     <theme name="SedimentLoadLSM3ABed">
tom@8204:         <inherits>
tom@8204:             <inherit from="SedimentLoadLSM3A" />
tom@8204:         </inherits>
tom@8204:         <fields>
tom@8204:             <field name="linecolor" type="Color" default="200, 200, 200" />
tom@8204:         </fields>
tom@8204:     </theme>
tom@8204: 
tom@8204:     <theme name="SedimentLoadLSM3ABedSusp">
tom@8204:         <inherits>
tom@8204:             <inherit from="SedimentLoadLSM3A" />
tom@8204:         </inherits>
tom@8204:         <fields>
tom@8204:             <field name="linecolor" type="Color" default="150, 255, 150" />
tom@8204:         </fields>
tom@8204:     </theme>
tom@8204: 
tom@8204:     <theme name="SedimentLoadLSM3ASusp">
tom@8204:         <inherits>
tom@8204:             <inherit from="SedimentLoadLSM3A" />
tom@8204:         </inherits>
tom@8204:         <fields>
tom@8204:             <field name="linecolor" type="Color" default="85, 255, 0" />
tom@8204:         </fields>
tom@8204:     </theme>
tom@8204: 
tom@8204:     <!-- Sediment load longitudinal sections, T/A -->
tom@8204:     <theme name="SedimentLoadLSTACoarse">
tom@8204:         <inherits>
tom@8204:             <inherit from="LongitudinalSection" />
tom@8204:         </inherits>
tom@8204:         <fields>
tom@8204:             <field name="linecolor" type="Color" default="255, 0, 255" />
tom@8204:         </fields>
tom@8204:     </theme>
tom@8204: 
tom@8204:     <theme name="SedimentLoadLSTAFineMid">
tom@8204:         <inherits>
tom@8204:             <inherit from="LongitudinalSection" />
tom@8204:         </inherits>
tom@8204:         <fields>
tom@8204:             <field name="linecolor" type="Color" default="255, 0, 0" />
tom@8204:         </fields>
tom@8204:     </theme>
tom@8204: 
tom@8204:     <theme name="SedimentLoadLSTASand">
tom@8204:         <inherits>
tom@8204:             <inherit from="LongitudinalSection" />
tom@8204:         </inherits>
tom@8204:         <fields>
tom@8204:             <field name="linecolor" type="Color" default="0, 0, 255" />
tom@8204:         </fields>
tom@8204:     </theme>
tom@8204: 
tom@8204:     <theme name="SedimentLoadLSTASuspSand">
tom@8204:         <inherits>
tom@8204:             <inherit from="LongitudinalSection" />
tom@8204:         </inherits>
tom@8204:         <fields>
tom@8204:             <field name="linecolor" type="Color" default="255, 255, 0" />
tom@8204:         </fields>
tom@8204:     </theme>
tom@8204: 
tom@8204:     <theme name="SedimentLoadLSTASediment">
tom@8204:         <inherits>
tom@8204:             <inherit from="LongitudinalSection" />
tom@8204:         </inherits>
tom@8204:         <fields>
tom@8204:             <field name="linecolor" type="Color" default="0, 255, 255" />
tom@8204:         </fields>
tom@8204:     </theme>
tom@8204: 
tom@8204:     <theme name="SedimentLoadLSTASuspSandBed">
tom@8204:         <inherits>
tom@8204:             <inherit from="LongitudinalSection" />
tom@8204:         </inherits>
tom@8204:         <fields>
tom@8204:             <field name="linecolor" type="Color" default="0, 255, 0" />
tom@8204:             <field name="showlinelabel" type="boolean"
tom@8204:                 display="Beschriftung anzeigen" default="false" hints="hidden" />
tom@8204:         </fields>
tom@8204:     </theme>
tom@8204: 
tom@8204:     <theme name="SedimentLoadLSTATotal">
tom@8204:         <inherits>
tom@8204:             <inherit from="LongitudinalSection" />
tom@8204:         </inherits>
tom@8204:         <fields>
tom@8204:             <field name="linecolor" type="Color" default="0, 100, 200" />
tom@8204:             <field name="showlinelabel" type="boolean"
tom@8204:                 display="Beschriftung anzeigen" default="false" hints="hidden" />
tom@8204:         </fields>
tom@8204:     </theme>
tom@8204: 
tom@8204:     <theme name="SedimentLoadLSTABed">
tom@8204:         <inherits>
tom@8204:             <inherit from="LongitudinalSection" />
tom@8204:         </inherits>
tom@8204:         <fields>
tom@8204:             <field name="linecolor" type="Color" default="200, 200, 200" />
tom@8204:         </fields>
tom@8204:     </theme>
tom@8204: 
tom@8204:     <theme name="SedimentLoadLSTABedSusp">
tom@8204:         <inherits>
tom@8204:             <inherit from="LongitudinalSection" />
tom@8204:         </inherits>
tom@8204:         <fields>
tom@8204:             <field name="linecolor" type="Color" default="150, 255, 150" />
tom@8204:         </fields>
tom@8204:     </theme>
tom@8204: 
tom@8204:     <theme name="SedimentLoadLSTASusp">
tom@8204:         <inherits>
tom@8204:             <inherit from="LongitudinalSection" />
tom@8204:         </inherits>
tom@8204:         <fields>
tom@8204:             <field name="linecolor" type="Color" default="85, 255, 0" />
tom@8204:         </fields>
tom@8204:     </theme>
tom@8204: 
tom@8204:     <!-- Sediment load at measurement stations, T/A -->
tom@8204:     <theme name="SedimentLoad">
tom@8204:         <inherits>
tom@8204:             <inherit from="LongitudinalSection" />
tom@8204:         </inherits>
tom@8204:         <fields>
tom@8204:             <field name="linetype" type="Dash" default="10,5" />
tom@8204:             <field name="showpoints" type="boolean" default="true" />
tom@8204:             <field name="pointsize" type="int" default="3" />
tom@8204:         </fields>
tom@8204:     </theme>
tom@8204: 
tom@8204:     <theme name="SedimentLoadTACoarse">
tom@8204:         <inherits>
tom@8204:             <inherit from="SedimentLoad" />
tom@8204:         </inherits>
tom@8204:         <fields>
tom@8204:             <field name="linecolor" type="Color" default="255, 0, 255" />
tom@8204:             <field name="pointcolor" type="Color" default="255, 0, 255" />
tom@8204:         </fields>
tom@8204:     </theme>
tom@8204: 
tom@8204:     <theme name="SedimentLoadTAFineMid">
tom@8204:         <inherits>
tom@8204:             <inherit from="SedimentLoad" />
tom@8204:         </inherits>
tom@8204:         <fields>
tom@8204:             <field name="linecolor" type="Color" default="255, 0, 0" />
tom@8204:             <field name="pointcolor" type="Color" default="255, 0, 0" />
tom@8204:         </fields>
tom@8204:     </theme>
tom@8204: 
tom@8204:     <theme name="SedimentLoadTASand">
tom@8204:         <inherits>
tom@8204:             <inherit from="SedimentLoad" />
tom@8204:         </inherits>
tom@8204:         <fields>
tom@8204:             <field name="linecolor" type="Color" default="0, 0, 255" />
tom@8204:             <field name="pointcolor" type="Color" default="0, 0, 255" />
tom@8204:         </fields>
tom@8204:     </theme>
tom@8204: 
tom@8204:     <theme name="SedimentLoadTASuspSand">
tom@8204:         <inherits>
tom@8204:             <inherit from="SedimentLoad" />
tom@8204:         </inherits>
tom@8204:         <fields>
tom@8204:             <field name="linecolor" type="Color" default="255, 255, 0" />
tom@8204:             <field name="pointcolor" type="Color" default="255, 255, 0" />
tom@8204:         </fields>
tom@8204:     </theme>
tom@8204: 
tom@8204:     <theme name="SedimentLoadTASediment">
tom@8204:         <inherits>
tom@8204:             <inherit from="SedimentLoad" />
tom@8204:         </inherits>
tom@8204:         <fields>
tom@8204:             <field name="linecolor" type="Color" default="0, 255, 255" />
tom@8204:             <field name="pointcolor" type="Color" default="0, 255, 255" />
tom@8204:         </fields>
tom@8204:     </theme>
tom@8204: 
tom@8204:     <theme name="SedimentLoadTASuspSandBed">
tom@8204:         <inherits>
tom@8204:             <inherit from="SedimentLoad" />
tom@8204:         </inherits>
tom@8204:         <fields>
tom@8204:             <field name="linecolor" type="Color" default="0, 255, 0" />
tom@8204:             <field name="pointcolor" type="Color" default="0, 255, 0" />
tom@8204:         </fields>
tom@8204:     </theme>
tom@8204: 
tom@8204:     <theme name="SedimentLoadTATotal">
tom@8204:         <inherits>
tom@8204:             <inherit from="SedimentLoad" />
tom@8204:         </inherits>
tom@8204:         <fields>
tom@8204:             <field name="linecolor" type="Color" default="0, 100, 200" />
tom@8204:             <field name="pointcolor" type="Color" default="0, 100, 200" />
tom@8204:         </fields>
tom@8204:     </theme>
tom@8204: 
tom@8204:     <theme name="SedimentLoadTABed">
tom@8204:         <inherits>
tom@8204:             <inherit from="SedimentLoad" />
tom@8204:         </inherits>
tom@8204:         <fields>
tom@8204:             <field name="linecolor" type="Color" default="200, 200, 200" />
tom@8204:             <field name="pointcolor" type="Color" default="200, 200, 200" />
tom@8204:         </fields>
tom@8204:     </theme>
tom@8204: 
tom@8204:     <theme name="SedimentLoadTABedSusp">
tom@8204:         <inherits>
tom@8204:             <inherit from="SedimentLoad" />
tom@8204:         </inherits>
tom@8204:         <fields>
tom@8204:             <field name="linecolor" type="Color" default="150, 255, 150" />
tom@8204:             <field name="pointcolor" type="Color" default="150, 255, 150" />
tom@8204:         </fields>
tom@8204:     </theme>
tom@8204: 
tom@8204:     <theme name="SedimentLoadTASusp">
tom@8204:         <inherits>
tom@8204:             <inherit from="SedimentLoad" />
tom@8204:         </inherits>
tom@8204:         <fields>
tom@8204:             <field name="linecolor" type="Color" default="85, 255, 0" />
tom@8204:             <field name="pointcolor" type="Color" default="85, 255, 0" />
tom@8204:         </fields>
tom@8204:     </theme>
tom@8204: 
tom@8204:     <!-- Sediment load at measurement stations, M3/A -->
tom@8116:     <theme name="SedimentLoadM3A">
tom@8116:         <inherits>
tom@8204:             <inherit from="SedimentLoad" />
tom@8116:         </inherits>
tom@8116:         <fields>
tom@8116:             <field name="linesize" type="int" default="2" />
tom@8116:         </fields>
tom@8116:     </theme>
tom@8116: 
felix@7517:     <theme name="SedimentLoadM3ACoarse">
teichmann@6103:         <inherits>
tom@8116:             <inherit from="SedimentLoadM3A" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" default="255, 0, 255" />
tom@8204:             <field name="pointcolor" type="Color" default="255, 0, 255" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
felix@7517:     <theme name="SedimentLoadM3AFineMid">
teichmann@6103:         <inherits>
tom@8116:             <inherit from="SedimentLoadM3A" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" default="255, 0, 0" />
tom@8204:             <field name="pointcolor" type="Color" default="255, 0, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
felix@7517: 
felix@7517:     <theme name="SedimentLoadM3ASand">
teichmann@6103:         <inherits>
tom@8116:             <inherit from="SedimentLoadM3A" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" default="0, 0, 255" />
tom@8204:             <field name="pointcolor" type="Color" default="0, 0, 255" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
felix@7517:     <theme name="SedimentLoadM3ASuspSand">
teichmann@6103:         <inherits>
tom@8116:             <inherit from="SedimentLoadM3A" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" default="255, 255, 0" />
tom@8204:             <field name="pointcolor" type="Color" default="255, 255, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
felix@7517:     <theme name="SedimentLoadM3ASediment">
teichmann@6103:         <inherits>
tom@8116:             <inherit from="SedimentLoadM3A" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" default="0, 255, 255" />
tom@8204:             <field name="pointcolor" type="Color" default="0, 255, 255" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
felix@7517: 
felix@7517:     <theme name="SedimentLoadM3ASuspSandBed">
teichmann@6103:         <inherits>
tom@8116:             <inherit from="SedimentLoadM3A" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" default="0, 255, 0" />
tom@8204:             <field name="pointcolor" type="Color" default="0, 255, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
felix@7517: 
felix@7517:     <theme name="SedimentLoadM3ATotal">
teichmann@6103:         <inherits>
tom@8116:             <inherit from="SedimentLoadM3A" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" default="0, 100, 200" />
tom@8204:             <field name="pointcolor" type="Color" default="0, 100, 200" />
felix@7517:         </fields>
felix@7517:     </theme>
felix@7517: 
andre@8107:     <theme name="SedimentLoadM3ABed">
andre@8107:         <inherits>
tom@8116:             <inherit from="SedimentLoadM3A" />
andre@8107:         </inherits>
andre@8107:         <fields>
tom@8117:             <field name="linecolor" type="Color" default="200, 200, 200" />
tom@8204:             <field name="pointcolor" type="Color" default="200, 200, 200" />
tom@8204:         </fields>
tom@8204:     </theme>
tom@8204: 
tom@8204:     <theme name="SedimentLoadM3ABedSusp">
tom@8204:         <inherits>
tom@8204:             <inherit from="SedimentLoadM3A" />
tom@8204:         </inherits>
tom@8204:         <fields>
tom@8204:             <field name="linecolor" type="Color" default="150, 255, 150" />
tom@8204:             <field name="pointcolor" type="Color" default="150, 255, 150" />
andre@8107:         </fields>
andre@8107:     </theme>
andre@8107: 
andre@8107:     <theme name="SedimentLoadM3ASusp">
andre@8107:         <inherits>
tom@8116:             <inherit from="SedimentLoadM3A" />
andre@8107:         </inherits>
andre@8107:         <fields>
andre@8107:             <field name="linecolor" type="Color" default="85, 255, 0" />
tom@8117:             <field name="pointcolor" type="Color" default="85, 255, 0" />
tom@8117:         </fields>
tom@8117:     </theme>
tom@8117: 
tom@8117: 
teichmann@6103:     <theme name="LongitudinalSectionArea">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="Areas" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="areashowbg" type="boolean" display="Hintergrund anzeigen"
teichmann@6103:                 default="true" hints="hidden" />
teichmann@6103:             <field name="areashowborder" type="boolean" display="Begrenzung"
teichmann@6103:                 default="false" hints="hidden" />
teichmann@6103:             <field name="areabordercolor" type="Color" default="0, 0, 0"
teichmann@6103:                 display="Begrenzungslinienfarbe" hints="hidden" />
teichmann@6103:             <field name="showarea" type="boolean" display="Flaeche anzeigen"
teichmann@6103:               default="true" hints="hidden" />
teichmann@6103:             <field name="showarealabel" type="boolean"
aheinecke@7119:                 display="Flächenbeschriftung anzeigen" default="false"/>
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103: 
teichmann@6103: 
teichmann@6103:     <theme name="CrossSection">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="Lines" />
teichmann@6103:             <inherit from="Points" />
teichmann@6103:             <inherit from="Label" />
teichmann@6103:             <inherit from="MinMaxPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="showpoints" type="boolean" display="Punkte anzeigen"
teichmann@6103:                 default="false" />
teichmann@6103:             <field name="showpointlabel" type="boolean"
teichmann@6103:                 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="CrossSectionWaterLine">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="Lines" />
teichmann@6103:             <inherit from="Points" />
teichmann@6103:             <inherit from="Label" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="showpoints" type="boolean" display="Punkte anzeigen"
teichmann@6103:                 default="false" />
teichmann@6103:             <field name="showpointlabel" type="boolean"
teichmann@6103:                 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="0,0,153" />
teichmann@6103:             <field name="showwidth" type="boolean" display="Breite anzeigen"
teichmann@6103:                 default="false" />
teichmann@6103:             <field name="showlevel" type="boolean" display="Wasserstand anzeigen"
teichmann@6103:                 default="true" />
teichmann@6103:             <field name="showlinelabel" type="boolean" default="true"
teichmann@6103:                 display="Beschriftung anzeigen" />
teichmann@6103:             <field name="showmiddleheight" type="boolean"
teichmann@6103:                 display="Wasserstand anzeigen" default="false" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="Hyk">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="Text" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="textorientation" type="boolean" display="Textausrichtung"
teichmann@6103:                 default="true" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="CrossSectionArea">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="Areas" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="areashowbg" type="boolean" display="Hintergrund anzeigen"
teichmann@6103:                 default="true" hints="hidden" />
teichmann@6103:             <field name="areashowborder" type="boolean" display="Begrenzung"
teichmann@6103:                 default="false" hints="hidden" />
teichmann@6103:             <field name="areabordercolor" type="Color" default="0, 0, 0"
teichmann@6103:                 display="Begrenzungslinienfarbe" hints="hidden" />
teichmann@6103:             <field name="showarea" type="boolean" display="Flaeche anzeigen"
teichmann@6103:               default="true" hints="hidden" />
teichmann@6103:             <field name="showarealabel" type="boolean"
aheinecke@7119:                 display="Flächenbeschriftung anzeigen" default="true"/>
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103: 
teichmann@6103: 
teichmann@6103:     <theme name="DischargeCurve">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="Lines" />
teichmann@6103:             <inherit from="Label" />
teichmann@6103:             <inherit from="MinMaxPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="0, 0, 153" />
teichmann@6103:             <field name="linesize" type="int" display="Liniendicke"
teichmann@6103:                 default="2" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="ExtremeWQCurve">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="Lines" />
teichmann@6103:             <inherit from="MinMaxPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="showextramark" type="boolean" display="Linie anzeigen ab wo extrapoliert wurde"
teichmann@6103:                 default="true" />
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="0, 0, 153" />
teichmann@6103:             <field name="linesize" type="int" display="Liniendicke"
teichmann@6103:                 default="2" />
teichmann@6103:             <field name="showlinelabel" type="boolean"
tom@8403:                 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="ExtremeWQBaseCurve">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="Lines" />
teichmann@6103:             <inherit from="Points" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="pointsize" type="int" display="Punktdicke"
teichmann@6103:                 default="2" />
teichmann@6103:             <field name="showpointlabel" type="boolean"
teichmann@6103:                 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
teichmann@6103:             <field name="showlinelabel" type="boolean"
teichmann@6103:                 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103: 
teichmann@6103: 
teichmann@6103:     <theme name="DurationCurve">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="Lines" />
teichmann@6103:             <inherit from="Points" />
teichmann@6103:             <inherit from="Label" />
teichmann@6103:             <inherit from="MinMaxPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="showpoints" type="boolean" display="Punkte anzeigen"
teichmann@6103:                 default="false" />
teichmann@6103:             <field name="linesize" type="int" display="Liniendicke"
teichmann@6103:                 default="2" />
teichmann@6103:             <field name="showpointlabel" type="boolean"
teichmann@6103:                 display="Punktbeschriftung anzeigen" default="false"
teichmann@6103:                 hints="hidden"/>
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="DurationCurveW">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="DurationCurve" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="0,51,204" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="DurationCurveQ">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="DurationCurve" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="0,204,0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103: 
teichmann@6103: 
teichmann@6103:     <theme name="FixPoints">
teichmann@6103:         <inherits>
felix@6561:             <inherit from="ColorfulPoints" />
teichmann@6103:             <inherit from="Label" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="pointsize" type="int" display="Punktdicke"
teichmann@6103:                 default="3" />
felix@6561:             <field name="showpointlabel" type="boolean"
felix@6561:                 display="Beschriftung anzeigen" default="true" hints="hidden" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="FixLines">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="Lines" />
teichmann@6103:             <inherit from="Points" />
teichmann@6103:             <inherit from="Label" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="showpointlabel" type="boolean"
teichmann@6103:                 display="Beschriftung anzeigen" default="false" hints="hidden" />
teichmann@6103:             <field name="showpoints" type="boolean" display="Datenpunkte anzeigen"
teichmann@6103:                 default="false" hints="hidden" />
teichmann@6103:             <field name="pointsize" type="int" display="Punktdicke"
teichmann@6103:                 default="3" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="FixAreas">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="Areas" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="areashowbg" type="boolean" display="Hintergrund anzeigen"
teichmann@6103:                 default="true" hints="hidden" />
teichmann@6103:             <field name="areashowborder" type="boolean" display="Begrenzung"
teichmann@6103:                 default="false" hints="hidden" />
teichmann@6103:             <field name="areabordercolor" type="Color" default="0, 0, 0"
teichmann@6103:                 display="Begrenzungslinienfarbe" hints="hidden" />
teichmann@6103:             <field name="showarea" type="boolean" display="Flaeche anzeigen"
teichmann@6103:               default="true" hints="hidden" />
teichmann@6103:             <field name="showarealabel" type="boolean"
aheinecke@7119:                 display="Flächenbeschriftung anzeigen" default="false"/>
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
aheinecke@6843:     <theme name="FixingCalculatedPoint">
aheinecke@6843:         <inherits>
aheinecke@6843:             <inherit from="FixPoints" />
aheinecke@6843:         </inherits>
aheinecke@6843:         <fields>
aheinecke@6843:             <field name="pointcolor" type="Color" display="Punktfarbe"
aheinecke@6843:                 default="0, 0, 0" />
aheinecke@6843:             <field name="pointsize" type="int" display="Punktdicke"
aheinecke@6843:                 default="5"/>
aheinecke@6843:             <field name="showpointlabel" type="boolean"
aheinecke@6843:                 display="Punktbeschriftung anzeigen" default="false"/>
aheinecke@6843:         </fields>
aheinecke@6843:     </theme>
aheinecke@6843: 
teichmann@6103:     <theme name="FixingWQCurve">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="FixLines" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" default="227, 27, 162" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="FixingDerivedCurve">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="FixLines" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" default="227, 27, 162" />
teichmann@6103:             <field name="showpoints" type="boolean" display="Datenpunkte anzeigen"
teichmann@6113:                 default="false" hints="hidden" hidden="true" />
teichmann@6103:             <field name="pointsize" type="int" display="Punktdicke"
teichmann@6103:                 default="5" hints="hidden" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="FixingSectorAverageWQ0">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="FixPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="pointcolor" type="Color" display="Punktfarbe"
teichmann@6103:                 default="0, 128, 0" />
teichmann@6103:             <field name="showpointlabel" type="boolean"
teichmann@6103:                 display="Punktbeschriftung anzeigen" default="true"/>
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="FixingSectorAverageWQ1">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="FixPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="pointcolor" type="Color" display="Punktfarbe"
teichmann@6103:                 default="0, 0, 255" />
teichmann@6103:             <field name="showpointlabel" type="boolean"
teichmann@6103:                 display="Punktbeschriftung anzeigen" default="true"/>
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="FixingSectorAverageWQ2">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="FixPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="pointcolor" type="Color" display="Punktfarbe"
teichmann@6103:                 default="255, 0, 255" />
teichmann@6103:             <field name="showpointlabel" type="boolean"
teichmann@6103:                 display="Punktbeschriftung anzeigen" default="true"/>
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="FixingSectorAverageWQ3">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="FixPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="pointcolor" type="Color" display="Punktfarbe"
teichmann@6103:                 default="255, 0, 0" />
teichmann@6103:             <field name="showpointlabel" type="boolean"
teichmann@6103:                 display="Punktbeschriftung anzeigen" default="true"/>
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="FixingAnalysisEventsWQ">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="FixPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="pointcolor" type="Color" display="Punktfarbe"
teichmann@6103:                 default="0, 255, 0" />
teichmann@6103:             <field name="showpointlabel" type="boolean"
teichmann@6103:                 display="Punktbeschriftung anzeigen" default="true"/>
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="FixingReferenceEvents">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="FixPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="pointcolor" type="Color" display="Punktfarbe"
teichmann@6103:                 default="0, 80, 160" />
teichmann@6103:             <field name="showpointlabel" type="boolean"
teichmann@6103:                 display="Punktbeschriftung anzeigen" default="true"/>
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="FixingOutliers">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="FixPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6836:     <theme name="FixingDeltaWtAverage">
teichmann@6836:         <inherits>
teichmann@6836:             <inherit from="FixLines" />
teichmann@6836:         </inherits>
teichmann@6836:         <fields>
teichmann@6836:             <field name="showpointlabel" type="boolean"
teichmann@6836:                 display="Punktbeschriftung anzeigen" default="false" hints="hidden"/>
teichmann@6836:             <field name="showlinelabel" type="boolean"
teichmann@6836:                 display="Beschriftung anzeigen" default="true" />
teichmann@6836:         </fields>
teichmann@6836:     </theme>
teichmann@6836: 
teichmann@6103:     <theme name="FixingDeltaWtAverage0">
teichmann@6103:         <inherits>
teichmann@6836:             <inherit from="FixingDeltaWtAverage" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="0, 128, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="FixingDeltaWtAverage1">
teichmann@6103:         <inherits>
teichmann@6836:             <inherit from="FixingDeltaWtAverage" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="0, 0, 255" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="FixingDeltaWtAverage2">
teichmann@6103:         <inherits>
teichmann@6836:             <inherit from="FixingDeltaWtAverage" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="255, 0, 255" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="FixingDeltaWtAverage3">
teichmann@6103:         <inherits>
teichmann@6836:             <inherit from="FixingDeltaWtAverage" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="255, 0, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="FixingDeltaWtAnalysis">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="FixPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="showpointlabel" type="boolean"
teichmann@6103:                 display="Punktbeschriftung anzeigen" default="true"/>
teichmann@6103:             <field name="pointcolor" type="Color" display="Punktfarbe"
teichmann@6103:                 default="0, 255, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="FixingLSAverage0">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="FixLines" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" default="0, 128, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="FixingLSAverage1">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="FixLines" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" default="0, 0, 255" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="FixingLSAverage2">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="FixLines" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" default="255, 0, 255" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="FixingLSAverage3">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="FixLines" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" default="255, 0, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="FixingSectorDeviationLS0">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="FixAreas" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="areabgcolor" type="Color" display="Fuellfarbe"
teichmann@6103:                 default="0, 128, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103:     <theme name="FixingSectorDeviationLS1">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="FixAreas" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="areabgcolor" type="Color" display="Fuellfarbe"
teichmann@6103:                 default="0, 0, 255" />
teichmann@6103: 
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="FixingSectorDeviationLS2">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="FixAreas" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="areabgcolor" type="Color" display="Fuellfarbe"
teichmann@6103:                 default="255, 0, 255" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="FixingSectorDeviationLS3">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="FixAreas" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="areabgcolor" type="Color" display="Fuellfarbe"
teichmann@6103:                 default="255, 0, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="FixLSDeviation">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="FixAreas" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="areabgcolor" type="Color" display="Fuellfarbe"
teichmann@6103:                 default="100, 100, 100" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="FixLSAnalysis">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="FixLines" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" default="0, 255, 0" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="FixLSReference">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="FixLines" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" default="0, 80, 160" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="FixDeltaWtDeviation">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="FixAreas"/>
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="areabgcolor" type="Color" default="0, 0, 0" display="Füllfarbe"/>
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="FixingDeltaWtAnalysisPeriods">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="FixAreas"/>
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="areabgcolor" type="Color" default="255, 0, 0" display="Füllfarbe" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="FixingReferencePeriod">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="FixAreas"/>
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="areabgcolor" type="Color" default="0, 0, 255" display="Füllfarbe" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="QSectors">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="FixLines" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="showlinelabel" type="boolean"
teichmann@6113:                 display="Beschriftung anzeigen" default="true" hints="hidden" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103: 
teichmann@6103: 
teichmann@6103:     <theme name="MapLines">
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="0, 0, 205" />
teichmann@6103:             <field name="linesize" type="int" display="Liniendicke"
teichmann@6113:                 default="3" hints="hidden" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="Floodmaps">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="Map" />
teichmann@6103:         </inherits>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="Floodplains">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="Map" />
teichmann@6103:         </inherits>
teichmann@6103:     </theme>
teichmann@6103: 
rrenkert@6112:     <theme name="Floodmarks">
rrenkert@6112:         <inherits>
rrenkert@6112:             <inherit from="MapLines" />
rrenkert@6112:             <inherit from="Symbol" />
rrenkert@6112:         </inherits>
rrenkert@6112:     </theme>
rrenkert@6112: 
teichmann@6103:     <theme name="WSPLGEN">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="Uesk" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="startcolor" type="Color"
teichmann@6103:                 display="Farbverlauf Startfarbe" default="178, 201, 215" />
teichmann@6103:             <field name="endcolor" type="Color"
teichmann@6103:                 display="Farbverlauf Endfarbe" default="2, 27, 42" />
teichmann@6103:             <field name="numclasses" type="int" display="Anzahl Klassen"
teichmann@6103:                 default="6" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="RiverAxis">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="MapLines" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:        </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="Kms">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="MapLines" />
teichmann@6103:             <inherit from="Label" />
teichmann@6103:             <inherit from="Symbol" />
teichmann@6103:         </inherits>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103: 
teichmann@6103:     <theme name="Fixpoints">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="MapLines" />
teichmann@6103:             <inherit from="Symbol" />
teichmann@6103:         </inherits>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="Floodmarks">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="MapLines" />
teichmann@6103:             <inherit from="Symbol" />
teichmann@6103:         </inherits>
teichmann@6103:     </theme>
teichmann@6103: 
rrenkert@6112: 
rrenkert@6112:     <theme name="GaugeLocation">
rrenkert@6112:         <inherits>
rrenkert@6112:             <inherit from="MapLines" />
rrenkert@6112:             <inherit from="Symbol" />
rrenkert@6112:         </inherits>
rrenkert@6112:     </theme>
rrenkert@6112: 
teichmann@6103:     <theme name="Qps">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="MapLines" />
teichmann@6103:         </inherits>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="Hws">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="MapLines" />
teichmann@6103:         </inherits>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="HwsPoints">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="MapLines"/>
teichmann@6103:             <inherit from="Label" />
teichmann@6103:             <inherit from="Symbol" />
teichmann@6103:         </inherits>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="Catchment">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="Map" />
teichmann@6103:         </inherits>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="FloodmapLines">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="MapLines" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="140, 200, 130" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="Buildings">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="MapLines" />
teichmann@6103:         </inherits>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="HydrBoundariesLines">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="MapLines" />
teichmann@6103:         </inherits>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="HydrBoundariesPolys">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="Map" />
teichmann@6103:         </inherits>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="Jetties">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="MapLines"/>
teichmann@6103:             <inherit from="Label" />
teichmann@6103:             <inherit from="Symbol" />
teichmann@6103:         </inherits>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103: 
teichmann@6103: 
teichmann@6103:     <theme name="HistoricalDischargeCurve">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="Lines" />
teichmann@6103:             <inherit from="Points" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="0, 0, 153" />
teichmann@6103:             <field name="linesize" type="int" display="Liniendicke"
teichmann@6103:                 default="2" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="HistoricalDischargeCurveQ">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="HistoricalDischargeCurve" />
teichmann@6103:             <inherit from="MinMaxPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="showlinelabel" type="boolean"
teichmann@6103:                 display="Beschriftung anzeigen" default="false" hints="hidden" />
teichmann@6103:             <field name="showpointlabel" type="boolean"
teichmann@6103:                 display="Beschriftung anzeigen" default="false" hints="hidden" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="HistoricalDischargeCurveQDiff">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="HistoricalDischargeCurve" />
teichmann@6103:             <inherit from="MinMaxPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="204, 204, 204" />
teichmann@6103:             <field name="showlinelabel" type="boolean"
teichmann@6103:                 display="Beschriftung anzeigen" default="false" hints="hidden" />
teichmann@6103:             <field name="showpointlabel" type="boolean"
teichmann@6103:                 display="Beschriftung anzeigen" default="false" hints="hidden" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="HistoricalDischargeCurveW">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="HistoricalDischargeCurve" />
teichmann@6103:             <inherit from="MinMaxPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="100, 100, 153" />
teichmann@6103:             <field name="showlinelabel" type="boolean"
teichmann@6103:                 display="Beschriftung anzeigen" default="false" hints="hidden" />
teichmann@6103:             <field name="showpointlabel" type="boolean"
teichmann@6103:                 display="Beschriftung anzeigen" default="false" hints="hidden" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="HistoricalDischargeCurveWDiff">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="HistoricalDischargeCurve" />
teichmann@6103:             <inherit from="MinMaxPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="250, 250, 204" />
teichmann@6103:             <field name="showlinelabel" type="boolean"
teichmann@6103:                 display="Beschriftung anzeigen" default="false" hints="hidden" />
teichmann@6103:             <field name="showpointlabel" type="boolean"
teichmann@6103:                 display="Beschriftung anzeigen" default="false" hints="hidden" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="HistoricalDischargeWQW">
teichmann@6103:         <!-- the facet has no styling...
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="HistoricalDischargeCurve" />
teichmann@6103:             <inherit from="Label" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="0, 0, 255" />
teichmann@6103:             <field name="linesize" type="int" display="Liniendicke"
teichmann@6103:                 default="1" />
teichmann@6103:             <field name="linetype" type="Dash" display="Linienart"
teichmann@6103:                 default="10" />
teichmann@6103:             <field name="showlines" type="boolean" display="Linie anzeigen"
teichmann@6103:                 default="true" hints="hidden" />
teichmann@6103:             <field name="showpoints" type="boolean" display="Datenpunkte anzeigen"
teichmann@6103:                 default="false" />
teichmann@6103:             <field name="pointsize" type="int" display="Punktdicke"
teichmann@6103:                 default="3" />
teichmann@6103:             <field name="showlinelabel" type="boolean"
teichmann@6103:                 display="Beschriftung anzeigen" default="false" />
teichmann@6103:             <field name="showpointlabel" type="boolean"
teichmann@6103:                 display="Beschriftung anzeigen" default="false" hints="hidden" />
teichmann@6103:         </fields>-->
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="HistoricalDischargeWQQ">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="HistoricalDischargeCurve" />
teichmann@6103:             <inherit from="Label" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="204, 204, 204" />
teichmann@6103:             <field name="linesize" type="int" display="Liniendicke"
teichmann@6103:                 default="1" />
teichmann@6103:             <field name="linetype" type="Dash" display="Linienart"
teichmann@6103:                 default="10" />
teichmann@6103:             <field name="showlines" type="boolean" display="Linie anzeigen"
teichmann@6103:                 default="true" hints="hidden" />
teichmann@6103:             <field name="showpoints" type="boolean" display="Datenpunkte anzeigen"
teichmann@6103:                 default="false" />
teichmann@6103:             <field name="pointsize" type="int" display="Punktdicke"
teichmann@6103:                 default="3" />
teichmann@6103:             <field name="showlinelabel" type="boolean"
teichmann@6103:                 display="Beschriftung anzeigen" default="false" />
teichmann@6103:             <field name="showpointlabel" type="boolean"
teichmann@6103:                 display="Beschriftung anzeigen" default="false" hints="hidden" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103: 
teichmann@6103: 
teichmann@6103:     <theme name="ReferenceCurve">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="Lines" />
teichmann@6103:             <inherit from="Points" />
teichmann@6103:             <inherit from="Label" />
teichmann@6103:             <inherit from="MinMaxPoints" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="showpoints" type="boolean" display="Punkte anzeigen"
teichmann@6103:                 default="false" />
teichmann@6103:             <field name="showpointlabel" type="boolean"
teichmann@6103:                 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
teichmann@6103:             <field name="linecolor" type="Color" display="Linienfarbe"
teichmann@6103:                 default="204, 204, 204" />
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="ReferenceCurveNormalized">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="ReferenceCurve" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103: 
teichmann@6103: 
teichmann@6103:     <theme name="SQMeasurements">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="Points" />
andre@8538:             <inherit from="Label" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
andre@8538:             <field name="textorientation" type="boolean" display="Textausrichtung"
andre@8538:                 default="true" />
andre@8538:             <field name="showpointlabel" type="boolean"
andre@8538:                 display="Punktbeschriftung anzeigen" default="true"/>
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
andre@8577:     <theme name="SQMeasurementsOverview">
andre@8577:         <inherits>
andre@8577:             <inherit from="Points" />
andre@8577:             <inherit from="Label" />
andre@8577:         </inherits>
andre@8577:         <fields>
andre@8577:             <field name="textorientation" type="boolean" display="Textausrichtung"
andre@8577:                 default="true" />
andre@8577:             <field name="showpointlabel" type="boolean"
andre@8577:                 display="Punktbeschriftung anzeigen" default="false"/>
andre@8577:         </fields>
andre@8577:     </theme>
andre@8577: 
teichmann@6103:     <theme name="SQOutliers">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="Points" />
andre@8634:             <inherit from="Label" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
andre@8634:             <field name="textorientation" type="boolean" display="Textausrichtung"
andre@8634:                 default="true" />
andre@8634:             <field name="showpointlabel" type="boolean"
andre@8634:                 display="Punktbeschriftung anzeigen" default="true"/>
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@6103: 
teichmann@6103:     <theme name="SQCurve">
teichmann@6103:         <inherits>
teichmann@6103:             <inherit from="Lines" />
teichmann@6103:             <inherit from="Points" />
teichmann@6103:             <inherit from="Label" />
teichmann@6103:         </inherits>
teichmann@6103:         <fields>
teichmann@6103:             <field name="showpoints" type="boolean" display="Punkte anzeigen"
teichmann@6103:                 default="false" />
teichmann@6103:             <field name="showpointlabel" type="boolean"
teichmann@6103:                 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
teichmann@6103:             <field name="linecolor" type="Color" default="0, 0, 0" />
andre@8535:             <field name="linesize" type="int" display="Liniendicke" default="2"/>
teichmann@6103:         </fields>
teichmann@6103:     </theme>
teichmann@7216: 
rrenkert@8265:     <theme name="SQMeasurementsA">
rrenkert@8265:         <inherits>
rrenkert@8265:             <inherit from="SQMeasurements" />
rrenkert@8265:         </inherits>
rrenkert@8265:         <fields>
tom@8405:             <field name="pointsize" type="int" default="4" />
rrenkert@8265:             <field name="pointcolor" type="color" default="0, 0, 255" />
rrenkert@8265:         </fields>
rrenkert@8265:     </theme>
rrenkert@8265:     <theme name="SQMeasurementsB">
rrenkert@8265:         <inherits>
rrenkert@8265:             <inherit from="SQMeasurements" />
rrenkert@8265:         </inherits>
rrenkert@8265:         <fields>
tom@8405:             <field name="pointsize" type="int" default="4" />
rrenkert@8265:             <field name="pointcolor" type="color" default="0, 255, 255" />
rrenkert@8265:         </fields>
rrenkert@8265:     </theme>
rrenkert@8265:     <theme name="SQMeasurementsC">
rrenkert@8265:         <inherits>
rrenkert@8265:             <inherit from="SQMeasurements" />
rrenkert@8265:         </inherits>
rrenkert@8265:         <fields>
tom@8405:             <field name="pointsize" type="int" default="4" />
rrenkert@8265:             <field name="pointcolor" type="color" default="0, 255, 0" />
rrenkert@8265:         </fields>
rrenkert@8265:     </theme>
rrenkert@8265:     <theme name="SQMeasurementsD">
rrenkert@8265:         <inherits>
rrenkert@8265:             <inherit from="SQMeasurements" />
rrenkert@8265:         </inherits>
rrenkert@8265:         <fields>
tom@8405:             <field name="pointsize" type="int" default="4" />
rrenkert@8265:             <field name="pointcolor" type="color" default="255, 0, 255" />
rrenkert@8265:         </fields>
rrenkert@8265:     </theme>
rrenkert@8265:     <theme name="SQMeasurementsE">
rrenkert@8265:         <inherits>
rrenkert@8265:             <inherit from="SQMeasurements" />
rrenkert@8265:         </inherits>
rrenkert@8265:         <fields>
tom@8405:             <field name="pointsize" type="int" default="4" />
rrenkert@8265:             <field name="pointcolor" type="color" default="255, 255, 0" />
rrenkert@8265:         </fields>
rrenkert@8265:     </theme>
rrenkert@8265:     <theme name="SQMeasurementsF">
rrenkert@8265:         <inherits>
rrenkert@8265:             <inherit from="SQMeasurements" />
rrenkert@8265:         </inherits>
rrenkert@8265:         <fields>
tom@8405:             <field name="pointsize" type="int" default="4" />
rrenkert@8265:             <field name="pointcolor" type="color" default="255, 0, 0" />
rrenkert@8265:         </fields>
rrenkert@8265:     </theme>
rrenkert@8281:     <theme name="SQMeasurementsG">
rrenkert@8281:         <inherits>
rrenkert@8281:             <inherit from="SQMeasurements" />
rrenkert@8281:         </inherits>
rrenkert@8281:         <fields>
tom@8405:             <field name="pointsize" type="int" default="4" />
rrenkert@8281:             <field name="pointcolor" type="color" default="0, 0, 0" />
rrenkert@8281:         </fields>
rrenkert@8281:     </theme>
rrenkert@8265: 
andre@8577:     <theme name="SQMeasurementsOverviewA">
andre@8577:         <inherits>
andre@8577:             <inherit from="SQMeasurementsOverview" />
andre@8577:         </inherits>
andre@8577:         <fields>
andre@8577:             <field name="pointsize" type="int" default="4" />
andre@8577:             <field name="pointcolor" type="color" default="0, 0, 255" />
andre@8577:         </fields>
andre@8577:     </theme>
andre@8577:     <theme name="SQMeasurementsOverviewB">
andre@8577:         <inherits>
andre@8577:             <inherit from="SQMeasurementsOverview" />
andre@8577:         </inherits>
andre@8577:         <fields>
andre@8577:             <field name="pointsize" type="int" default="4" />
andre@8577:             <field name="pointcolor" type="color" default="0, 255, 255" />
andre@8577:         </fields>
andre@8577:     </theme>
andre@8577:     <theme name="SQMeasurementsOverviewC">
andre@8577:         <inherits>
andre@8577:             <inherit from="SQMeasurementsOverview" />
andre@8577:         </inherits>
andre@8577:         <fields>
andre@8577:             <field name="pointsize" type="int" default="4" />
andre@8577:             <field name="pointcolor" type="color" default="0, 255, 0" />
andre@8577:         </fields>
andre@8577:     </theme>
andre@8577:     <theme name="SQMeasurementsOverviewD">
andre@8577:         <inherits>
andre@8577:             <inherit from="SQMeasurementsOverview" />
andre@8577:         </inherits>
andre@8577:         <fields>
andre@8577:             <field name="pointsize" type="int" default="4" />
andre@8577:             <field name="pointcolor" type="color" default="255, 0, 255" />
andre@8577:         </fields>
andre@8577:     </theme>
andre@8577:     <theme name="SQMeasurementsOverviewE">
andre@8577:         <inherits>
andre@8577:             <inherit from="SQMeasurementsOverview" />
andre@8577:         </inherits>
andre@8577:         <fields>
andre@8577:             <field name="pointsize" type="int" default="4" />
andre@8577:             <field name="pointcolor" type="color" default="255, 255, 0" />
andre@8577:         </fields>
andre@8577:     </theme>
andre@8577:     <theme name="SQMeasurementsOverviewF">
andre@8577:         <inherits>
andre@8577:             <inherit from="SQMeasurementsOverview" />
andre@8577:         </inherits>
andre@8577:         <fields>
andre@8577:             <field name="pointsize" type="int" default="4" />
andre@8577:             <field name="pointcolor" type="color" default="255, 0, 0" />
andre@8577:         </fields>
andre@8577:     </theme>
andre@8577:     <theme name="SQMeasurementsOverviewG">
andre@8577:         <inherits>
andre@8577:             <inherit from="SQMeasurementsOverview" />
andre@8577:         </inherits>
andre@8577:         <fields>
andre@8577:             <field name="pointsize" type="int" default="4" />
andre@8577:             <field name="pointcolor" type="color" default="0, 0, 0" />
andre@8577:         </fields>
andre@8577:     </theme>
andre@8577: 
rrenkert@8265:     <theme name="SQOutliersA">
rrenkert@8265:         <inherits>
rrenkert@8265:             <inherit from="SQOutliers" />
rrenkert@8265:         </inherits>
rrenkert@8265:         <fields>
tom@8405:             <field name="pointsize" type="int" default="6" />
rrenkert@8265:             <field name="pointcolor" type="color" default="100, 100, 255" />
rrenkert@8265:         </fields>
rrenkert@8265:     </theme>
rrenkert@8265:     <theme name="SQOutliersB">
rrenkert@8265:         <inherits>
rrenkert@8265:             <inherit from="SQOutliers" />
rrenkert@8265:         </inherits>
rrenkert@8265:         <fields>
tom@8405:             <field name="pointsize" type="int" default="6" />
rrenkert@8265:             <field name="pointcolor" type="color" default="100, 255, 255" />
rrenkert@8265:         </fields>
rrenkert@8265:     </theme>
rrenkert@8265:     <theme name="SQOutliersC">
rrenkert@8265:         <inherits>
rrenkert@8265:             <inherit from="SQOutliers" />
rrenkert@8265:         </inherits>
rrenkert@8265:         <fields>
tom@8405:             <field name="pointsize" type="int" default="6" />
rrenkert@8265:             <field name="pointcolor" type="color" default="100, 255, 100" />
rrenkert@8265:         </fields>
rrenkert@8265:     </theme>
rrenkert@8265:     <theme name="SQOutliersD">
rrenkert@8265:         <inherits>
rrenkert@8265:             <inherit from="SQOutliers" />
rrenkert@8265:         </inherits>
rrenkert@8265:         <fields>
tom@8405:             <field name="pointsize" type="int" default="6" />
rrenkert@8265:             <field name="pointcolor" type="color" default="255, 100, 255" />
rrenkert@8265:         </fields>
rrenkert@8265:     </theme>
rrenkert@8265:     <theme name="SQOutliersE">
rrenkert@8265:         <inherits>
rrenkert@8265:             <inherit from="SQOutliers" />
rrenkert@8265:         </inherits>
rrenkert@8265:         <fields>
tom@8405:             <field name="pointsize" type="int" default="6" />
rrenkert@8265:             <field name="pointcolor" type="color" default="255, 255, 100" />
rrenkert@8265:         </fields>
rrenkert@8265:     </theme>
rrenkert@8265:     <theme name="SQOutliersF">
rrenkert@8265:         <inherits>
rrenkert@8265:             <inherit from="SQOutliers" />
rrenkert@8265:         </inherits>
rrenkert@8265:         <fields>
tom@8405:             <field name="pointsize" type="int" default="6" />
rrenkert@8265:             <field name="pointcolor" type="color" default="255, 100, 100" />
rrenkert@8265:         </fields>
rrenkert@8265:     </theme>
rrenkert@8281:     <theme name="SQOutliersG">
rrenkert@8281:         <inherits>
rrenkert@8281:             <inherit from="SQOutliers" />
rrenkert@8281:         </inherits>
rrenkert@8281:         <fields>
tom@8405:             <field name="pointsize" type="int" default="6" />
rrenkert@8281:             <field name="pointcolor" type="color" default="100, 100, 100" />
rrenkert@8281:         </fields>
rrenkert@8281:     </theme>
rrenkert@8265: 
andre@8634:     <theme name="SQOutliersOverviewA">
andre@8634:         <inherits>
andre@8634:             <inherit from="SQOutliersA" />
andre@8634:         </inherits>
andre@8634:         <fields>
andre@8634:             <field name="showpointlabel" type="boolean"
andre@8634:                 display="Punktbeschriftung anzeigen" default="false"/>
andre@8634:         </fields>
andre@8634:     </theme>
andre@8634:     <theme name="SQOutliersOverviewB">
andre@8634:         <inherits>
andre@8634:             <inherit from="SQOutliersB" />
andre@8634:         </inherits>
andre@8634:         <fields>
andre@8634:             <field name="showpointlabel" type="boolean"
andre@8634:                 display="Punktbeschriftung anzeigen" default="false"/>
andre@8634:         </fields>
andre@8634:     </theme>
andre@8634:     <theme name="SQOutliersOverviewC">
andre@8634:         <inherits>
andre@8634:             <inherit from="SQOutliersC" />
andre@8634:         </inherits>
andre@8634:         <fields>
andre@8634:             <field name="showpointlabel" type="boolean"
andre@8634:                 display="Punktbeschriftung anzeigen" default="false"/>
andre@8634:         </fields>
andre@8634:     </theme>
andre@8634:     <theme name="SQOutliersOverviewD">
andre@8634:         <inherits>
andre@8634:             <inherit from="SQOutliersD" />
andre@8634:         </inherits>
andre@8634:         <fields>
andre@8634:             <field name="showpointlabel" type="boolean"
andre@8634:                 display="Punktbeschriftung anzeigen" default="false"/>
andre@8634:         </fields>
andre@8634:     </theme>
andre@8634:     <theme name="SQOutliersOverviewE">
andre@8634:         <inherits>
andre@8634:             <inherit from="SQOutliersE" />
andre@8634:         </inherits>
andre@8634:         <fields>
andre@8634:             <field name="showpointlabel" type="boolean"
andre@8634:                 display="Punktbeschriftung anzeigen" default="false"/>
andre@8634:         </fields>
andre@8634:     </theme>
andre@8634:     <theme name="SQOutliersOverviewF">
andre@8634:         <inherits>
andre@8634:             <inherit from="SQOutliersF" />
andre@8634:         </inherits>
andre@8634:         <fields>
andre@8634:             <field name="showpointlabel" type="boolean"
andre@8634:                 display="Punktbeschriftung anzeigen" default="false"/>
andre@8634:         </fields>
andre@8634:     </theme>
andre@8634:     <theme name="SQOutliersOverviewG">
andre@8634:         <inherits>
andre@8634:             <inherit from="SQOutliersG" />
andre@8634:         </inherits>
andre@8634:         <fields>
andre@8634:             <field name="showpointlabel" type="boolean"
andre@8634:                 display="Punktbeschriftung anzeigen" default="false"/>
andre@8634:         </fields>
andre@8634:     </theme>
rrenkert@8265: 
rrenkert@8265:     <theme name="SQCurveA">
rrenkert@8265:         <inherits>
rrenkert@8265:             <inherit from="SQCurve" />
rrenkert@8265:         </inherits>
rrenkert@8265:         <fields>
rrenkert@8265:             <field name="linecolor" type="color" default="0, 0, 175" />
rrenkert@8265:         </fields>
rrenkert@8265:     </theme>
rrenkert@8265:     <theme name="SQCurveB">
rrenkert@8265:         <inherits>
rrenkert@8265:             <inherit from="SQCurve" />
rrenkert@8265:         </inherits>
rrenkert@8265:         <fields>
rrenkert@8265:             <field name="linecolor" type="color" default="0, 175, 175" />
rrenkert@8265:         </fields>
rrenkert@8265:     </theme>
rrenkert@8265:     <theme name="SQCurveC">
rrenkert@8265:         <inherits>
rrenkert@8265:             <inherit from="SQCurve" />
rrenkert@8265:         </inherits>
rrenkert@8265:         <fields>
rrenkert@8265:             <field name="linecolor" type="color" default="0, 175, 0" />
rrenkert@8265:         </fields>
rrenkert@8265:     </theme>
rrenkert@8265:     <theme name="SQCurveD">
rrenkert@8265:         <inherits>
rrenkert@8265:             <inherit from="SQCurve" />
rrenkert@8265:         </inherits>
rrenkert@8265:         <fields>
rrenkert@8265:             <field name="linecolor" type="color" default="175, 0, 175" />
rrenkert@8265:         </fields>
rrenkert@8265:     </theme>
rrenkert@8265:     <theme name="SQCurveE">
rrenkert@8265:         <inherits>
rrenkert@8265:             <inherit from="SQCurve" />
rrenkert@8265:         </inherits>
rrenkert@8265:         <fields>
rrenkert@8265:             <field name="linecolor" type="color" default="175, 175, 0" />
rrenkert@8265:         </fields>
rrenkert@8265:     </theme>
rrenkert@8265:     <theme name="SQCurveF">
rrenkert@8265:         <inherits>
rrenkert@8265:             <inherit from="SQCurve" />
rrenkert@8265:         </inherits>
rrenkert@8265:         <fields>
rrenkert@8265:             <field name="linecolor" type="color" default="175, 0, 0" />
rrenkert@8265:         </fields>
rrenkert@8265:     </theme>
rrenkert@8281:     <theme name="SQCurveG">
rrenkert@8281:         <inherits>
rrenkert@8281:             <inherit from="SQCurve" />
rrenkert@8281:         </inherits>
rrenkert@8281:         <fields>
rrenkert@8281:             <field name="linecolor" type="color" default="175, 175, 175" />
rrenkert@8281:         </fields>
rrenkert@8281:     </theme>
tom@8291: 
andre@8535:     <theme name="SQOutlierCurveA">
andre@8535:         <inherits>
andre@8535:             <inherit from="SQCurveA" />
andre@8535:         </inherits>
andre@8535:         <fields>
andre@8535:             <field name="linesize" type="int" display="Liniendicke" default="1"/>
andre@8535:         </fields>
andre@8535:     </theme>
andre@8535:     <theme name="SQOutlierCurveB">
andre@8535:         <inherits>
andre@8535:             <inherit from="SQCurveB" />
andre@8535:         </inherits>
andre@8535:         <fields>
andre@8535:             <field name="linesize" type="int" display="Liniendicke" default="1"/>
andre@8535:         </fields>
andre@8535:     </theme>
andre@8535:     <theme name="SQOutlierCurveC">
andre@8535:         <inherits>
andre@8535:             <inherit from="SQCurveC" />
andre@8535:         </inherits>
andre@8535:         <fields>
andre@8535:             <field name="linesize" type="int" display="Liniendicke" default="1"/>
andre@8535:         </fields>
andre@8535:     </theme>
andre@8535:     <theme name="SQOutlierCurveD">
andre@8535:         <inherits>
andre@8535:             <inherit from="SQCurveD" />
andre@8535:         </inherits>
andre@8535:         <fields>
andre@8535:             <field name="linesize" type="int" display="Liniendicke" default="1"/>
andre@8535:         </fields>
andre@8535:     </theme>
andre@8535:     <theme name="SQOutlierCurveE">
andre@8535:         <inherits>
andre@8535:             <inherit from="SQCurveE" />
andre@8535:         </inherits>
andre@8535:         <fields>
andre@8535:             <field name="linesize" type="int" display="Liniendicke" default="1"/>
andre@8535:         </fields>
andre@8535:     </theme>
andre@8535:     <theme name="SQOutlierCurveF">
andre@8535:         <inherits>
andre@8535:             <inherit from="SQCurveF" />
andre@8535:         </inherits>
andre@8535:         <fields>
andre@8535:             <field name="linesize" type="int" display="Liniendicke" default="1"/>
andre@8535:         </fields>
andre@8535:     </theme>
andre@8535:     <theme name="SQOutlierCurveG">
andre@8535:         <inherits>
andre@8535:             <inherit from="SQCurveG" />
andre@8535:         </inherits>
andre@8535:         <fields>
andre@8535:             <field name="linesize" type="int" display="Liniendicke" default="1"/>
andre@8535:         </fields>
andre@8535:     </theme>
andre@8535: 
tom@8291:     <theme name="Porosity">
tom@8291:         <inherits>
tom@8291:             <inherit from="LongitudinalSection" />
tom@8291:         </inherits>
tom@8291:         <fields>
tom@8291:             <field name="linecolor" type="color" default="175, 175, 175" />
tom@8291:         </fields>
tom@8291:     </theme>
gernotbelger@8854: 
gernotbelger@8961:     <!-- S-INFO Data-Themes -->
gernotbelger@8961:     <theme name="SInfoBedHeightMin">
gernotbelger@8961:         <inherits>
gernotbelger@8961:             <inherit from="LongitudinalSectionW" />
gernotbelger@8961:         </inherits>
gernotbelger@8961:         <fields>
gernotbelger@8961:             <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 0" />
gernotbelger@8961:         </fields>
gernotbelger@8961:     </theme>      
gernotbelger@8961:     <theme name="SInfoBedHeightMax">
gernotbelger@8961:         <inherits>
gernotbelger@8961:             <inherit from="LongitudinalSectionW" />
gernotbelger@8961:         </inherits>
gernotbelger@8961:         <fields>
gernotbelger@8961:             <field name="linecolor" type="Color" display="Linienfarbe" default="0, 128, 0" />
gernotbelger@8961:         </fields>
gernotbelger@8961:     </theme>
gernotbelger@8961: 
gernotbelger@8854:     <!-- S-INFO Flow-Depth Themes -->
gernotbelger@8854:     <theme name="SInfoFlowDepth">
gernotbelger@8854:         <inherits>
gernotbelger@8902:             <inherit from="LongitudinalSectionW" />
gernotbelger@8854:         </inherits>
gernotbelger@8854:         <fields>
gernotbelger@8886:             <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 255" />
gernotbelger@8854:         </fields>
gernotbelger@8854:     </theme>
gernotbelger@8941:     <theme name="SInfoFlowDepthWithTkh">
gernotbelger@8884:         <inherits>
gernotbelger@8902:             <inherit from="LongitudinalSectionW" />
gernotbelger@8884:         </inherits>
gernotbelger@8884:         <fields>
gernotbelger@8902:             <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 255" />
gernotbelger@8884:         </fields>
gernotbelger@8884:     </theme>
gernotbelger@8950:     <theme name="SInfoFlowDepthMin">
gernotbelger@8950:         <inherits>
gernotbelger@8950:             <inherit from="LongitudinalSectionW" />
gernotbelger@8950:         </inherits>
gernotbelger@8950:         <fields>
gernotbelger@8950:             <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 255" />
gernotbelger@8950:         </fields>
gernotbelger@8950:     </theme>
gernotbelger@8950:     <theme name="SInfoFlowDepthMax">
gernotbelger@8950:         <inherits>
gernotbelger@8950:             <inherit from="LongitudinalSectionW" />
gernotbelger@8950:         </inherits>
gernotbelger@8950:         <fields>
gernotbelger@8950:             <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 255" />
gernotbelger@8950:         </fields>
gernotbelger@8950:     </theme>
gernotbelger@8956:     <theme name="SInfoFlowDepthCurrent">
gernotbelger@8956:         <inherits>
gernotbelger@8956:             <inherit from="LongitudinalSectionW" />
gernotbelger@8956:         </inherits>
gernotbelger@8956:         <fields>
gernotbelger@8956:             <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 128" />
gernotbelger@8956:         </fields>
gernotbelger@8956:     </theme>
gernotbelger@8956:     <theme name="SInfoFlowDepthHistorical">
gernotbelger@8956:         <inherits>
gernotbelger@8956:             <inherit from="LongitudinalSectionW" />
gernotbelger@8956:         </inherits>
gernotbelger@8956:         <fields>
gernotbelger@8956:             <field name="linecolor" type="Color" display="Linienfarbe" default="51, 102, 255" />
gernotbelger@8956:         </fields>
gernotbelger@8956:     </theme>
gernotbelger@8884:     <theme name="SInfoTkh">
gernotbelger@8884:         <inherits>
gernotbelger@8902:             <inherit from="LongitudinalSection" />
gernotbelger@8884:         </inherits>
gernotbelger@8884:         <fields>
gernotbelger@8886:             <field name="calculateRange" type="boolean" display="Ausdehnung berechnen" default="true" hints="hidden" />
gernotbelger@8902: 
gernotbelger@8902:             <!-- Areas use 'showborder' instead of showlines (but inconsistently uses 'linecolor' and 'linesize'), so we hide 'showline' and replace it with 'showbordder' -->
gernotbelger@8902:             <field name="showlines" type="boolean" display="Linie anzeigen" default="true" hints="hidden"/>
gernotbelger@8902:             <field name="showborder" type="boolean" display="Linien anzeigen" default="true" />
gernotbelger@8902:             <field name="linecolor" type="Color" display="Linienfarbe" default="228, 108, 10" />
gernotbelger@8902:             <field name="linesize" type="int" display="Liniendicke" default="1"/>
gernotbelger@8902: 
gernotbelger@8902:             <field name="showarea" type="boolean" display="Flaeche anzeigen" default="true" />
gernotbelger@8902:             <field name="areabgcolor" type="Color" default="245, 245, 220" display="Füllfarbe" />            
gernotbelger@8913:             <field name="areabgpattern" type="areapattern" default="patternFill" display="Flächentyp" />            
mschaefer@9016:             <field name="areatransparency" type="int" default="20"  />
gernotbelger@8902: 
gernotbelger@8886:             <field name="showarealabel" type="boolean" display="Flächenbeschriftung anzeigen" default="false" hint="hidden"/>
gernotbelger@8884:         </fields>
gernotbelger@8884:     </theme>
gernotbelger@8956:     <theme name="SInfoFlowDepthDevelopment">
gernotbelger@8956:         <inherits>
gernotbelger@8956:             <inherit from="LongitudinalSectionW" />
gernotbelger@8956:         </inherits>
gernotbelger@8956:         <fields>
gernotbelger@8956:             <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 255" />
gernotbelger@8956:         </fields>
gernotbelger@8956:     </theme>
gernotbelger@8956:     <theme name="SInfoFlowDepthDevelopmentPerYear">
gernotbelger@8956:         <inherits>
gernotbelger@8956:             <inherit from="LongitudinalSectionW" />
gernotbelger@8956:         </inherits>
gernotbelger@8956:         <fields>
gernotbelger@8956:             <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 255" />
gernotbelger@8956:         </fields>
gernotbelger@8956:     </theme>
gernotbelger@8956:     <theme name="SInfoWaterlevelDifference">
gernotbelger@8956:         <inherits>
gernotbelger@8956:             <inherit from="LongitudinalSectionW" />
gernotbelger@8956:         </inherits>
gernotbelger@8956:         <fields>
gernotbelger@8956:             <field name="linecolor" type="Color" display="Linienfarbe" default="102, 255, 102" />
gernotbelger@8956:         </fields>
gernotbelger@8956:     </theme>
gernotbelger@8956:     <theme name="SInfoBedHeightDifference">
gernotbelger@8956:         <inherits>
gernotbelger@8956:             <inherit from="LongitudinalSectionW" />
gernotbelger@8956:         </inherits>
gernotbelger@8956:         <fields>
gernotbelger@8956:             <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0" />
gernotbelger@8956:         </fields>
mschaefer@9016:     </theme>
mschaefer@9112:     <theme name="SInfoPredefinedChannelWidth">
mschaefer@9112:         <inherits>
mschaefer@9112:             <inherit from="LongitudinalSectionW" />
mschaefer@9112:         </inherits>
mschaefer@9112:         <fields>
mschaefer@9112:             <field name="linecolor" type="Color" display="Linienfarbe" default="128, 64, 0" />
mschaefer@9112:         </fields>
mschaefer@9112:     </theme>
mschaefer@9112:     <theme name="SInfoPredefinedChannelDepth">
mschaefer@9112:         <inherits>
mschaefer@9112:             <inherit from="LongitudinalSectionW" />
mschaefer@9112:         </inherits>
mschaefer@9112:         <fields>
mschaefer@9112:             <field name="linecolor" type="Color" display="Linienfarbe" default="128, 64, 64" />
mschaefer@9112:         </fields>
mschaefer@9112:     </theme>
mschaefer@9016:     <theme name="SInfoPredefinedTkh">
mschaefer@9016:         <inherits>
mschaefer@9016:             <inherit from="SInfoTkh" />
mschaefer@9016:         </inherits>
mschaefer@9016:         <fields>
mschaefer@9016:             <field name="linecolor" type="Color" display="Linienfarbe" default="128, 64, 10" />
mschaefer@9016:             <field name="areabgcolor" type="Color" default="255, 240, 224" display="Füllfarbe" />            
mschaefer@9016:             <field name="areabgpattern" type="areapattern" default="patternFill" display="Flächentyp" />            
mschaefer@9016:             <field name="areatransparency" type="int" default="20"  />
mschaefer@9016:         </fields>
mschaefer@9016:     </theme>
mschaefer@9033:     <theme name="SInfoPredefinedDepthEvol">
mschaefer@9033:         <inherits>
mschaefer@9033:             <inherit from="LongitudinalSectionW" />
mschaefer@9033:         </inherits>
mschaefer@9033:         <fields>
mschaefer@9033:             <field name="linecolor" type="Color" display="Linienfarbe" default="0, 128, 192" />
mschaefer@9033:         </fields>
mschaefer@9033:     </theme>
mschaefer@9033:     <theme name="SInfoPredefinedDepthEvolPerYear">
mschaefer@9033:         <inherits>
mschaefer@9033:             <inherit from="LongitudinalSectionW" />
mschaefer@9033:         </inherits>
mschaefer@9033:         <fields>
mschaefer@9033:             <field name="linecolor" type="Color" display="Linienfarbe" default="0, 128, 128" />
mschaefer@9033:         </fields>
mschaefer@9033:     </theme>
mschaefer@9035:     <theme name="SInfoPredefinedFlowDepth">
mschaefer@9035:         <inherits>
mschaefer@9035:             <inherit from="LongitudinalSectionW" />
mschaefer@9035:         </inherits>
mschaefer@9035:         <fields>
mschaefer@9035:             <field name="linecolor" type="Color" display="Linienfarbe" default="96, 128, 192" />
mschaefer@9035:         </fields>
mschaefer@9035:     </theme>
mschaefer@9116:     <theme name="SInfoInfrastructureHeight">
mschaefer@9116:         <inherits>
mschaefer@9116:             <inherit from="LongitudinalSectionPoints" />
mschaefer@9116:             <inherit from="Label" />
mschaefer@9116:         </inherits>
mschaefer@9116:         <fields>
mschaefer@9116:             <field name="pointsize" type="int" display="Punktdicke" default="3" />
mschaefer@9116:             <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 192, 0" />
mschaefer@9116:         </fields>
mschaefer@9116:     </theme>
mschaefer@9117:     <theme name="SInfoCollisionCount">
mschaefer@9117:         <inherits>
mschaefer@9117:             <inherit from="LongitudinalSectionPoints" />
mschaefer@9117:         </inherits>
mschaefer@9117:         <fields>
mschaefer@9117:             <field name="pointsize" type="int" display="Punktdicke" default="3" />
mschaefer@9117:             <field name="pointcolor" type="Color" display="Punktfarbe" default="48, 96, 255" />
mschaefer@9117:         </fields>
mschaefer@9117:     </theme>
gernotbelger@8902: </themegroup>