次の方法で共有


Alias 要素

ユーザー設定フィールドまたはアウトライン コードのエイリアスです。

<Alias>
  String(50): for OutlineCode or ExtendedAttribute
</Alias>

親要素

ExtendedAttributeOutlineCode

Occurrences

最小 : 0

最大 : 1

次の例では、タスクの Duration6 というローカル ユーザー設定フィールドのエイリアスはテストの継続時間です。 Microsoft Office Project では、このユーザー設定フィールドが一覧に [テスト継続時間 (Duration6)] と表示されます。

<ExtendedAttributes>
   <ExtendedAttribute>
      <FieldID>188743957</FieldID>
      <FieldName>Duration6</FieldName>
      <Alias>Test Duration</Alias>
      <SecondaryPID>255868973</SecondaryPID>
      <RollupType>3</RollupType>
      <CalculationType>1</CalculationType>
      <Formula>[Duration]*3</Formula>
   </ExtendedAttribute>
</ExtendedAttributes>

関連項目

概念

OutlineCode 要素と XML データ構造

OutlineCodes 要素の XML スキーマ

ExtendedAttribute 要素と XML データ構造

ExtendedAttributes 要素の XML スキーマ