The ComponentIds element is an array of identifiers of the scene components which contain this entity. This array shows the "path" from the root to the parent component. The id of the parent component must be the last element of this array.
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="ComponentIds" type="ArrayReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The ComponentIds element is an array of identifiers of the scene components which contain this entity. This array shows the "path" from the root to the parent component. The id of the parent component must be the last element of this array.</xs:documentation></xs:annotation></xs:element>
The required id attribute is the QIF id of the assembly path, used for referencing.
Source
<xs:complexType name="AsmPathType"><xs:annotation><xs:documentation>The AsmPathType defines information about assembly path, this path is used for identification of an object inside an assembly.</xs:documentation></xs:annotation><xs:sequence><xs:element name="ComponentIds" type="ArrayReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The ComponentIds element is an array of identifiers of the scene components which contain this entity. This array shows the "path" from the root to the parent component. The id of the parent component must be the last element of this array.</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:attribute name="id" type="QIFIdType" use="required"><xs:annotation><xs:documentation>The required id attribute is the QIF id of the assembly path, used for referencing.</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
<xs:attribute name="id" type="QIFIdType" use="required"><xs:annotation><xs:documentation>The required id attribute is the QIF id of the assembly path, used for referencing.</xs:documentation></xs:annotation></xs:attribute>