Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element DefiningPointsMeasurementType / DefiningPoint
Annotations
Each DefiningPoint element is a point on a measured point-defined curve or a measured point-defined surface.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_MeasuredPointWithNormalBaseType.tmp#MeasuredPointWithNormalBaseType_id IntermediatesPMI_xsd_Complex_Type_MeasuredPointWithNormalBaseType.tmp#MeasuredPointWithNormalBaseType_Point IntermediatesPMI_xsd_Complex_Type_MeasuredPointWithNormalBaseType.tmp#MeasuredPointWithNormalBaseType_Normal IntermediatesPMI_xsd_Complex_Type_MeasuredPointWithNormalBaseType.tmp#MeasuredPointWithNormalBaseType IntermediatesPMI_xsd_Complex_Type_DefiningPointMeasurementType.tmp#DefiningPointMeasurementType_SequenceNumber IntermediatesPMI_xsd_Complex_Type_DefiningPointMeasurementType.tmp#DefiningPointMeasurementType
Type DefiningPointMeasurementType
Type hierarchy
Properties
content complex
maxOccurs unbounded
Children Normal, Point, SequenceNumber
Instance
<DefiningPoint id="" xmlns="http://qifstandards.org/xsd/qif3">
  <Point combinedUncertainty="" decimalPlaces="" linearUnit="" meanError="" significantFigures="" validity="" xCombinedUncertainty="" xDecimalPlaces="" xMeanError="" xSignificantFigures="" xValidity="" yCombinedUncertainty="" yDecimalPlaces="" yMeanError="" ySignificantFigures="" yValidity="" zCombinedUncertainty="" zDecimalPlaces="" zMeanError="" zSignificantFigures="" zValidity="">{1,1}</Point>
  <Normal combinedUncertainty="" decimalPlaces="" linearUnit="" meanError="" significantFigures="" validity="" xCombinedUncertainty="" xDecimalPlaces="" xMeanError="" xSignificantFigures="" xValidity="" yCombinedUncertainty="" yDecimalPlaces="" yMeanError="" ySignificantFigures="" yValidity="" zCombinedUncertainty="" zDecimalPlaces="" zMeanError="" zSignificantFigures="" zValidity="">{0,1}</Normal>
  <SequenceNumber>{1,1}</SequenceNumber>
</DefiningPoint>
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the point, used for referencing.
Source
<xs:element name="DefiningPoint" type="DefiningPointMeasurementType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each DefiningPoint element is a point on a measured point-defined curve or a measured point-defined surface.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type DefiningPointsMeasurementType
Annotations
The DefiningPointsMeasurementType defines a list of ordered measured feature defining points.
Diagram
Diagram Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint PrimitivesPMI_xsd_Attribute_Group_AttrMeasuredPoint.tmp#AttrMeasuredPoint Features_xsd_Complex_Type_DefiningPointsMeasurementType.tmp#DefiningPointsMeasurementType_n Features_xsd_Complex_Type_DefiningPointsMeasurementType.tmp#DefiningPointsMeasurementType_DefiningPoint
Used by
Children DefiningPoint
Attributes
QName Type Use Annotation
combinedUncertainty xs:decimal optional
decimalPlaces xs:nonNegativeInteger optional
linearUnit xs:token optional
meanError xs:decimal optional
n NaturalType required
The required n attribute is the number of measured feature defining points in the list.
significantFigures xs:nonNegativeInteger optional
validity ValidityEnumType optional
xCombinedUncertainty xs:decimal optional
xDecimalPlaces xs:nonNegativeInteger optional
xMeanError xs:decimal optional
xSignificantFigures xs:nonNegativeInteger optional
xValidity ValidityEnumType optional
yCombinedUncertainty xs:decimal optional
yDecimalPlaces xs:nonNegativeInteger optional
yMeanError xs:decimal optional
ySignificantFigures xs:nonNegativeInteger optional
yValidity ValidityEnumType optional
zCombinedUncertainty xs:decimal optional
zDecimalPlaces xs:nonNegativeInteger optional
zMeanError xs:decimal optional
zSignificantFigures xs:nonNegativeInteger optional
zValidity ValidityEnumType optional
Source
<xs:complexType name="DefiningPointsMeasurementType">
  <xs:annotation>
    <xs:documentation>The DefiningPointsMeasurementType defines a list of ordered measured feature defining points.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="DefiningPoint" type="DefiningPointMeasurementType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each DefiningPoint element is a point on a measured point-defined curve or a measured point-defined surface.</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 measured feature defining points.</xs:documentation>
    </xs:annotation>
  </xs:attributeGroup>
  <xs:attributeGroup ref="AttrMeasuredPoint">
    <xs:annotation>
      <xs:documentation>The AttrMeasuredPoint attribute group defines uncertainties and errors common to all measured feature defining points.</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 measured feature defining points in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Attribute DefiningPointsMeasurementType / @n
Annotations
The required n attribute is the number of measured feature defining points 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 measured feature defining points in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd