Definition Type: SimpleType
Name: dataDatatypes
Namespace: http://oval.mitre.org/XMLSchema/system_characteristics
Containing Schema: system-characteristics-schema.xsd
Documentation:
This simple type defines the legal data types that are used to describe data sub elements in items. The component datatype represents a value that is built from one or more component strings. Each component can be a literal string or can reference a value held elsewhere, say a registry key. The version datatype represents a value that is a hierarchical list of versions. For example '#.#.#' or '#-#-#-#' where the numbers to the left are 'more significant' than the numbers to the right.
Collapse XSD Schema Diagram:
XSD Diagram of dataDatatypes in schema system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:simpleType name="dataDatatypes">
    <xsd:annotation>
        <xsd:documentation>This simple type defines the legal data types that are used to describe data sub elements in items.</xsd:documentation>
        <xsd:documentation>The component datatype represents a value that is built from one or more component strings.  Each component can be a literal string or can reference a value held elsewhere, say a registry key.</xsd:documentation>
        <xsd:documentation>The version datatype represents a value that is a hierarchical list of versions.  For example '#.#.#' or '#-#-#-#' where the numbers to the left are 'more significant' than the numbers to the right.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="binary" />
        <xsd:enumeration value="boolean" />
        <xsd:enumeration value="component" />
        <xsd:enumeration value="float" />
        <xsd:enumeration value="int" />
        <xsd:enumeration value="string" />
        <xsd:enumeration value="version" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration binary
Enumeration boolean
Enumeration component
Enumeration float
Enumeration int
Enumeration string
Enumeration version
Collapse Derivation Tree:
Collapse References:
system_characteristics:datatype