PercentWidthType 単純型 (作業項目の種類の定義スキーマ)

更新 : 2007 年 11 月

列が占有するコンテナの割合を指定する、Column 要素の PercentWidth 属性のデータ型を定義します。

<xs:simpleType name="PercentWidthType">
        <xs:restriction base="xs:integer">
                <xs:minInclusive value="1"/>
                <xs:maxInclusive value="100"/>
        </xs:restriction>
</xs:simpleType>

属性と要素

以降のセクションでは、属性、子要素、および親要素について説明します。

属性

[なし]

子要素

[なし]

親要素

[なし]

解説

PercentWidthType 単純型は、ColumnType 複合型 (作業項目の種類の定義スキーマ) の PercentWidth 属性を定義します。

型制限

PercentWidthType 単純型は、制限された整数型です。

最小包括値は 1 です。

最大包括値は 100 です。

要素情報

名前空間

https://schemas.microsoft.com/VisualStudio/2005/workitemtracking/typedef

スキーマ名

作業項目の種類の定義

検証ファイル

WorkItemTypeDefinition.xsd

空も使用できる

適用なし

参照

概念

すべての作業項目 <FORM> 要素

その他の技術情報

作業項目フォームの定義