Definition Type: ComplexType
Name: EntityStateEngineType
Namespace: http://oval.mitre.org/XMLSchema/oval-definitions-5#independent
Type: oval-def:EntityStateStringType
Containing Schema: independent-definitions-schema.xsd
Abstract
Documentation:
The EntityStateEngineType complex type defines a string entity value that is restricted to a set of enumerations. Each valid enumeration is a valid database engine. The empty string is also allowed to support empty emlement associated with variable references.
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 var_check in schema oval-definitions-schema_xsd Drilldown into entity_check in schema oval-definitions-schema_xsdXSD Diagram of EntityStateEngineType in schema independent-definitions-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="EntityStateEngineType">
    <xsd:annotation>
        <xsd:documentation>The EntityStateEngineType complex type defines a string entity value that is restricted to a set of enumerations. Each valid enumeration is a valid database engine. The empty string is also allowed to support empty emlement associated with variable references.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:restriction base="oval-def:EntityStateStringType">
            <xsd:enumeration value="access" />
            <xsd:enumeration value="db2" />
            <xsd:enumeration value="cache" />
            <xsd:enumeration value="firebird" />
            <xsd:enumeration value="firstsql" />
            <xsd:enumeration value="foxpro" />
            <xsd:enumeration value="informix" />
            <xsd:enumeration value="ingres" />
            <xsd:enumeration value="interbase" />
            <xsd:enumeration value="lightbase" />
            <xsd:enumeration value="maxdb" />
            <xsd:enumeration value="monetdb" />
            <xsd:enumeration value="mimer" />
            <xsd:enumeration value="oracle" />
            <xsd:enumeration value="paradox" />
            <xsd:enumeration value="pervasive" />
            <xsd:enumeration value="postgre" />
            <xsd:enumeration value="postgre" />
            <xsd:enumeration value="sqlbase" />
            <xsd:enumeration value="sqlite" />
            <xsd:enumeration value="sqlserver" />
            <xsd:enumeration value="sybase" />
            <xsd:enumeration value="" />
        </xsd:restriction>
    </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
entity_check oval-def:entity_check all Optional
var_check oval-def:var_check all Optional
Collapse Facets:
Facet Value
Enumeration access
Enumeration db2
Enumeration cache
Enumeration firebird
Enumeration firstsql
Enumeration foxpro
Enumeration informix
Enumeration ingres
Enumeration interbase
Enumeration lightbase
Enumeration maxdb
Enumeration monetdb
Enumeration mimer
Enumeration oracle
Enumeration paradox
Enumeration pervasive
Enumeration postgre
Enumeration postgre
Enumeration sqlbase
Enumeration sqlite
Enumeration sqlserver
Enumeration sybase
Enumeration
Collapse Derivation Tree: