Definition Type: ComplexType
Name: VariablesType
Namespace: http://oval.mitre.org/XMLSchema/oval-variables-5
Containing Schema: oval-variables-schema.xsd
Abstract
Documentation:
The VariablesType complex type is a container for one or more variable elements. Each variable element holds the value of an external variable used in an OVAL Definition. Please refer to the description of the VariableType for more information about an individual variable.
Collapse XSD Schema Diagram:
Drilldown into variable in schema oval-variables-schema_xsdXSD Diagram of VariablesType in schema oval-variables-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 elements. Each variable element holds the value of an external variable used in an OVAL Definition. Please refer to the description of the VariableType for more information about an individual variable.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="variable" type="oval-var:VariableType" minOccurs="1" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
variable oval-var:variable 1 unbounded
Collapse Derivation Tree:
Collapse References:
oval-var:variables