Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element StatsMeasuredDecimalWithReferenceType / Id
Annotations
The optional Id element is a reference to a QIF id associated with this statistical result.
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
minOccurs 0
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="Id" type="QIFReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Id element is a reference to a QIF id associated with this statistical result.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Complex Type StatsMeasuredDecimalWithReferenceType
Annotations
The StatsMeasuredDecimalWithReferenceType defines a numeric statistical result with an optional QIF id reference. For example, a maximum value may optionally reference the characteristic with the maximum value.
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 PrimitivesPMI_xsd_Complex_Type_StatsWithReferenceBaseType.tmp#StatsWithReferenceBaseType PrimitivesPMI_xsd_Complex_Type_StatsMeasuredDecimalType.tmp#StatsMeasuredDecimalType_Value PrimitivesPMI_xsd_Complex_Type_StatsMeasuredDecimalType.tmp#StatsMeasuredDecimalType PrimitivesPMI_xsd_Complex_Type_StatsMeasuredDecimalWithReferenceType.tmp#StatsMeasuredDecimalWithReferenceType_Id
Type extension of StatsMeasuredDecimalType
Type hierarchy
Used by
Elements Maximum, Minimum
Children AlgorithmId, Id, SoftwareId, StandardId, Value
Source
<xs:complexType name="StatsMeasuredDecimalWithReferenceType">
  <xs:annotation>
    <xs:documentation>The StatsMeasuredDecimalWithReferenceType defines a numeric statistical result with an optional QIF id reference. For example, a maximum value may optionally reference the characteristic with the maximum value.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="StatsMeasuredDecimalType">
      <xs:sequence>
        <xs:element name="Id" type="QIFReferenceType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Id element is a reference to a QIF id associated with this statistical result.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd