<NewDataSet>
  <xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
    <xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:MainDataTable="DS_WEAC_GapColorScheme_Selected" msdata:UseCurrentLocale="true">
      <xs:complexType>
        <xs:choice minOccurs="0" maxOccurs="unbounded">
          <xs:element name="DS_WEAC_GapColorScheme_Selected">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="Title" type="xs:string" minOccurs="0" />
                <xs:element name="Description" type="xs:string" minOccurs="0" />
                <xs:element name="ShowInList" type="xs:boolean" minOccurs="0" />
                <xs:element name="Formula_Noise" type="xs:string" minOccurs="0" />
                <xs:element name="Formula_Noise_HVAC" type="xs:string" minOccurs="0" />
                <xs:element name="Formula_Illumination" type="xs:string" minOccurs="0" />
                <xs:element name="Formula_Illumination_EL" type="xs:string" minOccurs="0" />
                <xs:element name="Formula_Illumination_EV" type="xs:string" minOccurs="0" />
                <xs:element name="Formula_Illumination_Uniformity" type="xs:string" minOccurs="0" />
                <xs:element name="Formula_TemperatureMin" type="xs:string" minOccurs="0" />
                <xs:element name="Formula_TemperatureMax" type="xs:string" minOccurs="0" />
                <xs:element name="Formula_Vibration" type="xs:string" minOccurs="0" />
                <xs:element name="Formula_AirChanges" type="xs:string" minOccurs="0" />
                <xs:element name="Formula_NoiseTotal" type="xs:string" minOccurs="0" />
                <xs:element name="Formula_IlluminationTotal" type="xs:string" minOccurs="0" />
                <xs:element name="Formula_Chemical" type="xs:string" minOccurs="0" />
                <xs:element name="ManningColorFormula" type="xs:string" minOccurs="0" />
                <xs:element name="ManningTypeFormula" type="xs:string" minOccurs="0" />
                <xs:element name="GapColor_NormalGap" type="xs:string" minOccurs="0" />
                <xs:element name="GapColor_NoGap" type="xs:string" minOccurs="0" />
                <xs:element name="GapColor_PendingGap" type="xs:string" minOccurs="0" />
                <xs:element name="GapColor_NA" type="xs:string" minOccurs="0" />
                <xs:element name="GapColor_NotDefined" type="xs:string" minOccurs="0" />
                <xs:element name="GapColor_Override" type="xs:string" minOccurs="0" />
                <xs:element name="NoTransparency" type="xs:boolean" minOccurs="0" />
                <xs:element name="ExplanationRtf" type="xs:string" minOccurs="0" />
                <xs:element name="PrimKey" msdata:DataType="System.Guid, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" type="xs:string" minOccurs="0" />
                <xs:element name="Created" type="xs:dateTime" minOccurs="0" />
                <xs:element name="CreatedBy" type="xs:string" minOccurs="0" />
                <xs:element name="Updated" type="xs:dateTime" minOccurs="0" />
                <xs:element name="UpdatedBy" type="xs:string" minOccurs="0" />
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:choice>
      </xs:complexType>
    </xs:element>
  </xs:schema>
  <DS_WEAC_GapColorScheme_Selected>
    <Title>Default</Title>
    <Description>Standard Gap Scheme</Description>
    <ShowInList>true</ShowInList>
    <Formula_Noise>Iif([VALUE] &gt; [WEAL] + 3, 2, Iif([VALUE] &gt; [WEAL], 1, 0))</Formula_Noise>
    <Formula_Noise_HVAC>Iif([VALUE] &gt; [WEAL] + 3, 2, Iif([VALUE] &gt; [WEAL], 1, 0))</Formula_Noise_HVAC>
    <Formula_Illumination>Iif([VALUE] &gt;= [WEAL], 0, Iif([VALUE] &gt; [WEAL] * 0.7, 1, 2))</Formula_Illumination>
    <Formula_Illumination_EL>Iif([VALUE] &gt;= [WEAL], 0, Iif([VALUE] &gt; [WEAL] * 0.85, 1, 2))</Formula_Illumination_EL>
    <Formula_Illumination_EV>Iif([VALUE] &gt;= [WEAL], 0, Iif([VALUE] &gt; [WEAL] * 0.85, 1, 2))</Formula_Illumination_EV>
    <Formula_Illumination_Uniformity>Iif( [VALUEMINLUX] &gt; [WEALLUX] * 0.7 OR [VALUE] &gt; [WEAL], 0,

Iif( [VALUELUX] &lt;=  [WEALLUX] * 0.7, 2, Iif([VALUE] &lt; [WEAL], 2,  1 )))</Formula_Illumination_Uniformity>
    <Formula_TemperatureMin>Iif([VALUE] &lt; [WEAL] - 3, 2, Iif([VALUE] &lt; [WEAL], 1, 0))</Formula_TemperatureMin>
    <Formula_TemperatureMax>Iif([VALUE] &gt; [WEAL] + 3, 2, Iif([VALUE] &gt; [WEAL], 1, 0))</Formula_TemperatureMax>
    <Formula_Vibration>Iif([VALUE] &gt; [WEAL], 2, 0)</Formula_Vibration>
    <Formula_AirChanges>Iif([VALUE] &gt;= [WEAL], 0, Iif([VALUE] &gt; [WEAL]  * 0.7, 1, 2))</Formula_AirChanges>
    <Formula_NoiseTotal>Iif(IsLastMeasurement, 

Iif(GapInt_Noise = 2 or GapInt_Noise_HVAC = 2 or GapInt_Noise_Impulse = 2, 2,

Iif(GapInt_Noise = 1 or GapInt_Noise_HVAC = 1 or GapInt_Noise_Impulse = 1, 1,

Iif(GapInt_Noise = 0 and GapInt_Noise_HVAC = 0, 0, -1)))

, 0)</Formula_NoiseTotal>
    <Formula_IlluminationTotal>Iif(IsLastMeasurement, 

Iif(GapInt_Illumination = 2 or GapInt_Illumination_EL = 2 or GapInt_Illumination_EV = 2 or GapInt_Illumination_Uniformity = 2, 2,

Iif(GapInt_Illumination = 1 or GapInt_Illumination_EL = 1 or GapInt_Illumination_EV = 1, 1,

Iif(GapInt_Illumination = 0 and GapInt_Illumination_EL = 0, 0, -1)))

, 0)</Formula_IlluminationTotal>
    <ManningColorFormula>Iif(ManningType_Deduced = 'U', 'Lime', Iif(ManningType_Deduced = 'I', 'Orange', Iif(ManningType_Deduced = 'M', 'Red', 'Transparent')))</ManningColorFormula>
    <ManningTypeFormula>Iif(Manning_MenCalc &lt;  0.2, 'U', 

Iif(Manning_MenCalc &lt; 0.5, 'I', 

Iif(Manning_MenCalc &gt;= 0.5, 'M', '')))</ManningTypeFormula>
    <GapColor_NormalGap>-65536</GapColor_NormalGap>
    <GapColor_NoGap>-16711936</GapColor_NoGap>
    <GapColor_PendingGap>-256</GapColor_PendingGap>
    <NoTransparency>false</NoTransparency>
    <ExplanationRtf>{\rtf1\deff0{\fonttbl{\f0 Times New Roman;}{\f1 Arial;}}{\colortbl\red0\green0\blue0 ;\red42\green44\blue54 ;\red0\green0\blue255 ;\red255\green255\blue255 ;\red0\green176\blue80 ;\red255\green255\blue0 ;\red255\green0\blue0 ;\red166\green166\blue166 ;}{\*\listoverridetable}{\stylesheet {\ql Normal;}{\*\cs1\f1\fs16\cf1 Default Paragraph Font;}{\*\cs2\sbasedon1\f1\fs16\cf1 Line Number;}{\*\cs3\ul\cf2 Hyperlink;}{\*\ts4\tsrowd\ql\trautofit1\tscellpaddfl3\tscellpaddl108\tscellpaddfr3\tscellpaddr108\tsvertalt\cltxlrtb Normal Table;}{\*\ts5\tsrowd\sbasedon4\ql\trbrdrt\brdrs\brdrw10\trbrdrl\brdrs\brdrw10\trbrdrb\brdrs\brdrw10\trbrdrr\brdrs\brdrw10\trbrdrh\brdrs\brdrw10\trbrdrv\brdrs\brdrw10\trautofit1\tscellpaddfl3\tscellpaddl108\tscellpaddfr3\tscellpaddr108\tsvertalt\cltxlrtb Table Simple 1;}}\nouicompat\splytwnine\htmautsp\sectd\marglsxn1417\margrsxn1417\margtsxn1417\margbsxn1417\pard\plain\ql{\b\f1\fs16\cf3\chcbpat4 Green}{\f1\fs16\cf3  }{\f1\fs16\cf0 means that measured value is }{\b\f1\fs16\cf3\chcbpat4 within WEAL range}{\f1\fs16\cf0 . \line }{\b\f1\fs16\cf0\chcbpat5 Yellow}{\b\f1\fs16\cf0  }{\f1\fs16\cf0 means }{\b\f1\fs16\cf0\chcbpat5 Minor Deviation}{\f1\fs16\cf0 :  Noise: }{\b\f1\fs16\cf0 3dB above WEAL}{\f1\fs16\cf0 , Illum + Air Chg: }{\b\f1\fs16\cf0 &gt;90% of WEAL, }{\f1\fs16\cf1 Temp: }{\b\f1\fs16\cf1 1\u176\'b0 C outside WEAL}{\f1\fs16\cf0 \line }{\b\f1\fs16\cf3\chcbpat6 Red}{\f1\fs16\cf0  means above \u8220\'93Minor Gap Range\u8221\'94, and is considered to be }{\b\f1\fs16\cf3\chcbpat6 outside the standard}{\f1\fs16\cf0 .}\f1\fs16\cf0\par\pard\plain\ql{\b\f1\fs16\cf3\chcbpat7 Gray}{\f1\fs16\cf1  means that \u171\'abvalue is missing\u187\'bb.}\f1\fs16\cf1\par}</ExplanationRtf>
    <PrimKey>1811c0fe-f4c6-4df9-84e0-07e2de5feec6</PrimKey>
    <Created>2014-09-01T17:26:18.403+02:00</Created>
    <Updated>2018-01-15T00:36:34.007+01:00</Updated>
    <UpdatedBy>kridra</UpdatedBy>
  </DS_WEAC_GapColorScheme_Selected>
  <DS_WEAC_GapColorScheme_Selected>
    <Title>zzzDummy</Title>
  </DS_WEAC_GapColorScheme_Selected>
</NewDataSet>