<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>
|