LabelType Simple Type (Work Item Type Definition Schema)
Defines the data type and length for the Label attribute.
<xs:simpleType name="LabelType">
<xs:restriction base="xs:string">
<xs:maxLength value="80"/>
</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 LabelType Simple Type defines the Label attribute in the following Complex Types:
ControlType Complex Type (Work Item Type Definition Schema)
TabType Complex Type (Work Item Type Definition Schema)
GroupType Complex Type (Work Item Type Definition Schema)
Type Restriction
The LabelType Simple Type is a string that is restricted to the following length:
Maximum length: 80
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 |