<xs:complexType name="FeatureIsDatumType">
<xs:annotation>
<xs:documentation>The FeatureIsDatumType defines a Boolean expression representing a test of whether a feature is a datum. The FeatureIsDatumType evaluates to true if the feature for which hit points are being selected is used as a datum. Otherwise, it evaluates to false.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="BooleanExpressionBaseType"/>
</xs:complexContent>
</xs:complexType> |