Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element AlgorithmsType / Algorithm
Annotations
Each Algorithm element defines information about a particular algorithm.
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 IntermediatesPMI_xsd_Complex_Type_AlgorithmType.tmp#AlgorithmType
Type AlgorithmType
Properties
content complex
maxOccurs unbounded
Children Attributes, Description, Name, Parameters, Section, SoftwareId, StandardId
Instance
<Algorithm id="" xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <SoftwareId xId="">{1,1}</SoftwareId>
  <Parameters>{0,1}</Parameters>
  <StandardId xId="">{1,1}</StandardId>
  <Section>{0,1}</Section>
  <Name>{1,1}</Name>
  <Description>{0,1}</Description>
</Algorithm>
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the algorithm, used for referencing.
Source
<xs:element name="Algorithm" type="AlgorithmType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each Algorithm element defines information about a particular algorithm.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type AlgorithmsType
Annotations
The AlgorithmsType defines a list of algorithms defined in software or in a standard or specification.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_AlgorithmsType.tmp#AlgorithmsType_n IntermediatesPMI_xsd_Complex_Type_AlgorithmsType.tmp#AlgorithmsType_Algorithm
Used by
Children Algorithm
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of algorithm definitions in the list.
Source
<xs:complexType name="AlgorithmsType">
  <xs:annotation>
    <xs:documentation>The AlgorithmsType defines a list of algorithms defined in software or in a standard or specification.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Algorithm" type="AlgorithmType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each Algorithm element defines information about a particular algorithm.</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 algorithm definitions in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Attribute AlgorithmsType / @n
Annotations
The required n attribute is the number of algorithm definitions in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type AlgorithmsType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of algorithm definitions in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd