Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element CharacteristicGroupType / CharacteristicItemIds
Annotations
The CharacteristicItemIds element gives a list of ids of the characteristic items in the group.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_n Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_Id Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType
Type ArrayReferenceType
Properties
content complex
Children Id
Instance
<CharacteristicItemIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,unbounded}</Id>
</CharacteristicItemIds>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="CharacteristicItemIds" type="ArrayReferenceType">
  <xs:annotation>
    <xs:documentation>The CharacteristicItemIds element gives a list of ids of the characteristic items in the group.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element CharacteristicGroupType / Description
Annotations
The optional Description element is a text description of the characteristic group.
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 text description of the characteristic group.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element CharacteristicGroupType / Name
Annotations
The optional Name element is the name of the characteristic group.
Diagram
Diagram
Type xs:token
Properties
content simple
minOccurs 0
Source
<xs:element name="Name" type="xs:token" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Name element is the name of the characteristic group.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element CharacteristicGroupType / TransformId
Annotations
The optional TransformId element is the QIF id of a transform to be used for reporting. All nominal and measured data in the characteristic group will be transformed by the referenced transformation matrix.
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="TransformId" type="QIFReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional TransformId element is the QIF id of a transform to be used for reporting. All nominal and measured data in the characteristic group will be transformed by the referenced transformation matrix.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element CharacteristicGroupType / Units
Annotations
The optional Units element specifies the units used for reporting the characteristic group.
Diagram
Diagram Units_xsd_Complex_Type_OtherUnitsType.tmp#OtherUnitsType_n Units_xsd_Complex_Type_OtherUnitsType.tmp#OtherUnitsType_AreaUnit Units_xsd_Complex_Type_OtherUnitsType.tmp#OtherUnitsType_AngularUnit Units_xsd_Complex_Type_OtherUnitsType.tmp#OtherUnitsType_ForceUnit Units_xsd_Complex_Type_OtherUnitsType.tmp#OtherUnitsType_LinearUnit Units_xsd_Complex_Type_OtherUnitsType.tmp#OtherUnitsType_MassUnit Units_xsd_Complex_Type_OtherUnitsType.tmp#OtherUnitsType_PressureUnit Units_xsd_Complex_Type_OtherUnitsType.tmp#OtherUnitsType_SpeedUnit Units_xsd_Complex_Type_OtherUnitsType.tmp#OtherUnitsType_TemperatureUnit Units_xsd_Complex_Type_OtherUnitsType.tmp#OtherUnitsType_TimeUnit Units_xsd_Complex_Type_OtherUnitsType.tmp#OtherUnitsType
Type OtherUnitsType
Properties
content complex
minOccurs 0
Children AngularUnit, AreaUnit, ForceUnit, LinearUnit, MassUnit, PressureUnit, SpeedUnit, TemperatureUnit, TimeUnit
Instance
<Units n="" xmlns="http://qifstandards.org/xsd/qif3">
  <AreaUnit>{0,unbounded}</AreaUnit>
  <AngularUnit>{0,unbounded}</AngularUnit>
  <ForceUnit>{0,unbounded}</ForceUnit>
  <LinearUnit>{0,unbounded}</LinearUnit>
  <MassUnit>{0,unbounded}</MassUnit>
  <PressureUnit>{0,unbounded}</PressureUnit>
  <SpeedUnit>{0,unbounded}</SpeedUnit>
  <TemperatureUnit>{0,unbounded}</TemperatureUnit>
  <TimeUnit>{0,unbounded}</TimeUnit>
</Units>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of unit definitions in the set.
Source
<xs:element name="Units" type="OtherUnitsType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Units element specifies the units used for reporting the characteristic group.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element CharacteristicGroupType / Scale
Annotations
The optional Scale element specifies the scaling factors and direction for reporting the characteristic group.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_ScaleType.tmp#ScaleType_Origin PrimitivesPMI_xsd_Complex_Type_ScaleType.tmp#ScaleType_UniformScale PrimitivesPMI_xsd_Complex_Type_ScaleType.tmp#ScaleType_RadialDifferentialScale PrimitivesPMI_xsd_Complex_Type_ScaleType.tmp#ScaleType_AxialDifferentialScale PrimitivesPMI_xsd_Complex_Type_ScaleType.tmp#ScaleType
Type ScaleType
Properties
content complex
minOccurs 0
Children AxialDifferentialScale, Origin, RadialDifferentialScale, UniformScale
Instance
<Scale xmlns="http://qifstandards.org/xsd/qif3">
  <Origin decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</Origin>
  <UniformScale>{1,1}</UniformScale>
  <RadialDifferentialScale>{1,1}</RadialDifferentialScale>
  <AxialDifferentialScale>{1,1}</AxialDifferentialScale>
</Scale>
Source
<xs:element name="Scale" type="ScaleType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Scale element specifies the scaling factors and direction for reporting the characteristic group.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type CharacteristicGroupType
Annotations
The CharacteristicGroupType defines a group of characteristics. In addition to being reported together, the group may be also be transformed into a new space or may undergo a change of units.
Diagram
Diagram Characteristics_xsd_Complex_Type_CharacteristicGroupType.tmp#CharacteristicGroupType_id Characteristics_xsd_Complex_Type_CharacteristicGroupType.tmp#CharacteristicGroupType_CharacteristicItemIds Characteristics_xsd_Complex_Type_CharacteristicGroupType.tmp#CharacteristicGroupType_Description Characteristics_xsd_Complex_Type_CharacteristicGroupType.tmp#CharacteristicGroupType_Name Characteristics_xsd_Complex_Type_CharacteristicGroupType.tmp#CharacteristicGroupType_TransformId Characteristics_xsd_Complex_Type_CharacteristicGroupType.tmp#CharacteristicGroupType_Units Characteristics_xsd_Complex_Type_CharacteristicGroupType.tmp#CharacteristicGroupType_Scale Primitives_xsd_Element_Attributes.tmp#Attributes
Used by
Children Attributes, CharacteristicItemIds, Description, Name, Scale, TransformId, Units
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the characteristic group, used for referencing.
Source
<xs:complexType name="CharacteristicGroupType">
  <xs:annotation>
    <xs:documentation>The CharacteristicGroupType defines a group of characteristics. In addition to being reported together, the group may be also be transformed into a new space or may undergo a change of units.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="CharacteristicItemIds" type="ArrayReferenceType">
      <xs:annotation>
        <xs:documentation>The CharacteristicItemIds element gives a list of ids of the characteristic items in the group.</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 text description of the characteristic group.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Name" type="xs:token" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Name element is the name of the characteristic group.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TransformId" type="QIFReferenceType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional TransformId element is the QIF id of a transform to be used for reporting. All nominal and measured data in the characteristic group will be transformed by the referenced transformation matrix.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Units" type="OtherUnitsType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Units element specifies the units used for reporting the characteristic group.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Scale" type="ScaleType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Scale element specifies the scaling factors and direction for reporting the characteristic group.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <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:sequence>
  <xs:attribute name="id" type="QIFIdType" use="required">
    <xs:annotation>
      <xs:documentation>The id attribute is the QIF id of the characteristic group, used for referencing.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Attribute CharacteristicGroupType / @id
Annotations
The id attribute is the QIF id of the characteristic group, used for referencing.
Type QIFIdType
Type hierarchy
Properties
use required
Facets
pattern ([\-+]?[0-9]+) & ([1-9][0-9]*)
Used by
Source
<xs:attribute name="id" type="QIFIdType" use="required">
  <xs:annotation>
    <xs:documentation>The id attribute is the QIF id of the characteristic group, used for referencing.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd