Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element PointDeviationStatsEvalType / MeasuredPointIds
Annotations
The MeasuredPointIds element contains a list of ids of points used in the evaluation and an optional set of exclusions from the list.
Diagram
Diagram Statistics_xsd_Complex_Type_StatsArrayIdType.tmp#StatsArrayIdType_Ids Statistics_xsd_Complex_Type_StatsArrayIdType.tmp#StatsArrayIdType_Exclusions Statistics_xsd_Complex_Type_StatsArrayIdType.tmp#StatsArrayIdType
Type StatsArrayIdType
Properties
content complex
Children Exclusions, Ids
Instance
<MeasuredPointIds xmlns="http://qifstandards.org/xsd/qif3">
  <Ids n="">{1,1}</Ids>
  <Exclusions n="">{0,1}</Exclusions>
</MeasuredPointIds>
Source
<xs:element name="MeasuredPointIds" type="StatsArrayIdType">
  <xs:annotation>
    <xs:documentation>The MeasuredPointIds element contains a list of ids of points used in the evaluation and an optional set of exclusions from the list.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element PointDeviationStatsEvalType / DeviationStats
Annotations
The DeviationStats element is the results of a statistical evaluation of the deviation of the individual measurement points in the direction of the surface or curve normal.
Diagram
Diagram Primitives_xsd_Element_Attributes.tmp#Attributes Statistics_xsd_Element_NumericCharacteristicStatsValue.tmp#NumericCharacteristicStatsValue Statistics_xsd_Complex_Type_StatsNumericalBaseType.tmp#StatsNumericalBaseType Statistics_xsd_Complex_Type_StatsLinearType.tmp#StatsLinearType_linearUnit Statistics_xsd_Complex_Type_StatsLinearType.tmp#StatsLinearType
Type StatsLinearType
Type hierarchy
Properties
content complex
Children Attributes, NumericCharacteristicStatsValue
Instance
<DeviationStats linearUnit="" xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <NumericCharacteristicStatsValue>{1,unbounded}</NumericCharacteristicStatsValue>
</DeviationStats>
Attributes
QName Type Use Annotation
linearUnit xs:token optional
The optional linearUnit attribute defines the unit used by StatsLinearType.
Source
<xs:element name="DeviationStats" type="StatsLinearType">
  <xs:annotation>
    <xs:documentation>The DeviationStats element is the results of a statistical evaluation of the deviation of the individual measurement points in the direction of the surface or curve normal.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Complex Type PointDeviationStatsEvalType
Annotations
The PointDeviationStatsEvalType defines the results of a statistical evaluation of the deviation of a measurement point from nominal.
Diagram
Diagram Statistics_xsd_Complex_Type_PointDeviationStatsEvalType.tmp#PointDeviationStatsEvalType_MeasuredPointIds Statistics_xsd_Complex_Type_PointDeviationStatsEvalType.tmp#PointDeviationStatsEvalType_DeviationStats
Used by
Children DeviationStats, MeasuredPointIds
Source
<xs:complexType name="PointDeviationStatsEvalType">
  <xs:annotation>
    <xs:documentation>The PointDeviationStatsEvalType defines the results of a statistical evaluation of the deviation of a measurement point from nominal.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="MeasuredPointIds" type="StatsArrayIdType">
      <xs:annotation>
        <xs:documentation>The MeasuredPointIds element contains a list of ids of points used in the evaluation and an optional set of exclusions from the list.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DeviationStats" type="StatsLinearType">
      <xs:annotation>
        <xs:documentation>The DeviationStats element is the results of a statistical evaluation of the deviation of the individual measurement points in the direction of the surface or curve normal.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd