Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element PointDeviationsStatsEvalType / PointDeviationStats
Annotations
Each PointDeviationStats element gives the results of a statistical evaluation of vector deviation of an individual measurement point from nominal.
Diagram
Diagram Statistics_xsd_Complex_Type_PointDeviationStatsEvalType.tmp#PointDeviationStatsEvalType_MeasuredPointIds Statistics_xsd_Complex_Type_PointDeviationStatsEvalType.tmp#PointDeviationStatsEvalType_DeviationStats Statistics_xsd_Complex_Type_PointDeviationStatsEvalType.tmp#PointDeviationStatsEvalType
Type PointDeviationStatsEvalType
Properties
content complex
maxOccurs unbounded
Children DeviationStats, MeasuredPointIds
Instance
<PointDeviationStats xmlns="http://qifstandards.org/xsd/qif3">
  <MeasuredPointIds>{1,1}</MeasuredPointIds>
  <DeviationStats linearUnit="">{1,1}</DeviationStats>
</PointDeviationStats>
Source
<xs:element name="PointDeviationStats" type="PointDeviationStatsEvalType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each PointDeviationStats element gives the results of a statistical evaluation of vector deviation of an individual measurement point from nominal.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Complex Type PointDeviationsStatsEvalType
Annotations
The PointDeviationsStatsEvalType defines a list of the results of statistical evaluations of vector deviations of individual measurement points from nominal.
Diagram
Diagram Statistics_xsd_Complex_Type_PointDeviationsStatsEvalType.tmp#PointDeviationsStatsEvalType_n Statistics_xsd_Complex_Type_PointDeviationsStatsEvalType.tmp#PointDeviationsStatsEvalType_PointDeviationStats
Used by
Children PointDeviationStats
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of deviations in the list.
Source
<xs:complexType name="PointDeviationsStatsEvalType">
  <xs:annotation>
    <xs:documentation>The PointDeviationsStatsEvalType defines a list of the results of statistical evaluations of vector deviations of individual measurement points from nominal.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="PointDeviationStats" type="PointDeviationStatsEvalType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each PointDeviationStats element gives the results of a statistical evaluation of vector deviation of an individual measurement point from nominal.</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 deviations in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Attribute PointDeviationsStatsEvalType / @n
Annotations
The required n attribute is the number of deviations in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of deviations in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd