<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="InterfaceStatusType">
<xs:complexContent>
<xs:extension base="SubunitStatus">
<xs:sequence>
<!-- SM/1.0 Printer group import -->
<xs:element ref="InterfaceAdminState" />
<xs:element ref="InterfaceHighSpeed" minOccurs="0" />
<xs:element ref="InterfaceInDiscards" minOccurs="0" />
<xs:element ref="InterfaceInErrors" minOccurs="0" />
<xs:element ref="InterfaceInOctets" minOccurs="0" />
<xs:element ref="InterfaceInUnicastPackets" minOccurs="0" />
<xs:element ref="InterfaceInUnknownProtocols" minOccurs="0" />
<xs:element ref="InterfaceLastChangeDate" minOccurs="0" />
<xs:element ref="InterfaceMaxPacketSize" minOccurs="0" />
<xs:element ref="InterfaceOperState" />
<xs:element ref="InterfaceOutDiscards" minOccurs="0" />
<xs:element ref="InterfaceOutErrors" minOccurs="0" />
<xs:element ref="InterfaceOutUnicastPackets" minOccurs="0" />
<xs:element ref="InterfaceOutOctets" minOccurs="0" />
<xs:element ref="InterfacePhysicalAddress" minOccurs="0" />
<xs:element ref="InterfaceSpeed" />
<xs:element ref="InterfaceType" />
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|