Definition Type: ComplexType
Name: componentType
Namespace: http://oval.mitre.org/XMLSchema/oval_results#unix
Type: oval_results:subtestBaseType
Containing Schema: unix-oval-results-schema.xsd
Abstract
Documentation:
The component type allows a value to obtained by combining different pieces from other sources. Each component element has an attribute called type. The value of this attribute determines where to get the string used to build the file path. A type of literal means: use the value of the component element as is.
Collapse XSD Schema Diagram:
Drilldown into component in schema unix-oval-results-schema_xsd Drilldown into version in schema oval-results-schema_xsd Drilldown into var_ref in schema oval-results-schema_xsd Drilldown into operator in schema oval-results-schema_xsd Drilldown into datatype in schema oval-results-schema_xsd Drilldown into subtestAttributes in schema oval-results-schema_xsd Drilldown into subtestBaseType in schema oval-results-schema_xsdXSD Diagram of componentType in schema unix-oval-results-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="componentType">
    <xsd:annotation>
        <xsd:documentation>The component type allows a value to obtained by combining different pieces from other sources.  Each component element has an attribute called type.  The value of this attribute determines where to get the string used to build the file path.  A type of literal means: use the value of the component element as is.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="oval_results:subtestBaseType">
            <xsd:sequence>
                <xsd:element name="component" minOccurs="1" maxOccurs="unbounded">
                    <xsd:complexType>
                        <xsd:simpleContent>
                            <xsd:extension base="xsd:string">
                                <xsd:attribute name="type" use="required">
                                    <xsd:simpleType>
                                        <xsd:restriction base="xsd:string">
                                            <xsd:enumeration value="environment_variable" />
                                            <xsd:enumeration value="group_homedirs" />
                                            <xsd:enumeration value="literal" />
                                            <xsd:enumeration value="user_homedirs" />
                                        </xsd:restriction>
                                    </xsd:simpleType>
                                </xsd:attribute>
                            </xsd:extension>
                        </xsd:simpleContent>
                    </xsd:complexType>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
component unix:component 1 unbounded
Collapse Child Attributes:
Name Type Default Value Use
datatype oval_results:datatype string Optional
operator oval_results:operator equals Optional
var_ref oval_results:var_ref Optional
version oval_results:version 1 Optional
<anyAttribute>
Collapse Derivation Tree:
Collapse References:
unix:path, unix:path