Feedback
Last date modified: 2025-Jul-07
category
This element allows you to narrow the field type to a sub-set based on a specific attribute.
Hierarchy
Syntax
Copy
1
2
3
<category>
<!-- integer value -->
</category>
Category values
| Filter ID | Field Category |
|---|---|
| 0 | Generic |
| 1 | FullText |
| 2 | Identifier |
| 3 | Associative |
| 4 | Comments |
| 5 | Relational |
| 6 | ProductionMarker |
| 7 | AutoCreate |
| 8 | <not in use> |
| 9 | FolderName |
| 10 | FileInfo |
| 11 | ParentArtifact |
| 12 | MarkupSetMarker |
| 13 | GenericSystem |
| 14 | MultiReflected |
| 15 | Batch |
Example
The following example demonstrates the use of field ID filter codes.
Copy
1
2
3
4
5
6
<field id="DuplicateIndicator" name="Duplicate Indicator">
<filters>
<category>0</category>
<type>3</type>
</filters>
</field>
On this page