Definition Type: ComplexType
Name: VariablesType
Namespace: http://oval.mitre.org/XMLSchema/oval-definitions-5
Containing Schema: oval-definitions-schema.xsd
Abstract
Documentation:
The VariablesType complex type is a container for one or more variable child elements. Each variable element is a way to define one or more values to be obtained at the time a definition is evaluated.
Collapse XSD Schema Diagram:
Drilldown into variable in schema oval-definitions-schema_xsdXSD Diagram of VariablesType in schema oval-definitions-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="VariablesType">
    <xsd:annotation>
        <xsd:documentation>The VariablesType complex type is a container for one or more variable child elements. Each variable element is a way to define one or more values to be obtained at the time a definition is evaluated.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="oval-def:variable" minOccurs="1" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
variable oval-def:variable 1 unbounded
Collapse Derivation Tree:
Collapse References:
oval-def:variables