Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element DMEDecisionClassType / DMEClassName
Annotations
The DMEClassName element is the name of a class of DME.
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="DMEClassName" type="DMEClassNameEnumType">
  <xs:annotation>
    <xs:documentation>The DMEClassName element is the name of a class of DME.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Element DMEDecisionClassType / ParameterConstraints
Annotations
The optional DMEParameterConstraints element is a set of constraints on parameters of the DME being considered. If this element is used with 'must not', only those DMEs satisfying the constraints are ruled out.
Diagram
Diagram QIFRules_xsd_Complex_Type_DMEParameterConstraintSetType.tmp#DMEParameterConstraintSetType_n QIFRules_xsd_Complex_Type_DMEParameterConstraintSetType.tmp#DMEParameterConstraintSetType_DMEParameterConstraint QIFRules_xsd_Complex_Type_DMEParameterConstraintSetType.tmp#DMEParameterConstraintSetType
Type DMEParameterConstraintSetType
Properties
content complex
minOccurs 0
Children DMEParameterConstraint
Instance
<ParameterConstraints n="" xmlns="http://qifstandards.org/xsd/qif3">
  <DMEParameterConstraint>{1,unbounded}</DMEParameterConstraint>
</ParameterConstraints>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of DMEParameterConstraint elements in the set.
Source
<xs:element name="ParameterConstraints" type="DMEParameterConstraintSetType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional DMEParameterConstraints element is a set of constraints on parameters of the DME being considered. If this element is used with 'must not', only those DMEs satisfying the constraints are ruled out.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Complex Type DMEDecisionClassType
Annotations
The DMEDecisionClassType is a decision in which a DME must, must not, or may be in a named class of DME.
Diagram
Diagram QIFRules_xsd_Element_Applicability.tmp#Applicability QIFRules_xsd_Complex_Type_DMEDecisionBaseType.tmp#DMEDecisionBaseType QIFRules_xsd_Complex_Type_DMEDecisionClassType.tmp#DMEDecisionClassType_DMEClassName QIFRules_xsd_Complex_Type_DMEDecisionClassType.tmp#DMEDecisionClassType_ParameterConstraints
Type extension of DMEDecisionBaseType
Type hierarchy
Used by
Children Applicability, DMEClassName, ParameterConstraints
Source
<xs:complexType name="DMEDecisionClassType">
  <xs:annotation>
    <xs:documentation>The DMEDecisionClassType is a decision in which a DME must, must not, or may be in a named class of DME.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="DMEDecisionBaseType">
      <xs:sequence>
        <xs:element name="DMEClassName" type="DMEClassNameEnumType">
          <xs:annotation>
            <xs:documentation>The DMEClassName element is the name of a class of DME.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="ParameterConstraints" type="DMEParameterConstraintSetType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional DMEParameterConstraints element is a set of constraints on parameters of the DME being considered. If this element is used with 'must not', only those DMEs satisfying the constraints are ruled out.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd