<xs:complexType name="FeatureAreaType">
<xs:annotation>
<xs:documentation>The FeatureAreaType defines an arithmetic expression representing the area of a feature. The FeatureAreaType evaluates to the area of the feature being processed. The units for area are the area units used in the file.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="ArithmeticExpressionBaseType"/>
</xs:complexContent>
</xs:complexType> |