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:
'include_group' defines whether the group sid should be included in the object when the object is defined by a group sid. For example, the intension of an object defined by a group sid might be to retrieve all the user sids that are a member of the group, but not the group sid itself.
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>'include_group' defines whether the group sid should be included in the object when the object is defined by a group sid. For example, the intension of an object defined by a group sid might be to retrieve all the user sids that are a member of the group, but not the group sid itself.</xsd:documentation>
    </xsd:annotation>
</xsd:attribute>