Definition Type: ComplexType
Name: EntityItemFixInstallationStatusType
Namespace: http://oval.mitre.org/XMLSchema/oval-system-characteristics-5#aix
Type: oval-sc:EntityItemStringType
Containing Schema: aix-system-characteristics-schema.xsd
Abstract
Documentation:
The EntityStateFixInstallationStatusType defines the different values that are valid for the installation_status entity of a fix_state item. The empty string is also allowed as a valid value to support empty emlements associated with error conditions.
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 EntityItemFixInstallationStatusType in schema aix-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="EntityItemFixInstallationStatusType">
    <xsd:annotation>
        <xsd:documentation>The EntityStateFixInstallationStatusType defines the different values that are valid for the installation_status entity of a fix_state item.  The empty string is also allowed as a valid value to support empty emlements associated with error conditions.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:restriction base="oval-sc:EntityItemStringType">
            <xsd:enumeration value="ALL_INSTALLED">
                <xsd:annotation>
                    <xsd:documentation>All filesets for XXXXXXX were found</xsd:documentation>
                </xsd:annotation>
            </xsd:enumeration>
            <xsd:enumeration value="SOME_INSTALLED">
                <xsd:annotation>
                    <xsd:documentation>Not all filesets for XXXXXXX were found</xsd:documentation>
                </xsd:annotation>
            </xsd:enumeration>
            <xsd:enumeration value="NONE_INSTALLED">
                <xsd:annotation>
                    <xsd:documentation>No filesets which have fixes for XXXXXXX are currently installed.</xsd:documentation>
                </xsd:annotation>
            </xsd:enumeration>
            <xsd:enumeration value="" />
        </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
Enumeration ALL_INSTALLED
Enumeration SOME_INSTALLED
Enumeration NONE_INSTALLED
Enumeration
Collapse Derivation Tree:
Collapse References:
aix-sc:installation_status