Definition Type: ComplexType
Name: objectBaseType
Namespace: http://oval.mitre.org/XMLSchema/system_characteristics
Type: anyType:http://www.w3.org/2001/XMLSchema
Containing Schema: system-characteristics-schema.xsd
Abstract
Documentation:
Describes complex data along with the standard object element attributes.
Collapse XSD Schema Diagram:
Drilldown into datatype in schema system-characteristics-schema_xsd Drilldown into objectAttributes in schema system-characteristics-schema_xsdXSD Diagram of objectBaseType in schema system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="objectBaseType">
    <xsd:annotation>
        <xsd:documentation>Describes complex data along with the standard object element attributes.</xsd:documentation>
        <xsd:appinfo>
            <attributes>(includes objectAttributes)</attributes>
            <content>(anyType)</content>
            <child_elements>(anyType)</child_elements>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:restriction base="xsd:anyType">
            <xsd:attributeGroup ref="system_characteristics:objectAttributes" />
        </xsd:restriction>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
datatype system_characteristics:datatype literal Optional
<anyAttribute>