Definition Type: ComplexType
Name: EntityEndpointType
Namespace: http://oval.mitre.org/XMLSchema/oval-system-characteristics-5#unix
Type: oval-sc:EntityItemStringType
Containing Schema: unix-system-characteristics-schema.xsd
Abstract
Documentation:
The EntityEndpointType complex type restricts a string value to a specific set of values that describe endpoint types associated with an Internet service. The empty string is also allowed to support empty emlement 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 EntityEndpointType in schema unix-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="EntityEndpointType">
    <xsd:annotation>
        <xsd:documentation>The EntityEndpointType complex type restricts a string value to a specific set of values that describe endpoint types associated with an Internet service. The empty string is also allowed to support empty emlement associated with error conditions.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:restriction base="oval-sc:EntityItemStringType">
            <xsd:enumeration value="stream" />
            <xsd:enumeration value="dgram" />
            <xsd:enumeration value="raw" />
            <xsd:enumeration value="seqpacket" />
            <xsd:enumeration value="tli" />
            <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 stream
Enumeration dgram
Enumeration raw
Enumeration seqpacket
Enumeration tli
Enumeration
Collapse Derivation Tree:
Collapse References:
unix-sc:endpoint_type