Definition Type: ComplexType
Name: CollectedObjectsType
Namespace: http://oval.mitre.org/XMLSchema/oval-system-characteristics-5
Containing Schema: oval-system-characteristics-schema.xsd
Abstract
Documentation:
The CollectedObjectsType complex type states all the objects that have been collected by the system characteristics file. The details of each object are defined by the global OVAL object that is identified by the id.
Collapse XSD Schema Diagram:
Drilldown into object in schema oval-system-characteristics-schema_xsdXSD Diagram of CollectedObjectsType in schema oval-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="CollectedObjectsType">
    <xsd:annotation>
        <xsd:documentation>The CollectedObjectsType complex type states all the objects that have been collected by the system characteristics file. The details of each object are defined by the global OVAL object that is identified by the id.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="object" type="oval-sc:ObjectType" minOccurs="1" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
object oval-sc:object 1 unbounded
Collapse Derivation Tree:
Collapse References:
oval-sc:collected_objects