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