Share via


XML Structure of the <OutlineCode> Element

The following shows the <OutlineCode> element structure for Microsoft Office Project 2003.

See Also

Overview of XML Schema for Project
Overview of XML Structure for Project
XML Schema of the <OutlineCode> Element
XML Structure for the <Project> Element

Structure

<Project>
            . . .
     <OutlineCodes>
           <OutlineCode>
                 <FieldID/>
                 <FieldName/>
                 <Alias/>
                 <PhoneticAlias/>
                 <Values>
                       <Value>
                             <ValueID>
                             <ParentValueID>
                             <Value>
                             <Description>
                       </Value>
                 </Values>
                 <Enterprise/>
                 <EnterpriseOutlineCodeAlias/>
                 <ResourceSubstitutionEnabled/>
                 <LeafOnly/>
                 <AllLevelsRequired/>
                 <OnlyTableValuesAllowed/>
                 <Masks>
                       <Mask>
                             <Level/>
                             <Type/>
                             <Length/>
                             <Separator/>
                       </Mask>
                 </Masks>
           </OutlineCode>
     </OutlineCodes>
</Project>