The required id attribute is the QIF id of the assembly path, used for referencing.
Source
<xs:element name="AsmPath" type="AsmPathType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each AsmPath element is an assembly path in the list.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of assembly paths in this set.
Source
<xs:complexType name="AsmPathsType"><xs:annotation><xs:documentation>The AsmPathsType defines a list of one or more assembly paths.</xs:documentation></xs:annotation><xs:sequence><xs:element name="AsmPath" type="AsmPathType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each AsmPath element is an assembly path in the list.</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:attribute name="n" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required n attribute is the number of assembly paths in this set.</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
<xs:attribute name="n" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required n attribute is the number of assembly paths in this set.</xs:documentation></xs:annotation></xs:attribute>