GLOBALLISTS Element (Work Item Type Definition Schema)
Contains the global list definition.
Schema Hierarchy
WITD Element (Work Item Type Definition Schema)
WORKITEMTYPE Element (Work Item Type Definition Schema)
GLOBALLISTS Element (Work Item Type Definition Schema)
<xs:element name="GLOBALLISTS" type="typelib:GlobalListsDef" minOccurs="0"/>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None
Child Elements
Element |
Description |
---|---|
GLOBALLIST (typelib Schema) |
Optional element. Defines a set of LISTITEM elements stored and used throughout Team Foundation Server. |
Parent Elements
Element |
Description |
---|---|
Required element. Contains the work item type definition. |
Remarks
GLOBALLISTS is an optional child element of WORKITEMTYPE.
minOccurs="0"
maxOccurs="1"
Example
<GLOBALLISTS>
<GLOBALLIST>…</GLOBALLIST>
</GLOBALLISTS>
Element Information
Namespace |
https://schemas.microsoft.com/VisualStudio/2005/workitemtracking/typedef |
Schema Name |
Work Item Type Definition |
Validation File |
WorkItemTypeDefinition.xsd |
Element Type |
typelib: GlobalListsDef |
Can Be Empty |
Yes |