Definition Type: Element
Name: object
Namespace: http://oval.mitre.org/XMLSchema/system_characteristics#debian
Type: system_characteristics:objectType
Containing Schema: debian-system-characteristics-schema.xsd
MinOccurs 1
MaxOccurs 1
Abstract
Collapse XSD Schema Diagram:
Drilldown into line in schema debian-system-characteristics-schema_xsd Drilldown into path in schema debian-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 debian-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="path" type="system_characteristics:objectStringType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>Specifies the absolute path to a file on the machine.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_item>Text File Content Item</parent_item>
                                <cardinality>1</cardinality>
                                <content>string</content>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="line" type="system_characteristics:objectStringType" minOccurs="1" maxOccurs="1" nillable="true">
                        <xsd:annotation>
                            <xsd:documentation>The line element represents a line in the file and is represented using a regular expression.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_item>Text File Content 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
path debian:path 1 1
line debian:line 1 1
Collapse Child Attributes:
Name Type Default Value Use
status system_characteristics:status exists Optional
Collapse Derivation Tree: