Definition Type: Element
Name: data
Namespace: http://oval.mitre.org/XMLSchema/system_characteristics#redhat
Type: system_characteristics:dataType
Containing Schema: redhat-system-characteristics-schema.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Collapse XSD Schema Diagram:
Drilldown into user_id in schema redhat-system-characteristics-schema_xsd Drilldown into protocol in schema redhat-system-characteristics-schema_xsd Drilldown into pid in schema redhat-system-characteristics-schema_xsd Drilldown into foreign_port in schema redhat-system-characteristics-schema_xsd Drilldown into foreign_full_address in schema redhat-system-characteristics-schema_xsd Drilldown into foreign_address in schema redhat-system-characteristics-schema_xsd Drilldown into local_port in schema redhat-system-characteristics-schema_xsd Drilldown into local_full_address in schema redhat-system-characteristics-schema_xsd Drilldown into local_address in schema redhat-system-characteristics-schema_xsd Drilldown into dataType in schema system-characteristics-schema_xsdXSD Diagram of data in schema redhat-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="data" minOccurs="0" maxOccurs="1">
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="system_characteristics:dataType">
                <xsd:sequence>
                    <xsd:element name="local_address" type="system_characteristics:dataStringType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>This is the IP address of the network interface on which the program
										listens.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_item>Inet Listening Servers Item</parent_item>
                                <cardinality>1</cardinality>
                                <content>string</content>
                                <valid_datatypes>string</valid_datatypes>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="local_full_address" type="system_characteristics:dataStringType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>This is the IP address and network port on which the program listens, equivalent to local_address:local_port.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_item>Inet Listening Servers Item</parent_item>
                                <cardinality>1</cardinality>
                                <content>string</content>
                                <valid_datatypes>string</valid_datatypes>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="local_port" type="system_characteristics:dataStringType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>This is the TCP or UDP port on which the program listens.  Note that this is not a list -- if a program listens on multiple ports, or on a combination of  TCP and UDP, each will have its own entry in the table data stored by this item.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_item>Inet Listening Servers Item</parent_item>
                                <cardinality>1</cardinality>
                                <content>string</content>
                                <valid_datatypes>string</valid_datatypes>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="foreign_address" type="system_characteristics:dataStringType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>This is the IP address with which the program is communicating, or with which it will communicate, in the case of a listening server.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_item>Inet Listening Servers Item</parent_item>
                                <cardinality>1</cardinality>
                                <content>string</content>
                                <valid_datatypes>string</valid_datatypes>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="foreign_full_address" type="system_characteristics:dataStringType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>This is the IP address and network port to which the program is communicating or will accept communications from, equivalent to foreign_address:foreign_port.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_item>Inet Listening Servers Item</parent_item>
                                <cardinality>1</cardinality>
                                <content>string</content>
                                <valid_datatypes>string</valid_datatypes>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="foreign_port" type="system_characteristics:dataStringType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>This is the TCP or UDP port to which the program communicates.  In the case of a listening program accepting new connections, this is usually a *.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_item>Inet Listening Servers Item</parent_item>
                                <cardinality>1</cardinality>
                                <content>string</content>
                                <valid_datatypes>string</valid_datatypes>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="pid" type="system_characteristics:dataIntType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>This is the process ID of the process.  The process in question is that of the program communicating on the network.</xsd:documentation>
                            <xsd:appinfo>
                                <cardinality>1</cardinality>
                                <content>integer</content>
                                <parent_item>Inet Listening Servers Item</parent_item>
                                <valid_datatypes>integer</valid_datatypes>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="protocol" type="system_characteristics:dataStringType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>This is the transport-layer protocol, in lowercase: tcp or udp.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_item>Inet Listening Servers Item</parent_item>
                                <cardinality>1</cardinality>
                                <content>string</content>
                                <valid_datatypes>string</valid_datatypes>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="user_id" type="system_characteristics:dataStringType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>The numeric user id, or uid, is the third column of each user's entry in /etc/passwd.  It represents the owner, and thus privilege level, of the specified program.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_item>Inet Listening Servers Item</parent_item>
                                <cardinality>1</cardinality>
                                <content>string</content>
                                <valid_datatypes>string</valid_datatypes>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                </xsd:sequence>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
local_address redhat:local_address 1 1
local_full_address redhat:local_full_address 1 1
local_port redhat:local_port 1 1
foreign_address redhat:foreign_address 1 1
foreign_full_address redhat:foreign_full_address 1 1
foreign_port redhat:foreign_port 1 1
pid redhat:pid 1 1
protocol redhat:protocol 1 1
user_id redhat:user_id 1 1
Collapse Derivation Tree: