ReadOnlyType Simple Type (Work Item Type Definition Schema)

Defines values that specify read-only or read/write permission to control data.

<xs:simpleType name="ReadOnlyType">
    <xs:restriction base="xs:string">
        <xs:enumeration value="True"/>
        <xs:enumeration value="False"/>
    </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 ReadOnlyType Simple Type defines the ReadOnly attribute in the ControlType Complex Type (Work Item Type Definition Schema).

Enumeration Values

The ReadOnlyType Simple Type is a string restricted to the following values:

Element

Description

True

Specifies that the control data is read-only.

False

Specifies that the control data is not read-only.

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