The QIFReferenceType defines a reference to a QIF id that may be in the same file as the reference or may be in an identified external file. In order to ensure that each reference refers to an object of the correct type, where possible, each reference is covered by an appropriate key/keyref constraint.
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:complexType name="QIFReferenceType"><xs:annotation><xs:documentation>The QIFReferenceType defines a reference to a QIF id that may be in the same file as the reference or may be in an identified external file. In order to ensure that each reference refers to an object of the correct type, where possible, each reference is covered by an appropriate key/keyref constraint.</xs:documentation></xs:annotation><xs:simpleContent><xs:extension base="QIFReferenceBaseType"><xs:attribute name="xId" type="QIFReferenceSimpleType"><xs:annotation><xs:documentation>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.</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:simpleContent></xs:complexType>
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.
<xs:attribute name="xId" type="QIFReferenceSimpleType"><xs:annotation><xs:documentation>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.</xs:documentation></xs:annotation></xs:attribute>