FixedWidthType Simple Type (Work Item Type Definition Schema)

Defines the data type of the Column Element FixedWidth attribute that specifies a fixed size for a column. The unit of measure is pixels.

<xs:simpleType name="FixedWidthType">
    <xs:restriction base="xs:integer">
        <xs:minInclusive value="1"/>
    </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 FixedWidthType Simple Type defines the FixedWidth attribute in the ColumnType Complex Type (Work Item Type Definition Schema).

Type Restriction

The FixedWidthType Simple Type is a restricted integer.

Minimum inclusive value: 1

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

See Also

Concepts

All Work Item FORM Elements

Other Resources

Defining the Work Item Form