Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element PointDeviationsType / PointDeviation
Annotations
Each PointDeviation element gives the vector deviation of an individual measurement point from nominal.
Diagram
Diagram Characteristics_xsd_Complex_Type_PointDeviationType.tmp#PointDeviationType_MeasurePointId Characteristics_xsd_Complex_Type_PointDeviationType.tmp#PointDeviationType_Deviation Characteristics_xsd_Complex_Type_PointDeviationType.tmp#PointDeviationType
Type PointDeviationType
Properties
content complex
maxOccurs unbounded
Children Deviation, MeasurePointId
Instance
<PointDeviation xmlns="http://qifstandards.org/xsd/qif3">
  <MeasurePointId index="" xId="">{1,1}</MeasurePointId>
  <Deviation decimalPlaces="" linearUnit="" significantFigures="">{1,1}</Deviation>
</PointDeviation>
Source
<xs:element name="PointDeviation" type="PointDeviationType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each PointDeviation element gives the 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/Characteristics.xsd
Complex Type PointDeviationsType
Annotations
The PointDeviationsType defines a list of vector deviations of individual measurement points from nominal.
Diagram
Diagram Characteristics_xsd_Complex_Type_PointDeviationsType.tmp#PointDeviationsType_n Characteristics_xsd_Complex_Type_PointDeviationsType.tmp#PointDeviationsType_PointDeviation
Used by
Children PointDeviation
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of point deviations in this set.
Source
<xs:complexType name="PointDeviationsType">
  <xs:annotation>
    <xs:documentation>The PointDeviationsType defines a list of vector deviations of individual measurement points from nominal.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="PointDeviation" type="PointDeviationType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each PointDeviation element gives the 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 point deviations in this set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Attribute PointDeviationsType / @n
Annotations
The required n attribute is the number of point deviations in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type PointDeviationsType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of point deviations in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd