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 is the id of the software application.</xs:documentation></xs:annotation></xs:element>
The optional Parameters element defines software specific parameters to be used by the algorithm.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="Parameters" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Parameters element defines software specific parameters to be used by the algorithm.</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 is the id of the standard or specification.</xs:documentation></xs:annotation></xs:element>
The optional Section element defines the section of the standard or specification in which the algorithm can be found.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="Section" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Section element defines the section of the standard or specification in which the algorithm can be found.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Name" type="xs:string"><xs:annotation><xs:documentation>The Name element is the name of the algorithm.</xs:documentation></xs:annotation></xs:element>
The optional Description element is a description of the algorithm.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="Description" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Description element is a description of the algorithm.</xs:documentation></xs:annotation></xs:element>
The id attribute is the QIF id of the algorithm, used for referencing.
Source
<xs:complexType name="AlgorithmType"><xs:annotation><xs:documentation>The AlgorithmType defines information about an algorithm in a software application or in a standard or specification.</xs:documentation></xs:annotation><xs:sequence><xs:element ref="Attributes" minOccurs="0"><xs:annotation><xs:documentation>The optional Attributes element contains user defined attributes (typified, binary array, or XML structured).</xs:documentation></xs:annotation></xs:element><xs:choice><xs:annotation><xs:documentation>This compositor provides a choice between the QIF id of a defined software or the QIF id of a defined standard or specification.</xs:documentation></xs:annotation><xs:sequence><xs:element name="SoftwareId" type="QIFReferenceType"><xs:annotation><xs:documentation>The SoftwareId element is the id of the software application.</xs:documentation></xs:annotation></xs:element><xs:element name="Parameters" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Parameters element defines software specific parameters to be used by the algorithm.</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:sequence><xs:element name="StandardId" type="QIFReferenceType"><xs:annotation><xs:documentation>The StandardId element is the id of the standard or specification.</xs:documentation></xs:annotation></xs:element><xs:element name="Section" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Section element defines the section of the standard or specification in which the algorithm can be found.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:choice><xs:element name="Name" type="xs:string"><xs:annotation><xs:documentation>The Name element is the name of the algorithm.</xs:documentation></xs:annotation></xs:element><xs:element name="Description" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Description element is a description of the algorithm.</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:attribute name="id" type="QIFIdType" use="required"><xs:annotation><xs:documentation>The id attribute is the QIF id of the algorithm, used for referencing.</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
<xs:attribute name="id" type="QIFIdType" use="required"><xs:annotation><xs:documentation>The id attribute is the QIF id of the algorithm, used for referencing.</xs:documentation></xs:annotation></xs:attribute>