Definition Type: ComplexType
Name: VariableType
Namespace: http://oval.mitre.org/XMLSchema/oval-variables-5
Containing Schema: oval-variables-schema.xsd
Abstract
Documentation:
Each variable element contains the associated datatype and value which will be substituted into the OVAL Definition that is referencing this specific variable.
Collapse XSD Schema Diagram:
Drilldown into value in schema oval-variables-schema_xsd Drilldown into comment in schema oval-variables-schema_xsd Drilldown into datatype in schema oval-variables-schema_xsd Drilldown into id in schema oval-variables-schema_xsdXSD Diagram of VariableType in schema oval-variables-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="VariableType">
    <xsd:annotation>
        <xsd:documentation>Each variable element contains the associated datatype and value which will be substituted into the OVAL Definition that is referencing this specific variable.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="value" type="xsd:anySimpleType" minOccurs="1" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="id" type="oval:VariableIDPattern" use="required" />
    <xsd:attribute name="datatype" type="oval:DatatypeEnumeration" use="required" />
    <xsd:attribute name="comment" type="xsd:string" use="required" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
value oval-var:value 1 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id oval-var:id Required
datatype oval-var:datatype Required
comment oval-var:comment Required
Collapse Derivation Tree:
Collapse References:
oval-var:variable