XML Structure of the <ExtendedAttribute> Element
The following shows the <ExtendedAttribute> element structure of Microsoft Office Project 2003.
See Also
Overview of XML Schema for Project
Overview of XML Structure for Project
XML Schema of the <ExtendedAttribute> Element
XML Structure for the <Project> Element
Structure
<Project>
. . .
<ExtendedAttributes>
<ExtendedAttribute>
<FieldID/>
<FieldName/>
<Alias/>
<PhoneticAlias/>
<RollupType/>
<CalculationType/>
<Formula/>
<RestrictValues/>
<ValuelistSortOrder/>
<AppendNewValues/>
<Default/>
<ValueList>
<Value>
<ID>
<Value>
<Description>
</Value>
</ValueList>
</ExtendedAttribute>
</ExtendedAttributes>
. . .
</Project>