Definition Type: Element
Name: tested_object
Namespace: http://oval.mitre.org/XMLSchema/oval_results#windows
Type: oval_results:testedObjectType
Containing Schema: windows-oval-results-schema.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into protocol in schema windows-oval-results-schema_xsd Drilldown into local_port in schema windows-oval-results-schema_xsd Drilldown into local_address in schema windows-oval-results-schema_xsd Drilldown into object_id in schema oval-results-schema_xsd Drilldown into status in schema oval-results-schema_xsd Drilldown into result in schema oval-results-schema_xsd Drilldown into testedObjectType in schema oval-results-schema_xsdXSD Diagram of tested_object in schema windows-oval-results-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="tested_object" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="oval_results:testedObjectType">
                <xsd:sequence>
                    <xsd:element name="local_address" type="oval_results:testedStringType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>This element specifies the local IP address of the matching listening port.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_test>Port Test</parent_test>
                                <cardinality>1</cardinality>
                                <content>string</content>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="local_port" type="oval_results:testedIntType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>This element specifies the number assigned to the matching local listening port.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_test>Port Test</parent_test>
                                <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 protocol used by the matching listening port.  It is restricted to either TCP or UDP.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_test>Port Test</parent_test>
                                <cardinality>1</cardinality>
                                <content>string</content>
                            </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:complexType>
                            <xsd:simpleContent>
                                <xsd:restriction base="oval_results:testedStringType">
                                    <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
result oval_results:result Required
status oval_results:status exists Optional
object_id oval_results:object_id Optional
Collapse Derivation Tree: