Definition Type: ComplexType
Name: SystemDataType
Namespace: http://oval.mitre.org/XMLSchema/oval-system-characteristics-5
Containing Schema: oval-system-characteristics-schema.xsd
Abstract
Documentation:
The SystemDataType complex type is a container for one or more item elements. Each item defines a specific piece of data on the system.
Collapse XSD Schema Diagram:
Drilldown into item in schema oval-system-characteristics-schema_xsdXSD Diagram of SystemDataType in schema oval-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="SystemDataType">
    <xsd:annotation>
        <xsd:documentation>The SystemDataType complex type is a container for one or more item elements. Each item defines a specific piece of data on the system.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="oval-sc:item" minOccurs="1" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
item oval-sc:item 1 unbounded
Collapse Derivation Tree:
Collapse References:
oval-sc:system_data