Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element TipEndGeometryType / TipEndGeometryEnum
Annotations
The TipEndGeometryEnum element describes an often-used tip end shape.
Diagram
Diagram QIFMeasurementResources_xsd_Simple_Type_TipEndGeometryEnumType.tmp#TipEndGeometryEnumType
Type TipEndGeometryEnumType
Properties
content simple
Facets
enumeration SPHERE
enumeration CYLINDER
enumeration CYLINDER_WITH_SPHERE
enumeration HEMISPHERE
enumeration SPHERICAL_DISC
enumeration POINT
Source
<xs:element name="TipEndGeometryEnum" type="TipEndGeometryEnumType">
  <xs:annotation>
    <xs:documentation>The TipEndGeometryEnum element describes an often-used tip end shape.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element TipEndGeometryType / OtherTipEndGeometry
Annotations
The OtherTipEndGeometry element describes a tip end shape in natural language.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="OtherTipEndGeometry" type="xs:string">
  <xs:annotation>
    <xs:documentation>The OtherTipEndGeometry element describes a tip end shape in natural language.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type TipEndGeometryType
Annotations
The TipEndGeometryType defines a type of probe tip end shape. The tip end is the portion of a probe tip that contacts the workpiece being probed.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_TipEndGeometryType.tmp#TipEndGeometryType_TipEndGeometryEnum QIFMeasurementResources_xsd_Complex_Type_TipEndGeometryType.tmp#TipEndGeometryType_OtherTipEndGeometry
Used by
Children OtherTipEndGeometry, TipEndGeometryEnum
Source
<xs:complexType name="TipEndGeometryType">
  <xs:annotation>
    <xs:documentation>The TipEndGeometryType defines a type of probe tip end shape. The tip end is the portion of a probe tip that contacts the workpiece being probed.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="TipEndGeometryEnum" type="TipEndGeometryEnumType">
      <xs:annotation>
        <xs:documentation>The TipEndGeometryEnum element describes an often-used tip end shape.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherTipEndGeometry" type="xs:string">
      <xs:annotation>
        <xs:documentation>The OtherTipEndGeometry element describes a tip end shape in natural language.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd