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 exported to the <Elements> section of the XML file.

The elements information is placed in the <Elements> section in 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>