Definition Type: Attribute
Name: include_group
Namespace: http://oval.mitre.org/XMLSchema/oval-definitions-5#windows
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: windows-definitions-schema.xsd
Default true
Use Optional
Documentation:
If a group security principle is specified, this behavior specifies whether to include the group or not. For example, maybe you want to check the access tokens associated with every user within a group, but not the group itself. In this case, you would set the include_group behavior to 'false'. If the security_principle is not a group, then this behavior should be ignored.
Collapse XSD Schema Diagram:
XSD Diagram of include_group in schema windows-definitions-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:attribute name="include_group" type="xsd:boolean" use="optional" default="true">
    <xsd:annotation>
        <xsd:documentation>If a group security principle is specified, this behavior specifies whether to include the group or not. For example, maybe you want to check the access tokens associated with every user within a group, but not the group itself. In this case, you would set the include_group behavior to 'false'. If the security_principle is not a group, then this behavior should be ignored.</xsd:documentation>
    </xsd:annotation>
</xsd:attribute>