Definition Type: Element
Name: object
Namespace: http://oval.mitre.org/XMLSchema/system_characteristics#windows
Type: system_characteristics:objectType
Containing Schema: windows-system-characteristics-schema.xsd
MinOccurs 1
MaxOccurs 1
Abstract
Collapse XSD Schema Diagram:
Drilldown into trustee_name in schema windows-system-characteristics-schema_xsd Drilldown into key in schema windows-system-characteristics-schema_xsd Drilldown into hive in schema windows-system-characteristics-schema_xsd Drilldown into status in schema system-characteristics-schema_xsd Drilldown into objectType in schema system-characteristics-schema_xsdXSD Diagram of object in schema windows-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="object" minOccurs="1" maxOccurs="1">
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="system_characteristics:objectType">
                <xsd:sequence>
                    <xsd:element name="hive" type="windows:objectHiveType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>This element specifies the hive of a registry key on the machine from which the SACL was retrieved.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_item>Regkey Audited Permissions Item</parent_item>
                                <cardinality>1</cardinality>
                                <content>string</content>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="key" type="system_characteristics:objectStringType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>This element specifies a registry key on the machine from which the SACL was retrieved.  Note that the hive portion of the string should not be inclueded, as this data should be found under the hive element.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_item>Regkey Audited Permissions Item</parent_item>
                                <cardinality>1</cardinality>
                                <content>string</content>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="trustee_name" type="system_characteristics:objectStringType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>This element specifies the trustee name associated with this particular SACL.  A trustee can be a user, group, or program (such as a Windows service)</xsd:documentation>
                            <xsd:appinfo>
                                <parent_item>Regkey Audited Permissions Item</parent_item>
                                <cardinality>1</cardinality>
                                <content>string</content>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                </xsd:sequence>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
hive windows:hive 1 1
key windows:key 1 1
trustee_name windows:trustee_name 1 1
Collapse Child Attributes:
Name Type Default Value Use
status system_characteristics:status exists Optional
Collapse Derivation Tree: