blob: 6ae8abda5a6743f78b3e0cec058886613badf981 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
/***********************************************************************************************************************
* Copyright (c) 2008 empolis GmbH and brox IT Solutions GmbH. All rights reserved. This program and
the accompanying
* materials are made available under the terms of the Eclipse Public License v1.0 which accompanies
this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*
* Contributors: Ivan Churkin (brox IT Solutions GmbH) - initial creator
**********************************************************************************************************************/
-->
<RecordFilters xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../org.eclipse.smila.datamodel.tools/schemas/RecordFilters.xsd">
<Filter name="workflow-object">
<Element name="workflow-attribute" />
</Filter>
<Filter name="only-attributes">
<Element name="*" />
</Filter>
<Filter name="no-filter">
<Element name="*" />
</Filter>
<Filter name="nothing" />
<Filter name="only-attribute1">
<Element name="attribute1" />
</Filter>
<Filter name="filter-single-and-datetime">
<Element name="single value" />
<Element name="datetime value" />
</Filter>
</RecordFilters>