Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element MeasuredPlaneType / Point
Annotations
The Point element is a measured point on the plane.
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 a measured point on the plane.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Element MeasuredPlaneType / Normal
Annotations
The Normal element is the measured unit normal vector of the plane.
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
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">
  <xs:annotation>
    <xs:documentation>The Normal element is the measured unit normal vector of the plane.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Complex Type MeasuredPlaneType
Annotations
The MeasuredPlaneType defines a measured plane by means of the plane unit normal vector and a point on the plane.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_MeasuredPlaneType.tmp#MeasuredPlaneType_Point PrimitivesPMI_xsd_Complex_Type_MeasuredPlaneType.tmp#MeasuredPlaneType_Normal
Used by
Children Normal, Point
Source
<xs:complexType name="MeasuredPlaneType">
  <xs:annotation>
    <xs:documentation>The MeasuredPlaneType defines a measured plane by means of the plane unit normal vector and a point on the plane.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Point" type="MeasuredPointType">
      <xs:annotation>
        <xs:documentation>The Point element is a measured point on the plane.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Normal" type="MeasuredUnitVectorType">
      <xs:annotation>
        <xs:documentation>The Normal element is the measured unit normal vector of the plane.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd