Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • attributeTextEquals
  • attributeTextContains
  • attributeTextStartsWith
  • idContains
  • attributeExists
  • Wiki Markup
    etc (see [schema|http://fews.wldelft.nl/schemas/version1.0/locationSets.xsd] or the \[schema diagram|constraint.png])

For example:

Code Block
xml
xml
<locationSet id="ST_K.meting" editable="false">
    <locationSetId>gegevensdump</locationSetId>
    <constraints>
      <not>
        <attributeTextEquals equals="" id="IDMAP_KLEP"/>
      </not>
      <attributeTextEquals equals="Stuwen" id="TYPE"/>
    </constraints>
</locationSet>

...