Customizing sBOM XML Files > sBOM XML Document Description
  
sBOM XML Document Description
The sBOM XML document for Creo Illustrate has three main elements:
<sbom>
(Required) Contains the illustration sBOM tree defined by the hierarchy of nested <instance> elements. Each <instance> element corresponds to a part in the sBOM. (See <sbom> Element.)
<figures>
(Optional) Contains a <figure> element for each figure in the illustration. Each <figure> contains an optional <itemlist>. (See <figures> Element.)
<itemlist>
(Optional) Contains the Item List for a figure. It includes elements that describe the columns and items in the Item List. (See <itemlist> Element.)
* 
In this appendix, sBOM parts are called “items” when they are referenced or “itemized” in a figure. Itemized parts can appear in the figure’s Item List.
sBOM XML Document Structure
<import3di>
<sbom />
<figures>
<figure>
<itemlist />
</figure>
</figures>
</import3di>