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
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>
<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>
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: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>