Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ArithmeticDMEParameterType / DMEClassNameEnum
Annotations
The DMEClassNameEnum element identifies the type of DME. A rule containing the ArithmeticDMEParameter applies only to DMEs of the given type.
Diagram
Diagram Expressions_xsd_Simple_Type_DMEClassNameEnumType.tmp#DMEClassNameEnumType
Type DMEClassNameEnumType
Properties
content simple
Facets
enumeration AACMM
enumeration ALLDMES
enumeration ANALOG_MICROMETER
enumeration AUTOCOLLIMATOR
enumeration CALIPER
enumeration CAPACITIVE_SENSOR
enumeration CARTESIAN_CMM
enumeration CHARGE_COUPLED_DEVICE_CAMERA_SENSOR
enumeration CMM
enumeration COMPLEX_TACTILE_PROBE_SENSOR
enumeration COMPUTED_TOMOGRAPHY
enumeration CONFOCAL_CHROMATIC_SENSOR
enumeration DIAL_CALIPER
enumeration DIGITAL_CALIPER
enumeration DIGITAL_MICROMETER
enumeration DRAW_WIRE_SENSOR
enumeration DVRT_SENSOR
enumeration EDDY_CURRENT_SENSOR
enumeration GAGE
enumeration LASER_RADAR
enumeration LASER_TRACKER
enumeration LASER_TRIANGULATION_SENSOR
enumeration LIGHT_PEN_CMM
enumeration LVDT_SENSOR
enumeration MAGNETO_INDUCTIVE_SENSOR
enumeration MEASUREMENT_ROOM
enumeration MICROMETER
enumeration MICROSCOPE
enumeration MULTIPLE_CARRIAGE_CARTESIAN_CMM
enumeration OPTICAL_COMPARATOR
enumeration PARALLEL_LINK_CMM
enumeration PROBE_TIP
enumeration SIMPLE_TACTILE_PROBE_SENSOR
enumeration SINE_BAR
enumeration STRUCTURED_LIGHT_SENSOR
enumeration TACTILE_PROBE_SENSOR
enumeration THEODOLITE
enumeration TOOL_WITH_CCD_CAMERA_SENSOR
enumeration TOOL_WITH_CAPACITIVE_SENSOR
enumeration TOOL_WITH_COMPLEX_TACTILE_PROBE_SENSOR
enumeration TOOL_WITH_CONFOCAL_CHROMATIC_SENSOR
enumeration TOOL_WITH_DETACHABLE_SENSORS
enumeration TOOL_WITH_DVRT_SENSOR
enumeration TOOL_WITH_DRAW_WIRE_SENSOR
enumeration TOOL_WITH_EDDY_CURRENT_SENSOR
enumeration TOOL_WITH_INTEGRATED_SENSOR
enumeration TOOL_WITH_LVDT_SENSOR
enumeration TOOL_WITH_LASER_TRIANGULATION_SENSOR
enumeration TOOL_WITH_MAGNETOINDUCTIVE_SENSOR
enumeration TOOL_WITH_SIMPLE_TACTILE_PROBE_SENSOR
enumeration TOOL_WITH_STRUCTURED_LIGHT_SENSOR
enumeration TOOL_WITH_ULTRASONIC_SENSOR
enumeration ULTRASONIC_SENSOR
enumeration UNIVERSAL_DEVICE
enumeration UNIVERSAL_LENGTH_MEASURING
Source
<xs:element name="DMEClassNameEnum" type="DMEClassNameEnumType">
  <xs:annotation>
    <xs:documentation>The DMEClassNameEnum element identifies the type of DME. A rule containing the ArithmeticDMEParameter applies only to DMEs of the given type.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Expressions.xsd
Complex Type ArithmeticDMEParameterType
Annotations
The ArithmeticDMEParameterType defines an arithmetic expression that represents the value of an arithmetic parameter of a DME (e.g., the resolution of a caliper). If the DME under consideration does not have the given parameter, rules containing an instance of the ArithmeticDMEParameter do not apply.
Diagram
Diagram GenericExpressions_xsd_Complex_Type_ArithmeticExpressionBaseType.tmp#ArithmeticExpressionBaseType Expressions_xsd_Complex_Type_ArithmeticParameterBaseType.tmp#ArithmeticParameterBaseType_Parameter Expressions_xsd_Complex_Type_ArithmeticParameterBaseType.tmp#ArithmeticParameterBaseType Expressions_xsd_Complex_Type_ArithmeticDMEParameterType.tmp#ArithmeticDMEParameterType_DMEClassNameEnum
Type extension of ArithmeticParameterBaseType
Type hierarchy
Used by
Children DMEClassNameEnum, Parameter
Source
<xs:complexType name="ArithmeticDMEParameterType">
  <xs:annotation>
    <xs:documentation>The ArithmeticDMEParameterType defines an arithmetic expression that represents the value of an arithmetic parameter of a DME (e.g., the resolution of a caliper). If the DME under consideration does not have the given parameter, rules containing an instance of the ArithmeticDMEParameter do not apply.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ArithmeticParameterBaseType">
      <xs:sequence>
        <xs:element name="DMEClassNameEnum" type="DMEClassNameEnumType">
          <xs:annotation>
            <xs:documentation>The DMEClassNameEnum element identifies the type of DME. A rule containing the ArithmeticDMEParameter applies only to DMEs of the given type.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Expressions.xsd