<xsd:complexType name="EntityItemAddrTypeType">
<xsd:annotation>
<xsd:documentation>The EntityItemAddrTypeType restricts a string value to a specific set of values that describe the different address types of interfaces. The empty string is also allowed to support empty emlement associated with error conditions.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:restriction base="oval-sc:EntityItemStringType">
<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:annotation>
<xsd:documentation>The empty string value is permitted here to allow for detailed error reporting.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>
|