Customizing sBOM XML Files > <itemlist> Element > <itmgroup> Element
  
<itmgroup> Element
The <itmgroup> element specifies how many items are grouped and what those items are. It is a child of the <item> element.
<itmgroup> Syntax
<itmgroup qty="">
<refitm name="" category="" type="" />
</itmgroup>
<itmgroup> Attributes
qty
Specifies the number of parts that are collected under this item.
<itmgroup> Child Elements
<refitm>
Provides a reference to one or more sBOM items.
<itmgroup> Example
This example references six sBOM parts (qty="6") that match a specific attribute value. A default quantity of 1 (qty="1") is assumed.
<itmgroup qty="6">
<refitm name="PartNo" category=“custom” type="symbol">789-3344</refitm>