> For the complete documentation index, see [llms.txt](https://wfsys.gitbook.io/workflow-forms-syntax/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wfsys.gitbook.io/workflow-forms-syntax/workflow_forms/values/boolean_expression.md).

# Логическое выражение

## Шаблон логического выражения <a href="#template_boolean_expression" id="template_boolean_expression"></a>

```xml
<Or>
  <Not>
    <And>
      <Object Name="" />
      <Condition Name="" />
      <Command Name="" />
    </And>
  </Not>
  <And>
    <Switch></Switch>
    <DataConnection Name="">
      <Fields>
        <Field Name="" />
      </Fields>
    </DataConnection>
  </And>
</Or>
```
