Definition Type: ComplexType
Name: EntityItemSmfServiceStateType
Namespace: http://oval.mitre.org/XMLSchema/oval-system-characteristics-5#solaris
Type: oval-sc:EntityItemStringType
Containing Schema: solaris-system-characteristics-schema.xsd
Abstract
Documentation:
The EntityItemSmfServiceStateType defines the different values that are valid for the service_state entity of a smf_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 EntityItemSmfServiceStateType in schema solaris-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="EntityItemSmfServiceStateType">
    <xsd:annotation>
        <xsd:documentation>The EntityItemSmfServiceStateType defines the different values that are valid for the service_state entity of a smf_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="DEGRADED">
                <xsd:annotation>
                    <xsd:documentation>The instance is enabled and running or available to run. The instance, however, is functioning at a limited capacity in comparison to normal operation.</xsd:documentation>
                </xsd:annotation>
            </xsd:enumeration>
            <xsd:enumeration value="DISABLED">
                <xsd:annotation>
                    <xsd:documentation>The instance is disabled.</xsd:documentation>
                </xsd:annotation>
            </xsd:enumeration>
            <xsd:enumeration value="MAINTENANCE">
                <xsd:annotation>
                    <xsd:documentation>The instance is enabled, but not able to run.  Administrative action is required to restore the instance to offline and subsequent states.</xsd:documentation>
                </xsd:annotation>
            </xsd:enumeration>
            <xsd:enumeration value="LEGACY-RUN">
                <xsd:annotation>
                    <xsd:documentation>This state represents a legacy instance that is not managed by the service management facility.  Instances in this state have been started at some point, but might or might not be running.</xsd:documentation>
                </xsd:annotation>
            </xsd:enumeration>
            <xsd:enumeration value="OFFLINE">
                <xsd:annotation>
                    <xsd:documentation>The instance is enabled, but not yet running or available to run.</xsd:documentation>
                </xsd:annotation>
            </xsd:enumeration>
            <xsd:enumeration value="ONLINE">
                <xsd:annotation>
                    <xsd:documentation>The instance is enabled and running or is available to run.</xsd:documentation>
                </xsd:annotation>
            </xsd:enumeration>
            <xsd:enumeration value="UNINITIALIZED">
                <xsd:annotation>
                    <xsd:documentation>This is the initial state for all service instances.</xsd:documentation>
                </xsd:annotation>
            </xsd:enumeration>
            <xsd:enumeration value="">
                <xsd:annotation>
                    <xsd:documentation>The empty string value is permitted here to allow for detailed error reporting.</xsd:documentation>
                </xsd:annotation>
            </xsd:enumeration>
        </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 DEGRADED
Enumeration DISABLED
Enumeration MAINTENANCE
Enumeration LEGACY-RUN
Enumeration OFFLINE
Enumeration ONLINE
Enumeration UNINITIALIZED
Enumeration
Collapse Derivation Tree:
Collapse References:
sol-sc:service_state