Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element StatsWithReferenceBaseType / SoftwareId
Annotations
The SoftwareId element defines the software reference.
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 defines the software reference.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Element StatsWithReferenceBaseType / StandardId
Annotations
The StandardId element defines the standard or specification reference.
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 defines the standard or specification reference.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Element StatsWithReferenceBaseType / AlgorithmId
Annotations
The AlgorithmId element defines the algorithm reference.
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="AlgorithmId" type="QIFReferenceType">
  <xs:annotation>
    <xs:documentation>The AlgorithmId element defines the algorithm reference.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Complex Type StatsWithReferenceBaseType
Annotations
A StatsWithReferenceBaseType is the abstract base type for statistical types that include a reference to an algorithm, software or standard.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_StatsWithReferenceBaseType.tmp#StatsWithReferenceBaseType_SoftwareId PrimitivesPMI_xsd_Complex_Type_StatsWithReferenceBaseType.tmp#StatsWithReferenceBaseType_StandardId PrimitivesPMI_xsd_Complex_Type_StatsWithReferenceBaseType.tmp#StatsWithReferenceBaseType_AlgorithmId
Properties
abstract true
Used by
Children AlgorithmId, SoftwareId, StandardId
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd