<xs:complexType name="ArithmeticFeatureParameterType">
<xs:annotation>
<xs:documentation>The ArithmeticFeatureParameterType defines an arithmetic expression that represents the value of an arithmetic parameter of a feature (e.g., the diameter of a circle). If the feature instance under consideration does not have the given parameter, rules containing an instance of the ArithmeticFeatureParameter do not apply.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="ArithmeticParameterBaseType">
<xs:sequence>
<xs:element name="FeatureTypeEnum" type="FeatureTypeEnumType" minOccurs="0">
<xs:annotation>
<xs:documentation>The optional CharacteristicTypeEnum element identifies the type of feature. If this element is used, the rule containing the ArithmeticFeatureParameter applies only to features of the given type. If this element is not used, the rule containing the ArithmeticFeatureParameter applies to any feature that has the parameter.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |