<xsd:complexType name="EntityStateAddrTypeType">
<xsd:annotation>
<xsd:documentation>The EntityStateAddrTypeType complex type restricts a string value to a specific set of values that describe address types associated with an interface. The empty string is also allowed to support empty emlement associated with variable references.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:restriction base="oval-def:EntityStateStringType">
<xsd:enumeration value="MIB_IPADDR_DELETED">
<xsd:annotation>
<xsd:documentation>The address is being deleted.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="MIB_IPADDR_DISCONNECTED">
<xsd:annotation>
<xsd:documentation>The address is on disconnected interface.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="MIB_IPADDR_DYNAMIC">
<xsd:annotation>
<xsd:documentation>The stated address is a dynamic IP address.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="MIB_IPADDR_PRIMARY">
<xsd:annotation>
<xsd:documentation>The stated address is a primary IP address.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="MIB_IPADDR_TRANSIENT">
<xsd:annotation>
<xsd:documentation>The stated address is a transient address.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="" />
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>
|