Definition Type: ComplexType
Name: ObjectsType
Namespace: http://oval.mitre.org/XMLSchema/oval-definitions-5
Containing Schema: oval-definitions-schema.xsd
Abstract
Documentation:
The ObjectsType complex type is a container for one or more object child elements. Each object element provides details that define a set of matching objects to be used by an OVAL Test. Please refer to the description of the object element for more information about an individual object.
Collapse XSD Schema Diagram:
Drilldown into object in schema oval-definitions-schema_xsdXSD Diagram of ObjectsType in schema oval-definitions-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="ObjectsType">
    <xsd:annotation>
        <xsd:documentation>The ObjectsType complex type is a container for one or more object child elements. Each object element provides details that define a set of matching objects to be used by an OVAL Test. Please refer to the description of the object element for more information about an individual object.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="oval-def:object" minOccurs="1" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
object oval-def:object 1 unbounded
Collapse Derivation Tree:
Collapse References:
oval-def:objects