Definition Type: ComplexType
Name: EntityItemVariableRefType
Namespace: http://oval.mitre.org/XMLSchema/oval-system-characteristics-5#independent
Type: oval-sc:EntityItemStringType
Containing Schema: independent-system-characteristics-schema.xsd
Abstract
Documentation:
The EntityItemVariableRefType complex type defines a string item entity that has a valid OVAL variable id as the value.
Collapse XSD Schema Diagram:
Drilldown into status in schema oval-system-characteristics-schema_xsd Drilldown into mask in schema oval-system-characteristics-schema_xsd Drilldown into datatype in schema oval-system-characteristics-schema_xsdXSD Diagram of EntityItemVariableRefType in schema independent-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="EntityItemVariableRefType">
    <xsd:annotation>
        <xsd:documentation>The EntityItemVariableRefType complex type defines a string item entity that has a valid OVAL variable id as the value.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:restriction base="oval-sc:EntityItemStringType">
            <xsd:pattern value="oval:[A-Za-z\-\.]+:var:[1-9][0-9]*" />
        </xsd:restriction>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
datatype oval-sc:datatype string Optional
mask oval-sc:mask false Optional
status oval-sc:status exists Optional
Collapse Facets:
Facet Value
Pattern oval:[A-Za-z\-\.]+:var:[1-9][0-9]*
Collapse Derivation Tree:
Collapse References:
ind-sc:var_ref