Definition Type: Element
Name: variables
Namespace: http://oval.mitre.org/XMLSchema/oval-definitions-5
Type: oval-def:VariablesType
Containing Schema: oval-definitions-schema.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
The optional variables section contains 1 or more variables.
Collapse XSD Schema Diagram:
Drilldown into variable in schema oval-definitions-schema_xsd Drilldown into VariablesType in schema oval-definitions-schema_xsdXSD Diagram of variables in schema oval-definitions-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="variables" type="oval-def:VariablesType" minOccurs="0" maxOccurs="1">
    <xsd:annotation>
        <xsd:documentation>The optional variables section contains 1 or more variables.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
variable oval-def:variable 1 unbounded
Collapse Derivation Tree: