c408000 - c417fff 要素
リソースレベルのエンタープライズ ユーザー設定フィールド値。
<c408000>
CustomFieldValue
</c408000>
属性
属性 |
説明 |
---|---|
DurationFormat |
期間ユーザー設定フィールド値の形式を指定します (日、週、月など)。 詳細については、「DurationFormat 要素」を参照してください。 |
親の要素
Occurrences
最小 : 0 最大 : 一意な要素名ごとに 1 |
テキスト値
テキスト値は必須です。 テキストは、リソースのエンタープライズ ユーザー設定フィールド値を指定します。
注:
[!メモ :] テキスト値は、ユーザー設定フィールドの定義で必要なデータ型と一致する必要があります。
注釈
FieldID 要素の 16 進表現に対応するエンタープライズ ユーザー設定フィールド値を格納する XML 要素の名前。
表 1 は、リソースレベルのエンタープライズ ユーザー設定フィールドのユーザー設定フィールド ID の有効な範囲を、10 進と 16 進の形式で示したものです。
表 1. リソースレベルのエンタープライズ ユーザー設定フィールドの ID
ユーザー設定フィールド ID の範囲 (10 進) |
ユーザー設定フィールド ID の範囲 (16 進) |
---|---|
205553664 – 205619199 |
c408000 ~ c417fff |
詳細については、「XML のユーザー設定フィールド データ」を参照してください。
例
以下の例では、エンタープライズ リソース ユーザー設定フィールド データの 3 種類の表現を示します。
要素 |
FieldID の 10 進値 |
説明 |
---|---|---|
c408008 |
205553672 |
FieldName: ResourceNumberTest, a number custom field with a lookup table. Guid: Refers to the custom field GUID. DefaultGuid: Refers to the default value in the associated lookup table of the ResourceNumberTest custom field. The GUID value of the c408008 element specifies the actual lookup table value. |
c40800b |
205553675 |
FieldName: ResourceDateNL, a date custom field that has no lookup table. Project Professional のアメリカ英語版インストールでのユーザー設定フィールドの値は、"Thu 11/8/07" (2007 年 11 月 8 日木曜日) です。 |
c40800c |
205553676 |
FieldName: ResourceDurationNL, a duration custom field that has no lookup table. DurationFormat="9" 属性は、期間の形式を週として指定します。 値 PT280H0M0S は、280 時間、0 分、0 秒を指定します。 仕事の週は 40 時間なので、これは 7 週間です。 (PT は Project Time (プロジェクト時間) の略、内部用)。 Project Professional では、ユーザー設定フィールドの値は "7 wks" と示されます。 |
<Project xmlns="http://schemas.microsoft.com/project">
. . .
<ExtendedAttributes>
<ExtendedAttribute>
<FieldID>205553672</FieldID>
<FieldName>ResourceNumberTest</FieldName>
<CFType>5</CFType>
<Guid>F570EA97-EE3E-4D5D-8444-B9DCDA75ADD0</Guid>
<ElemType>21</ElemType>
<MaxMultiValues>1</MaxMultiValues>
<UserDef>1</UserDef>
<SecondaryPID>255885332</SecondaryPID>
<AutoRollDown>1</AutoRollDown>
<DefaultGuid>EBDF240A-AE0B-4224-A8B8-3FA4B7EA709F</DefaultGuid>
</ExtendedAttribute>
<ExtendedAttribute>
<FieldID>205553675</FieldID>
<FieldName>ResourceDateNL</FieldName>
<CFType>1</CFType>
<Guid>303073AE-54FC-429B-9105-E9407E2BE7F2</Guid>
<ElemType>21</ElemType>
<MaxMultiValues>1</MaxMultiValues>
<UserDef>1</UserDef>
<SecondaryPID>255885335</SecondaryPID>
<RollupType>0</RollupType>
<CalculationType>1</CalculationType>
<AutoRollDown>1</AutoRollDown>
</ExtendedAttribute>
<ExtendedAttribute>
<FieldID>205553676</FieldID>
<FieldName>ResourceDurationNL</FieldName>
<CFType>2</CFType>
<Guid>C7FFB2E7-9BA1-4A0D-97A8-8EFB8F0BD286</Guid>
<ElemType>21</ElemType>
<MaxMultiValues>1</MaxMultiValues>
<UserDef>1</UserDef>
<SecondaryPID>255885336</SecondaryPID>
<RollupType>3</RollupType>
<CalculationType>1</CalculationType>
<AutoRollDown>1</AutoRollDown>
</ExtendedAttribute>
</ExtendedAttributes>
. . .
<Resources>
<Resource>
. . .
<c408008>C0141D97-54F0-4CBD-97A6-48611227CD81</c408008>
<c40800b>2007-11-08T08:00:00</c40800b>
<c40800c DurationFormat="9">PT280H0M0S</c40800c>
. . .
</Resource>
</Resources>
. . .
</Project>