Definition Type: ComplexType
Name: EntityObjectBaseType
Namespace: http://oval.mitre.org/XMLSchema/oval-definitions-5
Type: oval-def:EntityBaseType
Containing Schema: oval-definitions-schema.xsd
Abstract True
Documentation:
The EntityObjectBaseType complex type is an abstract type that extends the EntityBaseType and is used by the entities within an OVAL Objects. If the entity uses a var_ref and the associated variable defines more than one values, the optional var_check attribute defines how the data collection should proceed. For example, if an object entity 'filename' with an operation of 'does not equal' references a variable that returns five different values, and the var_check attribute has a value of 'all', then an actual file on the system matches only if the actual filename does not equal any of the variable values. If a variable does not return any value, then an error should be thrown during OVAL analysis.
Collapse XSD Schema Diagram:
Drilldown into var_ref in schema oval-definitions-schema_xsd Drilldown into mask in schema oval-definitions-schema_xsd Drilldown into operation in schema oval-definitions-schema_xsd Drilldown into datatype in schema oval-definitions-schema_xsd Drilldown into EntityBaseType in schema oval-definitions-schema_xsd Drilldown into var_check in schema oval-definitions-schema_xsdXSD Diagram of EntityObjectBaseType in schema oval-definitions-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="EntityObjectBaseType" abstract="true">
    <xsd:annotation>
        <xsd:documentation>The EntityObjectBaseType complex type is an abstract type that extends the EntityBaseType and is used by the entities within an OVAL Objects.</xsd:documentation>
        <xsd:documentation>If the entity uses a var_ref and the associated variable defines more than one values, the optional var_check attribute defines how the data collection should proceed. For example, if an object entity 'filename' with an operation of 'does not equal' references a variable that returns five different values, and the var_check attribute has a value of 'all', then an actual file on the system matches only if the actual filename does not equal any of the variable values. If a variable does not return any value, then an error should be thrown during OVAL analysis.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="oval-def:EntityBaseType">
            <xsd:attribute name="var_check" type="oval:CheckEnumeration" use="optional" default="all" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
datatype oval-def:datatype string Optional
operation oval-def:operation equals Optional
mask oval-def:mask false Optional
var_ref oval-def:var_ref Optional
var_check oval-def:var_check all Optional
Collapse Derivation Tree:
Collapse References:
oval-def:EntityObjectAnyType, oval-def:EntityObjectBinaryType, oval-def:EntityObjectBoolType, oval-def:EntityObjectFloatType, oval-def:EntityObjectIntType, oval-def:EntityObjectStringType