<xs:complexType name="ArithmeticCharacteristicParameterType">
<xs:annotation>
<xs:documentation>The ArithmeticCharacteristicParameterType defines an arithmetic expression that represents the value of an arithmetic parameter of a characteristic (e.g., the ToleranceValue of a geometric tolerance). If the characteristic under consideration does not have the given parameter, rules containing an instance of the ArithmeticCharacteristicParameter do not apply.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="ArithmeticParameterBaseType">
<xs:sequence>
<xs:element name="CharacteristicTypeEnum" type="CharacteristicTypeEnumType" minOccurs="0">
<xs:annotation>
<xs:documentation>The optional CharacteristicTypeEnum element identifies the type of characteristic. If this element is used, the rule containing the ArithmeticCharacteristicParameter applies only to characteristics of the given type. If this element is not used, the rule containing the ArithmeticCharacteristicParameterType applies to any characteristic that has the parameter.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |