The FeatureIsInternalType defines a Boolean expression representing a test of whether a feature is internal. The FeatureIsInternalType evaluates to true if the feature for which hit points are being selected is an internal feature. Otherwise, it evaluates to false, which means either the feature is external or the feature is neither internal nor external.
<xs:complexType name="FeatureIsInternalType"><xs:annotation><xs:documentation>The FeatureIsInternalType defines a Boolean expression representing a test of whether a feature is internal. The FeatureIsInternalType evaluates to true if the feature for which hit points are being selected is an internal feature. Otherwise, it evaluates to false, which means either the feature is external or the feature is neither internal nor external.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="BooleanExpressionBaseType"/></xs:complexContent></xs:complexType>