The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="Id" type="QIFReferenceType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each Id element is a reference to the QIF id of an object.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of Id elements in this array.
Source
<xs:complexType name="ArrayReferenceType"><xs:annotation><xs:documentation>The ArrayReferenceType is an array of references to object IDs.</xs:documentation></xs:annotation><xs:sequence><xs:element name="Id" type="QIFReferenceType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each Id element is a reference to the QIF id of an object.</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 Id elements in this array.</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 Id elements in this array.</xs:documentation></xs:annotation></xs:attribute>