Definition Type: Element
Name: addr_type
Namespace: http://oval.mitre.org/XMLSchema/oval_results#windows
Type: oval_results:subtestStringType
Containing Schema: windows-oval-results-schema.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
This element specifies the address type or state of a specific interface. Each interface can be associated with more than one value meaning the addr_type element can occur multiple times.
Collapse XSD Schema Diagram:
Drilldown into version in schema oval-results-schema_xsd Drilldown into var_ref in schema oval-results-schema_xsd Drilldown into operator in schema oval-results-schema_xsd Drilldown into datatype in schema oval-results-schema_xsdXSD Diagram of addr_type in schema windows-oval-results-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="addr_type" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>This element specifies the address type or state of a specific interface.  Each interface can be associated with more than one value meaning the addr_type element can occur multiple times.</xsd:documentation>
        <xsd:appinfo>
            <parent_test>Interface Test</parent_test>
            <cardinality>0-1</cardinality>
            <content>string</content>
            <valid_datatypes>string</valid_datatypes>
            <valid_operators>equals, not equal</valid_operators>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:simpleContent>
            <xsd:restriction base="oval_results:subtestStringType">
                <xsd:enumeration value="MIB_IPADDR_DELETED" />
                <xsd:enumeration value="MIB_IPADDR_DISCONNECTED" />
                <xsd:enumeration value="MIB_IPADDR_DYNAMIC" />
                <xsd:enumeration value="MIB_IPADDR_PRIMARY" />
                <xsd:enumeration value="MIB_IPADDR_TRANSIENT" />
                <xsd:enumeration value="" />
            </xsd:restriction>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
datatype oval_results:datatype string Optional
operator oval_results:operator equals Optional
var_ref oval_results:var_ref Optional
version oval_results:version 1 Optional
Collapse Facets:
Facet Value
Enumeration MIB_IPADDR_DELETED
Enumeration MIB_IPADDR_DISCONNECTED
Enumeration MIB_IPADDR_DYNAMIC
Enumeration MIB_IPADDR_PRIMARY
Enumeration MIB_IPADDR_TRANSIENT
Enumeration
Collapse Derivation Tree: