3.1.4.1.4.16 yesnoType Simple Type

The yesnoType simple type specifies whether override or false positive settings are enabled.<67>

 <xs:simpleType name="yesnoType">
   <xs:restriction base="xs:string">
     <xs:enumeration value="yes" />
     <xs:enumeration value="no" />
   </xs:restriction>
 </xs:simpleType>

The following table lists the values that are defined by the yesnoType simple type.

Value

Description

yes

Indicates that the setting is enabled.

no

Indicates that the setting is disabled.