FilterItems Simple Type (Work Item Type Definition Schema)
Limits a list of allowed values. List items that identify groups to include in a list on a work item form display the name of the group as well as the group's members by default. The filteritems attribute removes group names from the list.
<xs:simpleType name="FilterItems">
<xs:restriction base="xs:string">
<xs:enumeration value="excludegroups"/>
</xs:restriction>
</xs:simpleType>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None
Child Elements
None
Parent Elements
None
Remarks
The FilterItems Simple Type defines the filteritems attribute in the ListRule Complex Type (Work Item Type Definition Schema).
Enumeration Values
The FilterItems Simple Type is a string restricted to the following value:
Value |
Description |
---|---|
excludegroups |
Specifies that the names of groups identified by LISTITEM elements should be excluded from the list. The group members are included in the list. |
Element Information
Namespace |
https://schemas.microsoft.com/VisualStudio/2005/workitemtracking/typedef |
Schema Name |
Work Item Type Definition |
Validation File |
WorkItemTypeDefinition.xsd |
Can be Empty |
Not applicable |