Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element PointSetNominalType / MeasurePoint
Annotations
Each MeasurePoint element is an individual nominal measurement point for a feature.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_PointWithNormalBaseType.tmp#PointWithNormalBaseType_id IntermediatesPMI_xsd_Complex_Type_PointWithNormalBaseType.tmp#PointWithNormalBaseType_Point IntermediatesPMI_xsd_Complex_Type_PointWithNormalBaseType.tmp#PointWithNormalBaseType_Normal IntermediatesPMI_xsd_Complex_Type_PointWithNormalBaseType.tmp#PointWithNormalBaseType IntermediatesPMI_xsd_Complex_Type_MeasurePointNominalType.tmp#MeasurePointNominalType_MeasurementDeviceId IntermediatesPMI_xsd_Complex_Type_MeasurePointNominalType.tmp#MeasurePointNominalType_SensorId IntermediatesPMI_xsd_Complex_Type_MeasurePointNominalType.tmp#MeasurePointNominalType_TipId IntermediatesPMI_xsd_Complex_Type_MeasurePointNominalType.tmp#MeasurePointNominalType
Type MeasurePointNominalType
Type hierarchy
Properties
content complex
maxOccurs unbounded
Children MeasurementDeviceId, Normal, Point, SensorId, TipId
Instance
<MeasurePoint id="" xmlns="http://qifstandards.org/xsd/qif3">
  <Point decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</Point>
  <Normal decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{0,1}</Normal>
  <MeasurementDeviceId xId="">{0,1}</MeasurementDeviceId>
  <SensorId xId="">{0,1}</SensorId>
  <TipId xId="">{0,1}</TipId>
</MeasurePoint>
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the point with normal, used for referencing.
Source
<xs:element name="MeasurePoint" type="MeasurePointNominalType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each MeasurePoint element is an individual nominal measurement point for a feature.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type PointSetNominalType
Annotations
The PointSetNominalType defines a set of ordered nominal target measurement points for a feature with a QIF id for referencing.
Diagram
Diagram Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Features_xsd_Complex_Type_PointSetNominalType.tmp#PointSetNominalType_n Features_xsd_Complex_Type_PointSetNominalType.tmp#PointSetNominalType_id Features_xsd_Complex_Type_PointSetNominalType.tmp#PointSetNominalType_MeasurePoint
Used by
Children MeasurePoint
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
id QIFIdType required
The id attribute is the QIF id of the nominal point set, used for referencing.
linearUnit xs:token optional
n NaturalType required
The required n attribute is the number of nominal points in this set.
significantFigures xs:nonNegativeInteger optional
validity ValidityEnumType optional
xDecimalPlaces xs:nonNegativeInteger optional
xSignificantFigures xs:nonNegativeInteger optional
xValidity ValidityEnumType optional
yDecimalPlaces xs:nonNegativeInteger optional
ySignificantFigures xs:nonNegativeInteger optional
yValidity ValidityEnumType optional
zDecimalPlaces xs:nonNegativeInteger optional
zSignificantFigures xs:nonNegativeInteger optional
zValidity ValidityEnumType optional
Source
<xs:complexType name="PointSetNominalType">
  <xs:annotation>
    <xs:documentation>The PointSetNominalType defines a set of ordered nominal target measurement points for a feature with a QIF id for referencing.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="MeasurePoint" type="MeasurePointNominalType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each MeasurePoint element is an individual nominal measurement point for a feature.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="AttrPoint">
    <xs:annotation>
      <xs:documentation>The AttrPoint attribute group defines accuracies common to all nominal measurement points in the set.</xs:documentation>
    </xs:annotation>
  </xs:attributeGroup>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of nominal points in this set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="id" type="QIFIdType" use="required">
    <xs:annotation>
      <xs:documentation>The id attribute is the QIF id of the nominal point set, used for referencing.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Attribute PointSetNominalType / @n
Annotations
The required n attribute is the number of nominal points in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type PointSetNominalType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of nominal points in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Attribute PointSetNominalType / @id
Annotations
The id attribute is the QIF id of the nominal point set, used for referencing.
Type QIFIdType
Type hierarchy
Properties
use required
Facets
pattern ([\-+]?[0-9]+) & ([1-9][0-9]*)
Used by
Complex Type PointSetNominalType
Source
<xs:attribute name="id" type="QIFIdType" use="required">
  <xs:annotation>
    <xs:documentation>The id attribute is the QIF id of the nominal point set, used for referencing.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd