Cobra Help

Elements Section of the XML File

When a project is exported to wInsight, the work breakdown structures (WBS) and organizational breakdown structures (OBS) information is included in the <Elements> section of the XML file.

The elements information is placed in the <Elements> section using the following format:

<Elements>
<Element id="ce1" cc_id="cc1" st_id="st1">
<WbsNum>1</WbsNum>
<ElemDesc>Space Shuttle</ElemDesc>
<LongDesc>Space Shuttle</LongDesc>
<ElemLevel>1</ElemLevel>
<ElemSeq>0</ElemSeq>
</Element>
<Element id="ce2" cc_id="cc1" st_id="st1">
<WbsNum>1.1</WbsNum>
<ElemDesc>Design</ElemDesc>
<LongDesc>Design</LongDesc>
<ParentID ce_id="ce1" />
<ElemSeq>1</ElemSeq>
</Element>
</Elements>

How to...

Export a Calendar to Open Plan

Export Data from Cobra to wInsight


Learn more about...

Narrative Export Process

wInsight DTD

wInsight Wizard


Parent Topic:

Sections of the XML File