Customizing sBOM XML Files > <sbom> Element
  
<sbom> Element
The <sbom> element defines the illustration sBOM tree. It can be empty, but most often it contains a nested hierarchy of <instance> elements that form the sBOM tree structure. Each <instance> is a node in the sBOM tree. The <sbom> element has no attributes.
* 
The illustration eBOM is a collection of imported CAD structures.
<sbom> Syntax
<sbom>
<name />
<instance>
<instance />
<instance />
...
<instance />
</instance>
<instance />
...
<instance />
</sbom>
<sbom> Child Elements
<name>
(Optional) text string name for the root node of the sBOM tree.
<instance>
See <instance> Element.
<sbom> Example
Use the <name> element to specify a name for the root node of the sBOM tree.
<sbom>
<name>245-9776</name>