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="SoftwareId" type="QIFReferenceType"><xs:annotation><xs:documentation>The SoftwareId element defines the software reference.</xs:documentation></xs:annotation></xs:element>
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="StandardId" type="QIFReferenceType"><xs:annotation><xs:documentation>The StandardId element defines the standard or specification reference.</xs:documentation></xs:annotation></xs:element>
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="AlgorithmId" type="QIFReferenceType"><xs:annotation><xs:documentation>The AlgorithmId element defines the algorithm reference.</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="StatsWithReferenceBaseType" abstract="true"><xs:annotation><xs:documentation>A StatsWithReferenceBaseType is the abstract base type for statistical types that include a reference to an algorithm, software or standard.</xs:documentation></xs:annotation><xs:sequence><xs:choice minOccurs="0"><xs:annotation><xs:documentation>This optional compositor provides a choice between a reference to software, a particular algorithm, or a standard.</xs:documentation></xs:annotation><xs:element name="SoftwareId" type="QIFReferenceType"><xs:annotation><xs:documentation>The SoftwareId element defines the software reference.</xs:documentation></xs:annotation></xs:element><xs:element name="StandardId" type="QIFReferenceType"><xs:annotation><xs:documentation>The StandardId element defines the standard or specification reference.</xs:documentation></xs:annotation></xs:element><xs:element name="AlgorithmId" type="QIFReferenceType"><xs:annotation><xs:documentation>The AlgorithmId element defines the algorithm reference.</xs:documentation></xs:annotation></xs:element></xs:choice></xs:sequence></xs:complexType>