| namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||||||||||||||||||||
| type | restriction of xs:NMTOKEN | ||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||
| facets |
|
||||||||||||||||||||||||
| source | <xs:simpleType name="InterfaceOperStateWKV"> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="Up"/> <xs:enumeration value="Down"/> <xs:enumeration value="Testing"/> <xs:enumeration value="Unknown"/> <xs:enumeration value="Dormant"/> <xs:enumeration value="NotPresent"/> <xs:enumeration value="LowerLayerDown"/> </xs:restriction> <!-- interface operational state (current) --> <!-- see ifOperStatus in [RFC2863] --> </xs:simpleType> |