Share via


PaddingType Simple Type (Work Item Type Definition Schema)

Defines the pattern for specifying the amount space around a control. The unit of measure is pixels.

<xs:simpleType name="PaddingType">
    <xs:restriction base="xs:string">
        <xs:pattern value="^\(\d+\,\d+\,\d+\,\d+\)$"/>
    </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 PaddingType Simple Type defines the Padding and Margin attributes in the following Complex Types:

LayoutType Complex Type (Work Item Type Definition Schema)

GroupType Complex Type (Work Item Type Definition Schema)

TabGroupType Complex Type (Work Item Type Definition Schema)

TabType Complex Type (Work Item Type Definition Schema)

ControlType Complex Type (Work Item Type Definition Schema)

Margin specifies the space around the outside border of the control. Padding specifies the space around the inside border of the control.

Type Restriction

The SizeType Simple Type is a restricted string.

Pattern value: ^\(\d+\,\d+\,\d+\,\d+\)$

Pattern value example: (2,0,2,0)

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