Tag

Items can have relationships to other Items. The <Relationships>
tag is a container tag that holds the set of relationship Items. Notice the capitalized Relationships. There are no attributes for the tag because it is a container. With relationships it is possible to describe an Item configuration to any level deep as necessary.

The following is an AML query example requesting a Part Item and its BOM relationships:

<Item type="Part” id="ACBDEF0123456789…" action="get">
<Relationships>
<Item type="BOM” action="get"/>
</Relationships>
</Item>