<xs:complexType name="ArithmeticParameterValueType">
<xs:annotation>
<xs:documentation>The ArithmeticParameterValueType defines an arithmetic expression that represents the value of an arithmetic parameter of a QIF object with a QIF id (e.g., the ToleranceValue of a geometric tolerance). If the identified object does not have the given parameter, the result is undefined. If a parameter value is given in units that are not the units in use, the evaluating system must convert to the units in use and use the converted value.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="ArithmeticExpressionBaseType">
<xs:sequence>
<xs:element name="Parameter" type="xs:token">
<xs:annotation>
<xs:documentation>The Parameter element is the xpath starting from the object (e.g., a feature or characteristic) and ending in name of the arithmetic parameter whose value is to be obtained -- for example, Diameter for a Circle or Sweep/Angle for a Circular Arc. The type of the value of the parameter must be xs:decimal or the value must be convertible to xs:decimal without loss of accuracy.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ObjectId" type="QIFReferenceFullType">
<xs:annotation>
<xs:documentation>The ObjectId element identifies the object from which the parameter value is to be extracted.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |