XML filter specification complies with XML file structure and must meet the following conditions:


Characteristics of <FILTER_OPTIONS> section


Characteristics of <CFGRECORDS> section


Example of XML file representing the XML filter

<?xml version="1.0" encoding="windows-1250"?>
<ROOT>
  <FILTER_OPTIONS>
    <Operator>AND</Operator>
  </FILTER_OPTIONS>
  <CFGRECORDS>
    <TObjItemData>
      <Name>A*</Name>
      <Typ>ARCH_VAL</Typ>
      <VHL>100</VHL>
    </TObjItemData>
    <TArchivData_Full>
      <TArchivData>
        <Periode>60</Periode>
        <Offset>0</Offset>
      </TArchivData>
    </TArchivData_Full>
  </CFGRECORDS>
</ROOT>

Object of ARCH_VAL type meets the filter if it meets at least one of the conditions: it satisfies the mask A*, VHL attribute = 100, Periode attribute = 0 or Offset attribute = 0.
If OR is not set or if AND is set, the relation between filter attributes will be changed to AND.

D2000 XML
XML Update
XML data specification