Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element MeasuredPointWithNormalBaseType / Point
Annotations
The Point element is the location of the individual point.
Diagram
Diagram Primitives_xsd_Simple_Type_PointSimpleType.tmp#PointSimpleType Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_PointType.tmp#PointType PrimitivesPMI_xsd_Attribute_Group_AttrMeasuredPoint.tmp#AttrMeasuredPoint PrimitivesPMI_xsd_Complex_Type_MeasuredPointType.tmp#MeasuredPointType
Type MeasuredPointType
Type hierarchy
Properties
content complex
Attributes
QName Type Use
combinedUncertainty xs:decimal optional
decimalPlaces xs:nonNegativeInteger optional
linearUnit xs:token optional
meanError xs:decimal optional
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:element name="Point" type="MeasuredPointType">
  <xs:annotation>
    <xs:documentation>The Point element is the location of the individual point.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element MeasuredPointWithNormalBaseType / Normal
Annotations
The optional Normal element is the unit vector normal to the material at the locating point.
Diagram
Diagram Primitives_xsd_Simple_Type_UnitVectorSimpleType.tmp#UnitVectorSimpleType Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_UnitVectorType.tmp#UnitVectorType PrimitivesPMI_xsd_Attribute_Group_AttrMeasuredPoint.tmp#AttrMeasuredPoint PrimitivesPMI_xsd_Complex_Type_MeasuredUnitVectorType.tmp#MeasuredUnitVectorType
Type MeasuredUnitVectorType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
combinedUncertainty xs:decimal optional
decimalPlaces xs:nonNegativeInteger optional
linearUnit xs:token optional
meanError xs:decimal optional
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:element name="Normal" type="MeasuredUnitVectorType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Normal element is the unit vector normal to the material at the locating point.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type MeasuredPointWithNormalBaseType
Annotations
The abstract MeasuredPointWithNormalBaseType is the base type for the results of measurement and measured point-defined-feature points. The direction of the optional normal vector is away from the material.
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
Properties
abstract true
Used by
Children Normal, Point
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the point, used for referencing.
Source
<xs:complexType name="MeasuredPointWithNormalBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The abstract MeasuredPointWithNormalBaseType is the base type for the results of measurement and measured point-defined-feature points. The direction of the optional normal vector is away from the material.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Point" type="MeasuredPointType">
      <xs:annotation>
        <xs:documentation>The Point element is the location of the individual point.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Normal" type="MeasuredUnitVectorType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Normal element is the unit vector normal to the material at the locating point.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="QIFIdType" use="required">
    <xs:annotation>
      <xs:documentation>The id attribute is the QIF id of the point, used for referencing.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Attribute MeasuredPointWithNormalBaseType / @id
Annotations
The id attribute is the QIF id of the point, used for referencing.
Type QIFIdType
Type hierarchy
Properties
use required
Facets
pattern ([\-+]?[0-9]+) & ([1-9][0-9]*)
Used by
Source
<xs:attribute name="id" type="QIFIdType" use="required">
  <xs:annotation>
    <xs:documentation>The id attribute is the QIF id of the point, used for referencing.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd