PercentWidthType Simple Type (Work Item Type Definition Schema)
Defines the data type of the Column element PercentWidth attribute that specifies what percent of the container that the column covers.
<xs:simpleType name="PercentWidthType">
<xs:restriction base="xs:integer">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="100"/>
</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 PercentWidthType Simple Type defines the PercentWidth attribute in the ColumnType Complex Type (Work Item Type Definition Schema).
Type Restriction
The PercentWidthType Simple Type is a restricted integer.
Minimum inclusive value: 1
Maximum inclusive value: 100
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 |