Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element DMEParameterConstraintType / ParameterName
Annotations
The ParameterName element is the xpath to a numerical-valued parameter of the class of DME being considered. For example if the class of DME is UNIVERSAL_DEVICE, the ParameterName could be CartesianWorkingVolume/XAxisLength, the value of which would be length of the X axis of the CartesianWorkingVolume of the instance of UniversalDeviceType being considered.
Diagram
Diagram
Type xs:token
Properties
content simple
Source
<xs:element name="ParameterName" type="xs:token">
  <xs:annotation>
    <xs:documentation>The ParameterName element is the xpath to a numerical-valued parameter of the class of DME being considered. For example if the class of DME is UNIVERSAL_DEVICE, the ParameterName could be CartesianWorkingVolume/XAxisLength, the value of which would be length of the X axis of the CartesianWorkingVolume of the instance of UniversalDeviceType being considered.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Element DMEParameterConstraintType / Comparison
Annotations
The Comparison element is the comparison to perform between the value of the named parameter of a DME and the value of the ComparedTo expression.
Diagram
Diagram Expressions_xsd_Simple_Type_ArithmeticComparisonEnumType.tmp#ArithmeticComparisonEnumType
Type ArithmeticComparisonEnumType
Properties
content simple
Facets
enumeration EQUAL
enumeration GREATER
enumeration GREATEROREQUAL
enumeration LESS
enumeration LESSOREQUAL
Source
<xs:element name="Comparison" type="ArithmeticComparisonEnumType">
  <xs:annotation>
    <xs:documentation>The Comparison element is the comparison to perform between the value of the named parameter of a DME and the value of the ComparedTo expression.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Complex Type DMEParameterConstraintType
Annotations
The DMEParameterConstraintType is a constraint on a parameter of the DME being considered. For a DME to satisfy the rule, the named parameter of the DME must satisfy the enumerated comparison with the evaluated arithmetic expression. The parameter name must be the name of a parameter of the class of DMEs named in the DMEDecisionClass in which the constraint is found. For example if the the DME class name is CALIPER, the parameter is LinearResolution, the comparison is LESS, and the arithmetic expression is 0.01, then the resolution of a caliper being considered must be less than (i.e., better than) 0.01.
Diagram
Diagram QIFRules_xsd_Complex_Type_DMEParameterConstraintType.tmp#DMEParameterConstraintType_ParameterName QIFRules_xsd_Complex_Type_DMEParameterConstraintType.tmp#DMEParameterConstraintType_Comparison GenericExpressions_xsd_Element_ArithmeticExpression.tmp#ArithmeticExpression
Used by
Children ArithmeticExpression, Comparison, ParameterName
Source
<xs:complexType name="DMEParameterConstraintType">
  <xs:annotation>
    <xs:documentation>The DMEParameterConstraintType is a constraint on a parameter of the DME being considered. For a DME to satisfy the rule, the named parameter of the DME must satisfy the enumerated comparison with the evaluated arithmetic expression. The parameter name must be the name of a parameter of the class of DMEs named in the DMEDecisionClass in which the constraint is found. For example if the the DME class name is CALIPER, the parameter is LinearResolution, the comparison is LESS, and the arithmetic expression is 0.01, then the resolution of a caliper being considered must be less than (i.e., better than) 0.01.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ParameterName" type="xs:token">
      <xs:annotation>
        <xs:documentation>The ParameterName element is the xpath to a numerical-valued parameter of the class of DME being considered. For example if the class of DME is UNIVERSAL_DEVICE, the ParameterName could be CartesianWorkingVolume/XAxisLength, the value of which would be length of the X axis of the CartesianWorkingVolume of the instance of UniversalDeviceType being considered.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Comparison" type="ArithmeticComparisonEnumType">
      <xs:annotation>
        <xs:documentation>The Comparison element is the comparison to perform between the value of the named parameter of a DME and the value of the ComparedTo expression.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ArithmeticExpression">
      <xs:annotation>
        <xs:documentation>The ArithmeticExpression element is the expression whose value is to be compared to the value of the named parameter.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd