<xsd:complexType name="EntityStateInterfaceTypeType">
<xsd:annotation>
<xsd:documentation>The EntityStateInterfaceTypeType complex type restricts a string value to a specific set of values. These values describe the different interface types. 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_IF_TYPE_ETHERNET" />
<xsd:enumeration value="MIB_IF_TYPE_FDDI" />
<xsd:enumeration value="MIB_IF_TYPE_LOOPBACK" />
<xsd:enumeration value="MIB_IF_TYPE_OTHER" />
<xsd:enumeration value="MIB_IF_TYPE_PPP" />
<xsd:enumeration value="MIB_IF_TYPE_SLIP" />
<xsd:enumeration value="MIB_IF_TYPE_TOKENRING" />
<xsd:enumeration value="" />
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>
|