Definition Type: Element
Name: object
Namespace: http://oval.mitre.org/XMLSchema/system_characteristics#windows
Type: system_characteristics:objectType
Containing Schema: windows-system-characteristics-schema.xsd
MinOccurs 1
MaxOccurs 1
Abstract
Collapse XSD Schema Diagram:
Drilldown into protocol in schema windows-system-characteristics-schema_xsd Drilldown into local_port in schema windows-system-characteristics-schema_xsd Drilldown into local_address in schema windows-system-characteristics-schema_xsd Drilldown into status in schema system-characteristics-schema_xsd Drilldown into objectType in schema system-characteristics-schema_xsdXSD Diagram of object in schema windows-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="object" minOccurs="1" maxOccurs="1">
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="system_characteristics:objectType">
                <xsd:sequence>
                    <xsd:element name="local_address" type="system_characteristics:objectStringType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>This element specifies the local IP address the listening port is bound to.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_item>Port Item</parent_item>
                                <cardinality>1</cardinality>
                                <content>string</content>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="local_port" type="system_characteristics:objectIntType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>This element specifies the number assigned to the local listening port.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_item>Port Item</parent_item>
                                <cardinality>1</cardinality>
                                <content>integer</content>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="protocol" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>This element specifies the type of listening port.  It is restricted to either TCP or UDP.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_item>Port Item</parent_item>
                                <cardinality>1</cardinality>
                                <content>string</content>
                            </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:complexType>
                            <xsd:simpleContent>
                                <xsd:restriction base="system_characteristics:objectStringType">
                                    <xsd:enumeration value="TCP" />
                                    <xsd:enumeration value="UDP" />
                                </xsd:restriction>
                            </xsd:simpleContent>
                        </xsd:complexType>
                    </xsd:element>
                </xsd:sequence>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
local_address windows:local_address 1 1
local_port windows:local_port 1 1
protocol windows:protocol 1 1
Collapse Child Attributes:
Name Type Default Value Use
status system_characteristics:status exists Optional
Collapse Derivation Tree: