Definition Type: Element
Name: data
Namespace: http://oval.mitre.org/XMLSchema/oval#windows
Type: oval:dataType
Containing Schema: windows-schema.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Collapse XSD Schema Diagram:
Drilldown into pid in schema windows-schema_xsd Drilldown into operation in schema oval-schema_xsd Drilldown into dataType in schema oval-schema_xsdXSD Diagram of data in schema windows-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="oval:dataType">
                <xsd:sequence>
                    <xsd:element name="pid" type="oval:subtestIntType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>The id given to the process that is associated with the specified listening port.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_test>Port Test</parent_test>
                                <cardinality>0-1</cardinality>
                                <content>integer</content>
                                <valid_datatypes>integer</valid_datatypes>
                                <valid_operators>equals, not equal, greater than, less than, greater than or equal, less than or equal</valid_operators>
                            </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
pid windows:pid 0 1
Collapse Child Attributes:
Name Type Default Value Use
operation oval:operation AND Optional
Collapse Derivation Tree: