Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element AlgorithmType / SoftwareId
Annotations
The SoftwareId element is the id of the software application.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType
Type QIFReferenceType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
xId QIFReferenceSimpleType optional
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element AlgorithmType / Parameters
Annotations
The optional Parameters element defines software specific parameters to be used by the algorithm.
Diagram
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element AlgorithmType / StandardId
Annotations
The StandardId element is the id of the standard or specification.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType
Type QIFReferenceType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
xId QIFReferenceSimpleType optional
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element AlgorithmType / Section
Annotations
The optional Section element defines the section of the standard or specification in which the algorithm can be found.
Diagram
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element AlgorithmType / Name
Annotations
The Name element is the name of the algorithm.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element AlgorithmType / Description
Annotations
The optional Description element is a description of the algorithm.
Diagram
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type AlgorithmType
Annotations
The AlgorithmType defines information about an algorithm in a software application or in a standard or specification.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_AlgorithmType.tmp#AlgorithmType_id Primitives_xsd_Element_Attributes.tmp#Attributes IntermediatesPMI_xsd_Complex_Type_AlgorithmType.tmp#AlgorithmType_SoftwareId IntermediatesPMI_xsd_Complex_Type_AlgorithmType.tmp#AlgorithmType_Parameters IntermediatesPMI_xsd_Complex_Type_AlgorithmType.tmp#AlgorithmType_StandardId IntermediatesPMI_xsd_Complex_Type_AlgorithmType.tmp#AlgorithmType_Section IntermediatesPMI_xsd_Complex_Type_AlgorithmType.tmp#AlgorithmType_Name IntermediatesPMI_xsd_Complex_Type_AlgorithmType.tmp#AlgorithmType_Description
Used by
Children Attributes, Description, Name, Parameters, Section, SoftwareId, StandardId
Attributes
QName Type Use Annotation
id QIFIdType required
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Attribute AlgorithmType / @id
Annotations
The id attribute is the QIF id of the algorithm, used for referencing.
Type QIFIdType
Type hierarchy
Properties
use required
Facets
pattern ([\-+]?[0-9]+) & ([1-9][0-9]*)
Used by
Complex Type AlgorithmType
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd