The FeatureTypeIsType defines a Boolean expression representing a test of whether a feature is of a given type. The FeatureTypeIsType evaluates to true if the val is the feature type of the feature for which a DME is being selected. Otherwise, it evaluates to false. The FeatureTypeIsType should not be used in boolean expressions in the FeatureRules of the QIFRulesType since those rules are already feature specific.
The required val attribute is the feature type against which to test the feature type of the feature.
Source
<xs:complexType name="FeatureTypeIsType"><xs:annotation><xs:documentation>The FeatureTypeIsType defines a Boolean expression representing a test of whether a feature is of a given type. The FeatureTypeIsType evaluates to true if the val is the feature type of the feature for which a DME is being selected. Otherwise, it evaluates to false. The FeatureTypeIsType should not be used in boolean expressions in the FeatureRules of the QIFRulesType since those rules are already feature specific.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="BooleanExpressionBaseType"><xs:attribute name="val" type="FeatureTypeEnumType" use="required"><xs:annotation><xs:documentation>The required val attribute is the feature type against which to test the feature type of the feature.</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:complexContent></xs:complexType>
<xs:attribute name="val" type="FeatureTypeEnumType" use="required"><xs:annotation><xs:documentation>The required val attribute is the feature type against which to test the feature type of the feature.</xs:documentation></xs:annotation></xs:attribute>