<xs:complexType name="ArithmeticParameterBaseType" abstract="true">
<xs:annotation>
<xs:documentation>The abstract ArithmeticParameterBaseType defines an arithmetic expression that represents the value of an arithmetic parameter of a feature, characteristic, DME, or part (e.g., the diameter of a circle). 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 feature, characteristic, DME, or part 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:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |