Definition Type: Element
Name: object
Namespace: http://oval.mitre.org/XMLSchema/oval#redhat
Type: oval:objectType
Containing Schema: redhat-schema.xsd
MinOccurs 1
MaxOccurs 1
Abstract
Collapse XSD Schema Diagram:
Drilldown into xpath in schema redhat-schema_xsd Drilldown into path in schema redhat-schema_xsd Drilldown into objectType in schema oval-schema_xsdXSD Diagram of object in schema redhat-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="oval:objectType">
                <xsd:sequence>
                    <xsd:element name="path" type="redhat:componentType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>Specifies the absolute path to a file on the machine.  This path can be created from multiple components that are added together.  When a pattern match operator is used, the corresponding regular expression is matched against the set of absolute path strings.  These string would not include the '.' and '..' notations.  This means that a '.*' component of a regular expression will not only match all files in the specified directories, but all subdirectories, their subdirectories, etc.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_test>XML File Content Test</parent_test>
                                <cardinality>1</cardinality>
                                <content>none</content>
                                <valid_datatypes>component</valid_datatypes>
                                <valid_operators>equals, not equal, pattern match</valid_operators>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="xpath" type="oval:subtestStringType" minOccurs="1" maxOccurs="1" nillable="true">
                        <xsd:annotation>
                            <xsd:documentation>Specifies an Xpath expression describing the nodes to look at.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_test>XML File Content Test</parent_test>
                                <cardinality>1</cardinality>
                                <content>string</content>
                                <valid_datatypes>string</valid_datatypes>
                                <valid_operators>equals, not equal, pattern match</valid_operators>
                            </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 redhat:path 1 1
xpath redhat:xpath 1 1
Collapse Derivation Tree: