Definition Type: Element
Name: addr_type
Namespace: http://oval.mitre.org/XMLSchema/system_characteristics#windows
Type: system_characteristics:dataStringType
Containing Schema: windows-system-characteristics-schema.xsd
MinOccurs 1
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 status in schema system-characteristics-schema_xsd Drilldown into datatype in schema system-characteristics-schema_xsdXSD Diagram of addr_type in schema windows-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="addr_type" minOccurs="1" 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_item>Interface Item</parent_item>
            <cardinality>1-n</cardinality>
            <content>string</content>
            <valid_datatypes>string</valid_datatypes>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:simpleContent>
            <xsd:restriction base="system_characteristics:dataStringType">
                <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 system_characteristics:datatype string Optional
status system_characteristics:status exists 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: