Definition Type: Element
Name: protocol
Namespace: http://oval.mitre.org/XMLSchema/oval_results#windows
Type: oval_results:testedStringType
Containing Schema: windows-oval-results-schema.xsd
MinOccurs 1
MaxOccurs 1
Abstract
Documentation:
This element specifies the protocol used by the matching listening port. It is restricted to either TCP or UDP.
Collapse XSD Schema Diagram:
Drilldown into datatype in schema oval-results-schema_xsdXSD Diagram of protocol in schema windows-oval-results-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
datatype oval_results:datatype literal Optional
Collapse Facets:
Facet Value
Enumeration TCP
Enumeration UDP
Collapse Derivation Tree: