Definition Type: ComplexType
Name: EntityStateSmfProtocolType
Namespace: http://oval.mitre.org/XMLSchema/oval-definitions-5#solaris
Type: oval-def:EntityStateStringType
Containing Schema: solaris-definitions-schema.xsd
Abstract
Documentation:
The EntityStateSmfProtocolType complex type defines the different values that are valid for the protocol entity of a smf_state. The empty string is also allowed as a valid value to support an empty element that is found when a variable reference is used within the type entity.
Collapse XSD Schema Diagram:
Drilldown into var_ref in schema oval-definitions-schema_xsd Drilldown into mask in schema oval-definitions-schema_xsd Drilldown into operation in schema oval-definitions-schema_xsd Drilldown into datatype in schema oval-definitions-schema_xsd Drilldown into var_check in schema oval-definitions-schema_xsd Drilldown into entity_check in schema oval-definitions-schema_xsdXSD Diagram of EntityStateSmfProtocolType in schema solaris-definitions-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="EntityStateSmfProtocolType">
    <xsd:annotation>
        <xsd:documentation>The EntityStateSmfProtocolType complex type defines the different values that are valid for the protocol entity of a smf_state. The empty string is also allowed as a valid value to support an empty element that is found when a variable reference is used within the type entity.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:restriction base="oval-def:EntityStateStringType">
            <xsd:enumeration value="tcp">
                <xsd:annotation>
                    <xsd:documentation />
                </xsd:annotation>
            </xsd:enumeration>
            <xsd:enumeration value="tcp6">
                <xsd:annotation>
                    <xsd:documentation />
                </xsd:annotation>
            </xsd:enumeration>
            <xsd:enumeration value="tcp6only">
                <xsd:annotation>
                    <xsd:documentation>Request that service listen only for and pass on true IPv6 requests (not IPv4 mapped ones).</xsd:documentation>
                </xsd:annotation>
            </xsd:enumeration>
            <xsd:enumeration value="udp">
                <xsd:annotation>
                    <xsd:documentation />
                </xsd:annotation>
            </xsd:enumeration>
            <xsd:enumeration value="udp6">
                <xsd:annotation>
                    <xsd:documentation />
                </xsd:annotation>
            </xsd:enumeration>
            <xsd:enumeration value="udp6only">
                <xsd:annotation>
                    <xsd:documentation>Request that service listen only for and pass on true IPv6 requests (not IPv4 mapped ones).</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-def:datatype string Optional
operation oval-def:operation equals Optional
mask oval-def:mask false Optional
var_ref oval-def:var_ref Optional
entity_check oval-def:entity_check all Optional
var_check oval-def:var_check all Optional
Collapse Facets:
Facet Value
Enumeration tcp
Enumeration tcp6
Enumeration tcp6only
Enumeration udp
Enumeration udp6
Enumeration udp6only
Enumeration
Collapse Derivation Tree:
Collapse References:
sol-def:protocol