<?xml version="1.0" encoding="UTF-8"?>

<xsd:schema xmlns="http://www.mibexplorer.com/xsd/mibs/DIAL-CONTROL-MIB" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:smi="http://www.mibexplorer.com/xsd/mibs/smi" xmlns:SNMPv2-SMI="http://www.mibexplorer.com/xsd/mibs/SNMPv2-SMI" xmlns:SNMPv2-TC="http://www.mibexplorer.com/xsd/mibs/SNMPv2-TC" xmlns:SNMPv2-CONF="http://www.mibexplorer.com/xsd/mibs/SNMPv2-CONF" xmlns:IANAifType-MIB="http://www.mibexplorer.com/xsd/mibs/IANAifType-MIB" xmlns:IF-MIB="http://www.mibexplorer.com/xsd/mibs/IF-MIB" xml:lang="en" elementFormDefault="qualified" attributeFormDefault="unqualified" targetNamespace="http://www.mibexplorer.com/xsd/mibs/DIAL-CONTROL-MIB">
        <xsd:annotation>
                <xsd:appinfo>
                        <xsd:documentation>The MIB module to describe peer information for
demand access and possibly other kinds of interfaces.</xsd:documentation>
                </xsd:appinfo>
        </xsd:annotation>
        <xsd:import namespace="http://www.w3.org/2001/XMLSchema" schemaLocation="http://www.w3.org/2001/XMLSchema.xsd"/>
        <xsd:import namespace="http://www.mibexplorer.com/xsd/mibs/smi" schemaLocation="http://www.mibexplorer.com/xsd/mibs/smi.xsd"/>
        <xsd:import namespace="http://www.mibexplorer.com/xsd/mibs/SNMPv2-SMI" schemaLocation="http://www.mibexplorer.com/xsd/mibs/SNMPv2-SMI.xsd"/>
        <xsd:import namespace="http://www.mibexplorer.com/xsd/mibs/SNMPv2-TC" schemaLocation="http://www.mibexplorer.com/xsd/mibs/SNMPv2-TC.xsd"/>
        <xsd:import namespace="http://www.mibexplorer.com/xsd/mibs/SNMPv2-CONF" schemaLocation="http://www.mibexplorer.com/xsd/mibs/SNMPv2-CONF.xsd"/>
        <xsd:import namespace="http://www.mibexplorer.com/xsd/mibs/IANAifType-MIB" schemaLocation="http://www.mibexplorer.com/xsd/mibs/IANAifType-MIB.xsd"/>
        <xsd:import namespace="http://www.mibexplorer.com/xsd/mibs/IF-MIB" schemaLocation="http://www.mibexplorer.com/xsd/mibs/IF-MIB.xsd"/>
        <xsd:element name="snmp-data">
                <xsd:complexType>
                        <xsd:sequence>
                                <xsd:element name="context" minOccurs="0" maxOccurs="unbounded">
                                        <xsd:complexType>
                                                <xsd:sequence>
                                                        <xsd:element name="dialCtlConfiguration" minOccurs="0">
                                                                <xsd:complexType>
                                                                        <xsd:sequence>
                                                                                <xsd:element name="dialCtlAcceptMode" minOccurs="0">
                                                                                        <xsd:annotation>
                                                                                                <xsd:appinfo>
                                                                                                        <maxAccess>read-write</maxAccess>
                                                                                                        <status>current</status>
                                                                                                        <oid>1.3.6.1.2.1.10.21.1.1.1</oid>
                                                                                                        <xsd:documentation>The security level for acceptance of incoming calls.
acceptNone(1)  - incoming calls will not be accepted
acceptAll(2)   - incoming calls will be accepted,
                 even if there is no matching entry
                 in the dialCtlPeerCfgTable
acceptKnown(3) - incoming calls will be accepted only
                 if there is a matching entry in the
                 dialCtlPeerCfgTable

</xsd:documentation>
                                                                                                </xsd:appinfo>
                                                                                        </xsd:annotation>
                                                                                        <xsd:simpleType>
                                                                                                <xsd:restriction base="xsd:NMTOKEN">
                                                                                                        <xsd:enumeration value="acceptNone">
                                                                                                                <xsd:annotation>
                                                                                                                        <xsd:appinfo>
                                                                                                                                <intValue>1</intValue>
                                                                                                                        </xsd:appinfo>
                                                                                                                </xsd:annotation>
                                                                                                        </xsd:enumeration>
                                                                                                        <xsd:enumeration value="acceptAll">
                                                                                                                <xsd:annotation>
                                                                                                                        <xsd:appinfo>
                                                                                                                                <intValue>2</intValue>
                                                                                                                        </xsd:appinfo>
                                                                                                                </xsd:annotation>
                                                                                                        </xsd:enumeration>
                                                                                                        <xsd:enumeration value="acceptKnown">
                                                                                                                <xsd:annotation>
                                                                                                                        <xsd:appinfo>
                                                                                                                                <intValue>3</intValue>
                                                                                                                        </xsd:appinfo>
                                                                                                                </xsd:annotation>
                                                                                                        </xsd:enumeration>
                                                                                                </xsd:restriction>
                                                                                        </xsd:simpleType>
                                                                                </xsd:element>
                                                                                <xsd:element name="dialCtlTrapEnable" minOccurs="0">
                                                                                        <xsd:annotation>
                                                                                                <xsd:appinfo>
                                                                                                        <maxAccess>read-write</maxAccess>
                                                                                                        <status>current</status>
                                                                                                        <oid>1.3.6.1.2.1.10.21.1.1.2</oid>
                                                                                                        <xsd:documentation>This object indicates whether dialCtlPeerCallInformation
and dialCtlPeerCallSetup traps should be generated for
all peers. If the value of this object is enabled(1),
traps will be generated for all peers. If the value
of this object is disabled(2), traps will be generated
only for peers having dialCtlPeerCfgTrapEnable set
to enabled(1).</xsd:documentation>
                                                                                                </xsd:appinfo>
                                                                                        </xsd:annotation>
                                                                                        <xsd:simpleType>
                                                                                                <xsd:restriction base="xsd:NMTOKEN">
                                                                                                        <xsd:enumeration value="enabled">
                                                                                                                <xsd:annotation>
                                                                                                                        <xsd:appinfo>
                                                                                                                                <intValue>1</intValue>
                                                                                                                        </xsd:appinfo>
                                                                                                                </xsd:annotation>
                                                                                                        </xsd:enumeration>
                                                                                                        <xsd:enumeration value="disabled">
                                                                                                                <xsd:annotation>
                                                                                                                        <xsd:appinfo>
                                                                                                                                <intValue>2</intValue>
                                                                                                                        </xsd:appinfo>
                                                                                                                </xsd:annotation>
                                                                                                        </xsd:enumeration>
                                                                                                </xsd:restriction>
                                                                                        </xsd:simpleType>
                                                                                </xsd:element>
                                                                        </xsd:sequence>
                                                                </xsd:complexType>
                                                        </xsd:element>
                                                        <xsd:element name="dialCtlAcceptMode" minOccurs="0">
                                                                <xsd:annotation>
                                                                        <xsd:appinfo>
                                                                                <maxAccess>read-write</maxAccess>
                                                                                <status>current</status>
                                                                                <oid>1.3.6.1.2.1.10.21.1.1.1</oid>
                                                                                <xsd:documentation>The security level for acceptance of incoming calls.
acceptNone(1)  - incoming calls will not be accepted
acceptAll(2)   - incoming calls will be accepted,
                 even if there is no matching entry
                 in the dialCtlPeerCfgTable
acceptKnown(3) - incoming calls will be accepted only
                 if there is a matching entry in the
                 dialCtlPeerCfgTable

</xsd:documentation>
                                                                        </xsd:appinfo>
                                                                </xsd:annotation>
                                                                <xsd:simpleType>
                                                                        <xsd:restriction base="xsd:NMTOKEN">
                                                                                <xsd:enumeration value="acceptNone">
                                                                                        <xsd:annotation>
                                                                                                <xsd:appinfo>
                                                                                                        <intValue>1</intValue>
                                                                                                </xsd:appinfo>
                                                                                        </xsd:annotation>
                                                                                </xsd:enumeration>
                                                                                <xsd:enumeration value="acceptAll">
                                                                                        <xsd:annotation>
                                                                                                <xsd:appinfo>
                                                                                                        <intValue>2</intValue>
                                                                                                </xsd:appinfo>
                                                                                        </xsd:annotation>
                                                                                </xsd:enumeration>
                                                                                <xsd:enumeration value="acceptKnown">
                                                                                        <xsd:annotation>
                                                                                                <xsd:appinfo>
                                                                                                        <intValue>3</intValue>
                                                                                                </xsd:appinfo>
                                                                                        </xsd:annotation>
                                                                                </xsd:enumeration>
                                                                        </xsd:restriction>
                                                                </xsd:simpleType>
                                                        </xsd:element>
                                                        <xsd:element name="dialCtlTrapEnable" minOccurs="0">
                                                                <xsd:annotation>
                                                                        <xsd:appinfo>
                                                                                <maxAccess>read-write</maxAccess>
                                                                                <status>current</status>
                                                                                <oid>1.3.6.1.2.1.10.21.1.1.2</oid>
                                                                                <xsd:documentation>This object indicates whether dialCtlPeerCallInformation
and dialCtlPeerCallSetup traps should be generated for
all peers. If the value of this object is enabled(1),
traps will be generated for all peers. If the value
of this object is disabled(2), traps will be generated
only for peers having dialCtlPeerCfgTrapEnable set
to enabled(1).</xsd:documentation>
                                                                        </xsd:appinfo>
                                                                </xsd:annotation>
                                                                <xsd:simpleType>
                                                                        <xsd:restriction base="xsd:NMTOKEN">
                                                                                <xsd:enumeration value="enabled">
                                                                                        <xsd:annotation>
                                                                                                <xsd:appinfo>
                                                                                                        <intValue>1</intValue>
                                                                                                </xsd:appinfo>
                                                                                        </xsd:annotation>
                                                                                </xsd:enumeration>
                                                                                <xsd:enumeration value="disabled">
                                                                                        <xsd:annotation>
                                                                                                <xsd:appinfo>
                                                                                                        <intValue>2</intValue>
                                                                                                </xsd:appinfo>
                                                                                        </xsd:annotation>
                                                                                </xsd:enumeration>
                                                                        </xsd:restriction>
                                                                </xsd:simpleType>
                                                        </xsd:element>
                                                        <xsd:element name="dialCtlPeerCfgEntry" type="dialCtlPeerCfgEntryType" minOccurs="0" maxOccurs="unbounded">
                                                                <xsd:annotation>
                                                                        <xsd:appinfo>
                                                                                <maxAccess>not-accessible</maxAccess>
                                                                                <status>current</status>
                                                                                <oid>1.3.6.1.2.1.10.21.1.2.1.1</oid>
                                                                                <xsd:documentation>Configuration data for a single Peer. This entry is
effectively permanent, and contains information
to identify the peer, how to connect to the peer,
how to identify the peer and its permissions.
The value of dialCtlPeerCfgOriginateAddress must be
specified before a new row in this table can become
active(1). Any writeable parameters in an existing entry
can be modified while the entry is active. The modification
will take effect when the peer in question will be
called the next time.
An entry in this table can only be created if the
associated ifEntry already exists.</xsd:documentation>
                                                                        </xsd:appinfo>
                                                                </xsd:annotation>
                                                        </xsd:element>
                                                        <xsd:element name="dialCtlPeerStatsEntry" type="dialCtlPeerStatsEntryType" minOccurs="0" maxOccurs="unbounded">
                                                                <xsd:annotation>
                                                                        <xsd:appinfo>
                                                                                <maxAccess>not-accessible</maxAccess>
                                                                                <status>current</status>
                                                                                <oid>1.3.6.1.2.1.10.21.1.2.2.1</oid>
                                                                                <xsd:documentation>Statistics information for a single Peer. This entry
is effectively permanent, and contains information
describing the last call attempt as well as supplying
statistical information.</xsd:documentation>
                                                                        </xsd:appinfo>
                                                                </xsd:annotation>
                                                        </xsd:element>
                                                        <xsd:element name="callActiveEntry" type="callActiveEntryType" minOccurs="0" maxOccurs="unbounded">
                                                                <xsd:annotation>
                                                                        <xsd:appinfo>
                                                                                <maxAccess>not-accessible</maxAccess>
                                                                                <status>current</status>
                                                                                <oid>1.3.6.1.2.1.10.21.1.3.1.1</oid>
                                                                                <xsd:documentation>The information regarding a single active Connection.
An entry in this table will be created when a call is
started. An entry in this table will be deleted when
an active call clears.</xsd:documentation>
                                                                        </xsd:appinfo>
                                                                </xsd:annotation>
                                                        </xsd:element>
                                                        <xsd:element name="callHistory" minOccurs="0">
                                                                <xsd:complexType>
                                                                        <xsd:sequence>
                                                                                <xsd:element name="callHistoryTableMaxLength" minOccurs="0">
                                                                                        <xsd:annotation>
                                                                                                <xsd:appinfo>
                                                                                                        <maxAccess>read-write</maxAccess>
                                                                                                        <status>current</status>
                                                                                                        <oid>1.3.6.1.2.1.10.21.1.4.1</oid>
                                                                                                        <xsd:documentation>The upper limit on the number of entries that the
callHistoryTable may contain.  A value of 0
will prevent any history from being retained. When
this table is full, the oldest entry will be deleted
and the new one will be created.</xsd:documentation>
                                                                                                </xsd:appinfo>
                                                                                        </xsd:annotation>
                                                                                        <xsd:simpleType>
                                                                                                <xsd:union>
                                                                                                        <xsd:simpleType>
                                                                                                                <xsd:restriction base="xsd:int">
                                                                                                                        <xsd:minInclusive value="0"/>
                                                                                                                        <xsd:maxInclusive value="2147483647"/>
                                                                                                                </xsd:restriction>
                                                                                                        </xsd:simpleType>
                                                                                                </xsd:union>
                                                                                        </xsd:simpleType>
                                                                                </xsd:element>
                                                                                <xsd:element name="callHistoryRetainTimer" minOccurs="0">
                                                                                        <xsd:annotation>
                                                                                                <xsd:appinfo>
                                                                                                        <maxAccess>read-write</maxAccess>
                                                                                                        <status>current</status>
                                                                                                        <oid>1.3.6.1.2.1.10.21.1.4.2</oid>
                                                                                                        <units>"minutes"</units>
                                                                                                        <xsd:documentation>The minimum amount of time that an callHistoryEntry
will be maintained before being deleted. A value of
0 will prevent any history from being retained in the
callHistoryTable, but will neither prevent callCompletion
traps being generated nor affect other tables.</xsd:documentation>
                                                                                                </xsd:appinfo>
                                                                                        </xsd:annotation>
                                                                                        <xsd:simpleType>
                                                                                                <xsd:union>
                                                                                                        <xsd:simpleType>
                                                                                                                <xsd:restriction base="xsd:int">
                                                                                                                        <xsd:minInclusive value="0"/>
                                                                                                                        <xsd:maxInclusive value="2147483647"/>
                                                                                                                </xsd:restriction>
                                                                                                        </xsd:simpleType>
                                                                                                </xsd:union>
                                                                                        </xsd:simpleType>
                                                                                </xsd:element>
                                                                        </xsd:sequence>
                                                                </xsd:complexType>
                                                        </xsd:element>
                                                        <xsd:element name="callHistoryTableMaxLength" minOccurs="0">
                                                                <xsd:annotation>
                                                                        <xsd:appinfo>
                                                                                <maxAccess>read-write</maxAccess>
                                                                                <status>current</status>
                                                                                <oid>1.3.6.1.2.1.10.21.1.4.1</oid>
                                                                                <xsd:documentation>The upper limit on the number of entries that the
callHistoryTable may contain.  A value of 0
will prevent any history from being retained. When
this table is full, the oldest entry will be deleted
and the new one will be created.</xsd:documentation>
                                                                        </xsd:appinfo>
                                                                </xsd:annotation>
                                                                <xsd:simpleType>
                                                                        <xsd:union>
                                                                                <xsd:simpleType>
                                                                                        <xsd:restriction base="xsd:int">
                                                                                                <xsd:minInclusive value="0"/>
                                                                                                <xsd:maxInclusive value="2147483647"/>
                                                                                        </xsd:restriction>
                                                                                </xsd:simpleType>
                                                                        </xsd:union>
                                                                </xsd:simpleType>
                                                        </xsd:element>
                                                        <xsd:element name="callHistoryRetainTimer" minOccurs="0">
                                                                <xsd:annotation>
                                                                        <xsd:appinfo>
                                                                                <maxAccess>read-write</maxAccess>
                                                                                <status>current</status>
                                                                                <oid>1.3.6.1.2.1.10.21.1.4.2</oid>
                                                                                <units>"minutes"</units>
                                                                                <xsd:documentation>The minimum amount of time that an callHistoryEntry
will be maintained before being deleted. A value of
0 will prevent any history from being retained in the
callHistoryTable, but will neither prevent callCompletion
traps being generated nor affect other tables.</xsd:documentation>
                                                                        </xsd:appinfo>
                                                                </xsd:annotation>
                                                                <xsd:simpleType>
                                                                        <xsd:union>
                                                                                <xsd:simpleType>
                                                                                        <xsd:restriction base="xsd:int">
                                                                                                <xsd:minInclusive value="0"/>
                                                                                                <xsd:maxInclusive value="2147483647"/>
                                                                                        </xsd:restriction>
                                                                                </xsd:simpleType>
                                                                        </xsd:union>
                                                                </xsd:simpleType>
                                                        </xsd:element>
                                                        <xsd:element name="callHistoryEntry" type="callHistoryEntryType" minOccurs="0" maxOccurs="unbounded">
                                                                <xsd:annotation>
                                                                        <xsd:appinfo>
                                                                                <maxAccess>not-accessible</maxAccess>
                                                                                <status>current</status>
                                                                                <oid>1.3.6.1.2.1.10.21.1.4.3.1</oid>
                                                                                <xsd:documentation>The information regarding a single Connection.</xsd:documentation>
                                                                        </xsd:appinfo>
                                                                </xsd:annotation>
                                                        </xsd:element>
                                                </xsd:sequence>
                                                <xsd:attribute name="agent" type="xsd:NMTOKEN" use="required"/>
                                                <xsd:attribute name="port" type="xsd:integer" use="required"/>
                                        </xsd:complexType>
                                </xsd:element>
                        </xsd:sequence>
                </xsd:complexType>
        </xsd:element>
        <xsd:complexType name="dialCtlPeerCfgEntryType">
                <xsd:sequence>
                        <xsd:element name="dialCtlPeerCfgIfType" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-write</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.2.1.1.2</oid>
                                                <xsd:documentation>The interface type to be used for calling this peer.
In case of ISDN, the value of isdn(63) is to be used.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="IANAifType">
                                        <xsd:restriction base="xsd:NMTOKEN">
                                                <xsd:enumeration value="other">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>1</intValue>
                                                                        <xsd:documentation>-- none of the following</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="regular1822">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>2</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="hdh1822">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>3</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="ddnX25">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>4</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="rfc877x25">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>5</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="ethernetCsmacd">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>6</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="iso88023Csmacd">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>7</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="iso88024TokenBus">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>8</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="iso88025TokenRing">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>9</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="iso88026Man">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>10</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="starLan">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>11</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="proteon10Mbit">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>12</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="proteon80Mbit">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>13</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="hyperchannel">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>14</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="fddi">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>15</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="lapb">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>16</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="sdlc">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>17</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="ds1">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>18</intValue>
                                                                        <xsd:documentation>-- DS1-MIB</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="e1">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>19</intValue>
                                                                        <xsd:documentation>-- Obsolete see DS1-MIB</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="basicISDN">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>20</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="primaryISDN">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>21</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="propPointToPointSerial">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>22</intValue>
                                                                        <xsd:documentation>-- proprietary serial</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="ppp">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>23</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="softwareLoopback">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>24</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="eon">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>25</intValue>
                                                                        <xsd:documentation>-- CLNP over IP</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="ethernet3Mbit">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>26</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="nsip">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>27</intValue>
                                                                        <xsd:documentation>-- XNS over IP</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="slip">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>28</intValue>
                                                                        <xsd:documentation>-- generic SLIP</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="ultra">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>29</intValue>
                                                                        <xsd:documentation>-- ULTRA technologies</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="ds3">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>30</intValue>
                                                                        <xsd:documentation>-- DS3-MIB</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="sip">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>31</intValue>
                                                                        <xsd:documentation>-- SMDS, coffee</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="frameRelay">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>32</intValue>
                                                                        <xsd:documentation>-- DTE only.</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="rs232">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>33</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="para">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>34</intValue>
                                                                        <xsd:documentation>-- parallel-port</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="arcnet">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>35</intValue>
                                                                        <xsd:documentation>-- arcnet</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="arcnetPlus">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>36</intValue>
                                                                        <xsd:documentation>-- arcnet plus</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="atm">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>37</intValue>
                                                                        <xsd:documentation>-- ATM cells</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="miox25">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>38</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="sonet">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>39</intValue>
                                                                        <xsd:documentation>-- SONET or SDH</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="x25ple">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>40</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="iso88022llc">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>41</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="localTalk">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>42</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="smdsDxi">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>43</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="frameRelayService">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>44</intValue>
                                                                        <xsd:documentation>-- FRNETSERV-MIB</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="v35">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>45</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="hssi">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>46</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="hippi">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>47</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="modem">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>48</intValue>
                                                                        <xsd:documentation>-- Generic modem</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="aal5">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>49</intValue>
                                                                        <xsd:documentation>-- AAL5 over ATM</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="sonetPath">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>50</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="sonetVT">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>51</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="smdsIcip">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>52</intValue>
                                                                        <xsd:documentation>-- SMDS InterCarrier Interface</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="propVirtual">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>53</intValue>
                                                                        <xsd:documentation>-- proprietary virtual/internal</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="propMultiplexor">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>54</intValue>
                                                                        <xsd:documentation>-- proprietary multiplexing</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="ieee80212">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>55</intValue>
                                                                        <xsd:documentation>-- 100BaseVG</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="fibreChannel">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>56</intValue>
                                                                        <xsd:documentation>-- Fibre Channel</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="hippiInterface">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>57</intValue>
                                                                        <xsd:documentation>-- HIPPI interfaces</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="frameRelayInterconnect">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>58</intValue>
                                                                        <xsd:documentation>-- Obsolete use either
-- frameRelay(32) or 
-- frameRelayService(44).</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="aflane8023">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>59</intValue>
                                                                        <xsd:documentation>-- ATM Emulated LAN for 802.3</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="aflane8025">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>60</intValue>
                                                                        <xsd:documentation>-- ATM Emulated LAN for 802.5</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="cctEmul">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>61</intValue>
                                                                        <xsd:documentation>-- ATM Emulated circuit</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="fastEther">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>62</intValue>
                                                                        <xsd:documentation>-- Fast Ethernet (100BaseT)</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="isdn">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>63</intValue>
                                                                        <xsd:documentation>-- ISDN and X.25</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="v11">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>64</intValue>
                                                                        <xsd:documentation>-- CCITT V.11/X.21</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="v36">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>65</intValue>
                                                                        <xsd:documentation>-- CCITT V.36</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="g703at64k">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>66</intValue>
                                                                        <xsd:documentation>-- CCITT G703 at 64Kbps</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="g703at2mb">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>67</intValue>
                                                                        <xsd:documentation>-- Obsolete see DS1-MIB</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="qllc">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>68</intValue>
                                                                        <xsd:documentation>-- SNA QLLC</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="fastEtherFX">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>69</intValue>
                                                                        <xsd:documentation>-- Fast Ethernet (100BaseFX)</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="channel">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>70</intValue>
                                                                        <xsd:documentation>-- channel</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="ieee80211">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>71</intValue>
                                                                        <xsd:documentation>-- radio spread spectrum</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="ibm370parChan">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>72</intValue>
                                                                        <xsd:documentation>-- IBM System 360/370 OEMI Channel</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="escon">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>73</intValue>
                                                                        <xsd:documentation>-- IBM Enterprise Systems Connection</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="dlsw">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>74</intValue>
                                                                        <xsd:documentation>-- Data Link Switching</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="isdns">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>75</intValue>
                                                                        <xsd:documentation>-- ISDN S/T interface</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="isdnu">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>76</intValue>
                                                                        <xsd:documentation>-- ISDN U interface</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="lapd">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>77</intValue>
                                                                        <xsd:documentation>-- Link Access Protocol D</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="ipSwitch">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>78</intValue>
                                                                        <xsd:documentation>-- IP Switching Objects</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="rsrb">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>79</intValue>
                                                                        <xsd:documentation>-- Remote Source Route Bridging</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="atmLogical">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>80</intValue>
                                                                        <xsd:documentation>-- ATM Logical Port</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="ds0">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>81</intValue>
                                                                        <xsd:documentation>-- Digital Signal Level 0</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="ds0Bundle">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>82</intValue>
                                                                        <xsd:documentation>-- group of ds0s on the same ds1</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="bsc">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>83</intValue>
                                                                        <xsd:documentation>-- Bisynchronous Protocol</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="async">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>84</intValue>
                                                                        <xsd:documentation>-- Asynchronous Protocol</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="cnr">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>85</intValue>
                                                                        <xsd:documentation>-- Combat Net Radio</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="iso88025Dtr">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>86</intValue>
                                                                        <xsd:documentation>-- ISO 802.5r DTR</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="eplrs">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>87</intValue>
                                                                        <xsd:documentation>-- Ext Pos Loc Report Sys</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="arap">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>88</intValue>
                                                                        <xsd:documentation>-- Appletalk Remote Access Protocol</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="propCnls">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>89</intValue>
                                                                        <xsd:documentation>-- Proprietary Connectionless Protocol</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="hostPad">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>90</intValue>
                                                                        <xsd:documentation>-- CCITT-ITU X.29 PAD Protocol</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="termPad">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>91</intValue>
                                                                        <xsd:documentation>-- CCITT-ITU X.3 PAD Facility</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="frameRelayMPI">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>92</intValue>
                                                                        <xsd:documentation>-- Multiproto Interconnect over FR</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="x213">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>93</intValue>
                                                                        <xsd:documentation>-- CCITT-ITU X213</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="adsl">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>94</intValue>
                                                                        <xsd:documentation>-- Asymmetric Digital Subscriber Loop</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="radsl">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>95</intValue>
                                                                        <xsd:documentation>-- Rate-Adapt. Digital Subscriber Loop</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="sdsl">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>96</intValue>
                                                                        <xsd:documentation>-- Symmetric Digital Subscriber Loop</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="vdsl">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>97</intValue>
                                                                        <xsd:documentation>-- Very H-Speed Digital Subscrib. Loop</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="iso88025CRFPInt">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>98</intValue>
                                                                        <xsd:documentation>-- ISO 802.5 CRFP</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="myrinet">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>99</intValue>
                                                                        <xsd:documentation>-- Myricom Myrinet</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="voiceEM">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>100</intValue>
                                                                        <xsd:documentation>-- voice recEive and transMit</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="voiceFXO">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>101</intValue>
                                                                        <xsd:documentation>-- voice Foreign Exchange Office</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="voiceFXS">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>102</intValue>
                                                                        <xsd:documentation>-- voice Foreign Exchange Station</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="voiceEncap">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>103</intValue>
                                                                        <xsd:documentation>-- voice encapsulation</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="voiceOverIp">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>104</intValue>
                                                                        <xsd:documentation>-- voice over IP encapsulation</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="atmDxi">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>105</intValue>
                                                                        <xsd:documentation>-- ATM DXI</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="atmFuni">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>106</intValue>
                                                                        <xsd:documentation>-- ATM FUNI</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="atmIma">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>107</intValue>
                                                                        <xsd:documentation>-- ATM IMA</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="pppMultilinkBundle">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>108</intValue>
                                                                        <xsd:documentation>-- PPP Multilink Bundle</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="ipOverCdlc">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>109</intValue>
                                                                        <xsd:documentation>-- IBM ipOverCdlc</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="ipOverClaw">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>110</intValue>
                                                                        <xsd:documentation>-- IBM Common Link Access to Workstn</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="stackToStack">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>111</intValue>
                                                                        <xsd:documentation>-- IBM stackToStack</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="virtualIpAddress">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>112</intValue>
                                                                        <xsd:documentation>-- IBM VIPA</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="mpc">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>113</intValue>
                                                                        <xsd:documentation>-- IBM multi-protocol channel support</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="ipOverAtm">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>114</intValue>
                                                                        <xsd:documentation>-- IBM ipOverAtm</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="iso88025Fiber">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>115</intValue>
                                                                        <xsd:documentation>-- ISO 802.5j Fiber Token Ring</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="tdlc">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>116</intValue>
                                                                        <xsd:documentation>-- IBM twinaxial data link control</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="gigabitEthernet">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>117</intValue>
                                                                        <xsd:documentation>-- Gigabit Ethernet</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="hdlc">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>118</intValue>
                                                                        <xsd:documentation>-- HDLC</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="lapf">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>119</intValue>
                                                                        <xsd:documentation>-- LAP F</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="v37">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>120</intValue>
                                                                        <xsd:documentation>-- V.37</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="x25mlp">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>121</intValue>
                                                                        <xsd:documentation>-- Multi-Link Protocol</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="x25huntGroup">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>122</intValue>
                                                                        <xsd:documentation>-- X25 Hunt Group</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="trasnpHdlc">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>123</intValue>
                                                                        <xsd:documentation>-- Transp HDLC</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="interleave">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>124</intValue>
                                                                        <xsd:documentation>-- Interleave channel</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="fast">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>125</intValue>
                                                                        <xsd:documentation>-- Fast channel</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="ip">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>126</intValue>
                                                                        <xsd:documentation>-- IP (for APPN HPR in IP networks)</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="docsCableMaclayer">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>127</intValue>
                                                                        <xsd:documentation>-- CATV Mac Layer</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="docsCableDownstream">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>128</intValue>
                                                                        <xsd:documentation>-- CATV Downstream interface</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="docsCableUpstream">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>129</intValue>
                                                                        <xsd:documentation>-- CATV Upstream interface</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="a12MppSwitch">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>130</intValue>
                                                                        <xsd:documentation>-- Avalon Parallel Processor</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="tunnel">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>131</intValue>
                                                                        <xsd:documentation>-- Encapsulation interface</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="coffee">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>132</intValue>
                                                                        <xsd:documentation>-- coffee pot</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="ces">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>133</intValue>
                                                                        <xsd:documentation>-- Circuit Emulation Service</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="atmSubInterface">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>134</intValue>
                                                                        <xsd:documentation>-- ATM Sub Interface</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="l2vlan">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>135</intValue>
                                                                        <xsd:documentation>-- Layer 2 Virtual LAN using 802.1Q</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="l3ipvlan">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>136</intValue>
                                                                        <xsd:documentation>-- Layer 3 Virtual LAN using IP</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="l3ipxvlan">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>137</intValue>
                                                                        <xsd:documentation>-- Layer 3 Virtual LAN using IPX</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="digitalPowerline">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>138</intValue>
                                                                        <xsd:documentation>-- IP over Power Lines</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="mediaMailOverIp">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>139</intValue>
                                                                        <xsd:documentation>-- Multimedia Mail over IP</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="dtm">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>140</intValue>
                                                                        <xsd:documentation>-- Dynamic syncronous Transfer Mode</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="dcn">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>141</intValue>
                                                                        <xsd:documentation>-- Data Communications Network</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="ipForward">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>142</intValue>
                                                                        <xsd:documentation>-- IP Forwarding Interface</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="msdsl">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>143</intValue>
                                                                        <xsd:documentation>-- Multi-rate Symmetric DSL</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="ieee1394">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>144</intValue>
                                                                        <xsd:documentation>-- IEEE1394 High Performance Serial Bus</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="if-gsn">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>145</intValue>
                                                                        <xsd:documentation>--   HIPPI-6400</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="dvbRccMacLayer">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>146</intValue>
                                                                        <xsd:documentation>-- DVB-RCC MAC Layer</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="dvbRccDownstream">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>147</intValue>
                                                                        <xsd:documentation>-- DVB-RCC Downstream Channel</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="dvbRccUpstream">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>148</intValue>
                                                                        <xsd:documentation>-- DVB-RCC Upstream Channel</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="atmVirtual">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>149</intValue>
                                                                        <xsd:documentation>-- ATM Virtual Interface</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="mplsTunnel">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>150</intValue>
                                                                        <xsd:documentation>-- MPLS Tunnel Virtual Interface</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="srp">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>151</intValue>
                                                                        <xsd:documentation>-- Spatial Reuse Protocol</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="voiceOverAtm">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>152</intValue>
                                                                        <xsd:documentation>-- Voice Over ATM</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="voiceOverFrameRelay">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>153</intValue>
                                                                        <xsd:documentation>-- Voice Over Frame Relay</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="idsl">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>154</intValue>
                                                                        <xsd:documentation>-- Digital Subscriber Loop over ISDN</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="compositeLink">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>155</intValue>
                                                                        <xsd:documentation>-- Avici Composite Link Interface</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="ss7SigLink">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>156</intValue>
                                                                        <xsd:documentation>-- SS7 Signaling Link</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="propWirelessP2P">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>157</intValue>
                                                                        <xsd:documentation>--  Prop. P2P wireless interface</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="frForward">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>158</intValue>
                                                                        <xsd:documentation>-- Frame Forward Interface</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="rfc1483">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>159</intValue>
                                                                        <xsd:documentation>-- Multiprotocol over ATM AAL5</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="usb">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>160</intValue>
                                                                        <xsd:documentation>-- USB Interface</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="ieee8023adLag">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>161</intValue>
                                                                        <xsd:documentation>-- IEEE 802.3ad Link Aggregate</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="bgppolicyaccounting">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>162</intValue>
                                                                        <xsd:documentation>-- BGP Policy Accounting</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="frf16MfrBundle">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>163</intValue>
                                                                        <xsd:documentation>-- FRF .16 Multilink Frame Relay</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="h323Gatekeeper">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>164</intValue>
                                                                        <xsd:documentation>-- H323 Gatekeeper</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="h323Proxy">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>165</intValue>
                                                                        <xsd:documentation>-- H323 Voice and Video Proxy</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="mpls">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>166</intValue>
                                                                        <xsd:documentation>-- MPLS</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="mfSigLink">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>167</intValue>
                                                                        <xsd:documentation>-- Multi-frequency signaling link</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="hdsl2">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>168</intValue>
                                                                        <xsd:documentation>-- High Bit-Rate DSL - 2nd generation</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="shdsl">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>169</intValue>
                                                                        <xsd:documentation>-- Multirate HDSL2</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="ds1FDL">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>170</intValue>
                                                                        <xsd:documentation>-- Facility Data Link 4Kbps on a DS1</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="pos">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>171</intValue>
                                                                        <xsd:documentation>-- Packet over SONET/SDH Interface</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="dvbAsiIn">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>172</intValue>
                                                                        <xsd:documentation>-- DVB-ASI Input</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="dvbAsiOut">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>173</intValue>
                                                                        <xsd:documentation>-- DVB-ASI Output</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="plc">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>174</intValue>
                                                                        <xsd:documentation>-- Power Line Communtications</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="nfas">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>175</intValue>
                                                                        <xsd:documentation>-- Non Facility Associated Signaling</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="tr008">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>176</intValue>
                                                                        <xsd:documentation>-- TR008</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="gr303RDT">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>177</intValue>
                                                                        <xsd:documentation>-- Remote Digital Terminal</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="gr303IDT">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>178</intValue>
                                                                        <xsd:documentation>-- Integrated Digital Terminal</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="isup">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>179</intValue>
                                                                        <xsd:documentation>-- ISUP</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="propDocsWirelessMaclayer">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>180</intValue>
                                                                        <xsd:documentation>-- prop/Maclayer</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="propDocsWirelessDownstream">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>181</intValue>
                                                                        <xsd:documentation>-- prop/Downstream</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="propDocsWirelessUpstream">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>182</intValue>
                                                                        <xsd:documentation>-- prop/Upstream</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="hiperlan2">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>183</intValue>
                                                                        <xsd:documentation>-- HIPERLAN Type 2 Radio Interface</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="propBWAp2Mp">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>184</intValue>
                                                                        <xsd:documentation>-- PropBroadbandWirelessAccesspt2multipt</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="sonetOverheadChannel">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>185</intValue>
                                                                        <xsd:documentation>-- SONET Overhead Channel</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="digitalWrapperOverheadChannel">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>186</intValue>
                                                                        <xsd:documentation>-- Digital Wrapper</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="aal2">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>187</intValue>
                                                                        <xsd:documentation>-- ATM adaptation layer 2</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="radioMAC">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>188</intValue>
                                                                        <xsd:documentation>-- MAC layer over radio links</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="atmRadio">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>189</intValue>
                                                                        <xsd:documentation>-- ATM over radio links</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="imt">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>190</intValue>
                                                                        <xsd:documentation>-- Inter Machine Trunks</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="mvl">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>191</intValue>
                                                                        <xsd:documentation>-- Multiple Virtual Lines DSL</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="reachDSL">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>192</intValue>
                                                                        <xsd:documentation>-- Long Rach DSL</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="frDlciEndPt">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>193</intValue>
                                                                        <xsd:documentation>-- Frame Relay DLCI End Point</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="atmVciEndPt">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>194</intValue>
                                                                        <xsd:documentation>-- ATM VCI End Point</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="opticalChannel">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>195</intValue>
                                                                        <xsd:documentation>-- Optical Channel</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="opticalTransport">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>196</intValue>
                                                                        <xsd:documentation>-- Optical Transport</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="propAtm">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>197</intValue>
                                                                        <xsd:documentation>--  Proprietary ATM</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="voiceOverCable">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>198</intValue>
                                                                        <xsd:documentation>-- Voice Over Cable Interface</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="infiniband">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>199</intValue>
                                                                        <xsd:documentation>-- Infiniband</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="teLink">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>200</intValue>
                                                                        <xsd:documentation>-- TE Link</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="q2931">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>201</intValue>
                                                                        <xsd:documentation>-- Q.2931</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="virtualTg">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>202</intValue>
                                                                        <xsd:documentation>-- Virtual Trunk Group</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="sipTg">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>203</intValue>
                                                                        <xsd:documentation>-- SIP Trunk Group</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="sipSig">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>204</intValue>
                                                                        <xsd:documentation>-- SIP Signaling</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="docsCableUpstreamChannel">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>205</intValue>
                                                                        <xsd:documentation>-- CATV Upstream Channel</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="econet">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>206</intValue>
                                                                        <xsd:documentation>-- Acorn Econet</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="pon155">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>207</intValue>
                                                                        <xsd:documentation>-- FSAN 155Mb Symetrical PON interface</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="pon622">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>208</intValue>
                                                                        <xsd:documentation>-- FSAN622Mb Symetrical PON interface</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="dialCtlPeerCfgLowerIf" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-write</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.2.1.1.3</oid>
                                                <xsd:documentation>ifIndex value of an interface the peer will have to be
called on. For example, on an ISDN interface, this can be
the ifIndex value of a D channel or the ifIndex value of a
B channel, whatever is appropriate for a given peer.
As an example, for Basic Rate leased lines it will be
necessary to specify a B channel ifIndex, while for
semi-permanent connections the D channel ifIndex has
to be specified.
If the interface can be dynamically assigned, this object
has a value of zero.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="InterfaceIndexOrZero">
                                        <xsd:annotation>
                                                <xsd:appinfo>
                                                        <displayHint>"d"</displayHint>
                                                </xsd:appinfo>
                                        </xsd:annotation>
                                        <xsd:union>
                                                <xsd:simpleType>
                                                        <xsd:restriction base="xsd:int">
                                                                <xsd:minInclusive value="0"/>
                                                                <xsd:maxInclusive value="2147483647"/>
                                                        </xsd:restriction>
                                                </xsd:simpleType>
                                        </xsd:union>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="dialCtlPeerCfgOriginateAddress" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-write</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.2.1.1.4</oid>
                                                <xsd:documentation>Call Address at which the peer will be called.
Think of this as the set of characters following 'ATDT '
or the 'phone number' included in a D channel call request.

The structure of this information will be switch type
specific. If there is no address information required
for reaching the peer, i.e., for leased lines,
this object will be a zero length string.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="DisplayString">
                                        <xsd:annotation>
                                                <xsd:appinfo>
                                                        <displayHint>"255a"</displayHint>
                                                </xsd:appinfo>
                                        </xsd:annotation>
                                        <xsd:restriction base="smi:OctetString">
                                                <xsd:minInclusive value="0"/>
                                                <xsd:maxInclusive value="255"/>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="dialCtlPeerCfgAnswerAddress" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-write</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.2.1.1.5</oid>
                                                <xsd:documentation>Calling Party Number information element, as for example
passed in an ISDN SETUP message by a PBX or switch,
for incoming calls.
This address can be used to identify the peer.
If this address is either unknown or identical
to dialCtlPeerCfgOriginateAddress, this object will be
a zero length string.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="DisplayString">
                                        <xsd:annotation>
                                                <xsd:appinfo>
                                                        <displayHint>"255a"</displayHint>
                                                </xsd:appinfo>
                                        </xsd:annotation>
                                        <xsd:restriction base="smi:OctetString">
                                                <xsd:minInclusive value="0"/>
                                                <xsd:maxInclusive value="255"/>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="dialCtlPeerCfgSubAddress" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-write</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.2.1.1.6</oid>
                                                <xsd:documentation>Subaddress at which the peer will be called.
If the subaddress is undefined for the given media or
unused, this is a zero length string.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="DisplayString">
                                        <xsd:annotation>
                                                <xsd:appinfo>
                                                        <displayHint>"255a"</displayHint>
                                                </xsd:appinfo>
                                        </xsd:annotation>
                                        <xsd:restriction base="smi:OctetString">
                                                <xsd:minInclusive value="0"/>
                                                <xsd:maxInclusive value="255"/>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="dialCtlPeerCfgClosedUserGroup" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-write</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.2.1.1.7</oid>
                                                <xsd:documentation>Closed User Group at which the peer will be called.
If the Closed User Group is undefined for the given media
or unused, this is a zero length string.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="DisplayString">
                                        <xsd:annotation>
                                                <xsd:appinfo>
                                                        <displayHint>"255a"</displayHint>
                                                </xsd:appinfo>
                                        </xsd:annotation>
                                        <xsd:restriction base="smi:OctetString">
                                                <xsd:minInclusive value="0"/>
                                                <xsd:maxInclusive value="255"/>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="dialCtlPeerCfgSpeed" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-write</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.2.1.1.8</oid>
                                                <xsd:documentation>The desired information transfer speed in bits/second
when calling this peer.
The detailed media specific information, e.g. information
type and information transfer rate for ISDN circuits,
has to be extracted from this object.
If the transfer speed to be used is unknown or the default
speed for this type of interfaces, the value of this object
may be zero.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType>
                                        <xsd:union>
                                                <xsd:simpleType>
                                                        <xsd:restriction base="xsd:int">
                                                                <xsd:minInclusive value="0"/>
                                                                <xsd:maxInclusive value="2147483647"/>
                                                        </xsd:restriction>
                                                </xsd:simpleType>
                                        </xsd:union>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="dialCtlPeerCfgInfoType" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-write</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.2.1.1.9</oid>
                                                <xsd:documentation>The Information Transfer Capability to be used when
calling this peer.

speech(2) refers to a non-data connection, whereas
audio31(6) and audio7(7) refer to data mode
connections.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType>
                                        <xsd:restriction base="xsd:NMTOKEN">
                                                <xsd:enumeration value="other">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>1</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="speech">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>2</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="unrestrictedDigital">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>3</intValue>
                                                                        <xsd:documentation>-- 64k/s data</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="unrestrictedDigital56">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>4</intValue>
                                                                        <xsd:documentation>-- with 56k rate adaption</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="restrictedDigital">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>5</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="audio31">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>6</intValue>
                                                                        <xsd:documentation>-- 3.1 kHz audio</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="audio7">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>7</intValue>
                                                                        <xsd:documentation>-- 7 kHz audio</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="video">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>8</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="packetSwitched">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>9</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="fax">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>10</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="dialCtlPeerCfgPermission" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-write</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.2.1.1.10</oid>
                                                <xsd:documentation>Applicable permissions. callback(4) either rejects the
call and then calls back, or uses the 'Reverse charging'
information element if it is available.
Note that callback(4) is supposed to control charging, not
security, and applies to callback prior to accepting a
call. Callback for security reasons can be handled using
PPP callback.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType>
                                        <xsd:restriction base="xsd:NMTOKEN">
                                                <xsd:enumeration value="originate">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>1</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="answer">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>2</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="both">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>3</intValue>
                                                                        <xsd:documentation>-- both originate &amp; answer</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="callback">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>4</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="none">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>5</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="dialCtlPeerCfgInactivityTimer" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-write</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.2.1.1.11</oid>
                                                <units>"seconds"</units>
                                                <xsd:documentation>The connection will be automatically disconnected
if no longer carrying useful data for a time
period, in seconds, specified in this object.
Useful data in this context refers to forwarding
packets, including routing information; it
excludes the encapsulator maintenance frames.
A value of zero means the connection will not be
automatically taken down due to inactivity,
which implies that it is a dedicated circuit.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType>
                                        <xsd:union>
                                                <xsd:simpleType>
                                                        <xsd:restriction base="xsd:int">
                                                                <xsd:minInclusive value="0"/>
                                                                <xsd:maxInclusive value="2147483647"/>
                                                        </xsd:restriction>
                                                </xsd:simpleType>
                                        </xsd:union>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="dialCtlPeerCfgMinDuration" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-write</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.2.1.1.12</oid>
                                                <xsd:documentation>Minimum duration of a call in seconds, starting from the
time the call is connected until the call is disconnected.
This is to accomplish the fact that in most countries
charging applies to units of time, which should be matched
as closely as possible.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType>
                                        <xsd:union>
                                                <xsd:simpleType>
                                                        <xsd:restriction base="xsd:int">
                                                                <xsd:minInclusive value="0"/>
                                                                <xsd:maxInclusive value="2147483647"/>
                                                        </xsd:restriction>
                                                </xsd:simpleType>
                                        </xsd:union>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="dialCtlPeerCfgMaxDuration" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-write</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.2.1.1.13</oid>
                                                <xsd:documentation>Maximum call duration in seconds. Zero means 'unlimited'.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType>
                                        <xsd:union>
                                                <xsd:simpleType>
                                                        <xsd:restriction base="xsd:int">
                                                                <xsd:minInclusive value="0"/>
                                                                <xsd:maxInclusive value="2147483647"/>
                                                        </xsd:restriction>
                                                </xsd:simpleType>
                                        </xsd:union>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="dialCtlPeerCfgCarrierDelay" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-write</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.2.1.1.14</oid>
                                                <units>"seconds"</units>
                                                <xsd:documentation>The call timeout time in seconds. The default value
of zero means that the call timeout as specified for
the media in question will apply.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType>
                                        <xsd:union>
                                                <xsd:simpleType>
                                                        <xsd:restriction base="xsd:int">
                                                                <xsd:minInclusive value="0"/>
                                                                <xsd:maxInclusive value="2147483647"/>
                                                        </xsd:restriction>
                                                </xsd:simpleType>
                                        </xsd:union>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="dialCtlPeerCfgCallRetries" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-write</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.2.1.1.15</oid>
                                                <xsd:documentation>The number of calls to a non-responding address
that may be made. A retry count of zero means
there is no bound. The intent is to bound
the number of successive calls to an address
which is inaccessible, or which refuses those calls.

Some countries regulate the number of call retries
to a given peer that can be made.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType>
                                        <xsd:union>
                                                <xsd:simpleType>
                                                        <xsd:restriction base="xsd:int">
                                                                <xsd:minInclusive value="0"/>
                                                                <xsd:maxInclusive value="2147483647"/>
                                                        </xsd:restriction>
                                                </xsd:simpleType>
                                        </xsd:union>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="dialCtlPeerCfgRetryDelay" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-write</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.2.1.1.16</oid>
                                                <units>"seconds"</units>
                                                <xsd:documentation>The time in seconds between call retries if a peer
cannot be reached.
A value of zero means that call retries may be done
without any delay.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType>
                                        <xsd:union>
                                                <xsd:simpleType>
                                                        <xsd:restriction base="xsd:int">
                                                                <xsd:minInclusive value="0"/>
                                                                <xsd:maxInclusive value="2147483647"/>
                                                        </xsd:restriction>
                                                </xsd:simpleType>
                                        </xsd:union>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="dialCtlPeerCfgFailureDelay" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-write</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.2.1.1.17</oid>
                                                <units>"seconds"</units>
                                                <xsd:documentation>The time in seconds after which call attempts are
to be placed again after a peer has been noticed
to be unreachable, i.e. after dialCtlPeerCfgCallRetries
unsuccessful call attempts.
A value of zero means that a peer will not be called
again after dialCtlPeerCfgCallRetries unsuccessful call
attempts.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType>
                                        <xsd:union>
                                                <xsd:simpleType>
                                                        <xsd:restriction base="xsd:int">
                                                                <xsd:minInclusive value="0"/>
                                                                <xsd:maxInclusive value="2147483647"/>
                                                        </xsd:restriction>
                                                </xsd:simpleType>
                                        </xsd:union>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="dialCtlPeerCfgTrapEnable" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-write</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.2.1.1.18</oid>
                                                <xsd:documentation>This object indicates whether dialCtlPeerCallInformation
and dialCtlPeerCallSetup traps should be generated for
this peer.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType>
                                        <xsd:restriction base="xsd:NMTOKEN">
                                                <xsd:enumeration value="enabled">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>1</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="disabled">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>2</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="dialCtlPeerCfgStatus" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-write</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.2.1.1.19</oid>
                                                <xsd:documentation>Status of one row in this table.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="RowStatus">
                                        <xsd:restriction base="xsd:NMTOKEN">
                                                <xsd:enumeration value="active">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>1</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="notInService">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>2</intValue>
                                                                        <xsd:documentation>-- the following value is a state:
-- this value may be read, but not written</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="notReady">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>3</intValue>
                                                                        <xsd:documentation>-- the following three values are
-- actions: these values may be written,
--   but are never read</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="createAndGo">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>4</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="createAndWait">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>5</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="destroy">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>6</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                </xsd:sequence>
                <xsd:attribute name="dialCtlPeerCfgId" type="smi:INTEGER"/>
                <xsd:attribute name="ifIndex" type="IF-MIB:InterfaceIndex"/>
        </xsd:complexType>
        <xsd:complexType name="dialCtlPeerStatsEntryType">
                <xsd:sequence>
                        <xsd:element name="dialCtlPeerStatsConnectTime" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.2.2.1.1</oid>
                                                <units>"seconds"</units>
                                                <xsd:documentation>Accumulated connect time to the peer since system startup.
This is the total connect time, i.e. the connect time
for outgoing calls plus the time for incoming calls.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="AbsoluteCounter32">
                                        <xsd:restriction base="smi:Unsigned32">
                                                <xsd:minInclusive value="0"/>
                                                <xsd:maxInclusive value="4294967295"/>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="dialCtlPeerStatsChargedUnits" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.2.2.1.2</oid>
                                                <xsd:documentation>The total number of charging units applying to this
peer since system startup.
Only the charging units applying to the local interface,
i.e. for originated calls or for calls with 'Reverse
charging' being active, will be counted here.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="AbsoluteCounter32">
                                        <xsd:restriction base="smi:Unsigned32">
                                                <xsd:minInclusive value="0"/>
                                                <xsd:maxInclusive value="4294967295"/>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="dialCtlPeerStatsSuccessCalls" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.2.2.1.3</oid>
                                                <xsd:documentation>Number of completed calls to this peer.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="AbsoluteCounter32">
                                        <xsd:restriction base="smi:Unsigned32">
                                                <xsd:minInclusive value="0"/>
                                                <xsd:maxInclusive value="4294967295"/>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="dialCtlPeerStatsFailCalls" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.2.2.1.4</oid>
                                                <xsd:documentation>Number of failed call attempts to this peer since system
startup.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="AbsoluteCounter32">
                                        <xsd:restriction base="smi:Unsigned32">
                                                <xsd:minInclusive value="0"/>
                                                <xsd:maxInclusive value="4294967295"/>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="dialCtlPeerStatsAcceptCalls" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.2.2.1.5</oid>
                                                <xsd:documentation>Number of calls from this peer accepted since system
startup.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="AbsoluteCounter32">
                                        <xsd:restriction base="smi:Unsigned32">
                                                <xsd:minInclusive value="0"/>
                                                <xsd:maxInclusive value="4294967295"/>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="dialCtlPeerStatsRefuseCalls" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.2.2.1.6</oid>
                                                <xsd:documentation>Number of calls from this peer refused since system
startup.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="AbsoluteCounter32">
                                        <xsd:restriction base="smi:Unsigned32">
                                                <xsd:minInclusive value="0"/>
                                                <xsd:maxInclusive value="4294967295"/>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="dialCtlPeerStatsLastDisconnectCause" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.2.2.1.7</oid>
                                                <xsd:documentation>The encoded network cause value associated with the last
call.
This object will be updated whenever a call is started
or cleared.
The value of this object will depend on the interface type
as well as on the protocol and protocol version being
used on this interface. Some references for possible cause
values are given below.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType>
                                        <xsd:restriction base="smi:OctetString">
                                                <xsd:minInclusive value="0"/>
                                                <xsd:maxInclusive value="4"/>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="dialCtlPeerStatsLastDisconnectText" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.2.2.1.8</oid>
                                                <xsd:documentation>ASCII text describing the reason for the last call
termination.
This object exists because it would be impossible for
a management station to store all possible cause values
for all types of interfaces. It should be used only if
a management station is unable to decode the value of
dialCtlPeerStatsLastDisconnectCause.

This object will be updated whenever a call is started
or cleared.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="DisplayString">
                                        <xsd:annotation>
                                                <xsd:appinfo>
                                                        <displayHint>"255a"</displayHint>
                                                </xsd:appinfo>
                                        </xsd:annotation>
                                        <xsd:restriction base="smi:OctetString">
                                                <xsd:minInclusive value="0"/>
                                                <xsd:maxInclusive value="255"/>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="dialCtlPeerStatsLastSetupTime" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.2.2.1.9</oid>
                                                <xsd:documentation>The value of sysUpTime when the last call to this peer
was started.
For ISDN media, this will be the time when the setup
message was received from or sent to the network.
This object will be updated whenever a call is started
or cleared.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="TimeStamp">
                                        <xsd:restriction base="smi:TimeTicks">
                                                <xsd:minInclusive value="0"/>
                                                <xsd:maxInclusive value="4294967295"/>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                </xsd:sequence>
                <xsd:attribute name="dialCtlPeerCfgId" type="smi:INTEGER">
                        <xsd:annotation>
                                <xsd:appinfo>
                                        <augments>dialCtlPeerCfgEntry</augments>
                                </xsd:appinfo>
                        </xsd:annotation>
                </xsd:attribute>
                <xsd:attribute name="ifIndex" type="IF-MIB:InterfaceIndex">
                        <xsd:annotation>
                                <xsd:appinfo>
                                        <augments>dialCtlPeerCfgEntry</augments>
                                </xsd:appinfo>
                        </xsd:annotation>
                </xsd:attribute>
        </xsd:complexType>
        <xsd:complexType name="callActiveEntryType">
                <xsd:sequence>
                        <xsd:element name="callActivePeerAddress" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.3.1.1.3</oid>
                                                <xsd:documentation>The number this call is connected to. If the number is
not available, then it will have a length of zero.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="DisplayString">
                                        <xsd:annotation>
                                                <xsd:appinfo>
                                                        <displayHint>"255a"</displayHint>
                                                </xsd:appinfo>
                                        </xsd:annotation>
                                        <xsd:restriction base="smi:OctetString">
                                                <xsd:minInclusive value="0"/>
                                                <xsd:maxInclusive value="255"/>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="callActivePeerSubAddress" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.3.1.1.4</oid>
                                                <xsd:documentation>The subaddress this call is connected to. If the subaddress
is undefined or not available, this will be a zero length
string.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="DisplayString">
                                        <xsd:annotation>
                                                <xsd:appinfo>
                                                        <displayHint>"255a"</displayHint>
                                                </xsd:appinfo>
                                        </xsd:annotation>
                                        <xsd:restriction base="smi:OctetString">
                                                <xsd:minInclusive value="0"/>
                                                <xsd:maxInclusive value="255"/>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="callActivePeerId" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.3.1.1.5</oid>
                                                <xsd:documentation>This is the Id value of the peer table entry
to which this call was made. If a peer table entry
for this call does not exist or is unknown, the value
of this object will be zero.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType>
                                        <xsd:union>
                                                <xsd:simpleType>
                                                        <xsd:restriction base="xsd:int">
                                                                <xsd:minInclusive value="0"/>
                                                                <xsd:maxInclusive value="2147483647"/>
                                                        </xsd:restriction>
                                                </xsd:simpleType>
                                        </xsd:union>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="callActivePeerIfIndex" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.3.1.1.6</oid>
                                                <xsd:documentation>This is the ifIndex value of the peer table entry
to which this call was made. If a peer table entry
for this call does not exist or is unknown, the value
of this object will be zero.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType>
                                        <xsd:union>
                                                <xsd:simpleType>
                                                        <xsd:restriction base="xsd:int">
                                                                <xsd:minInclusive value="0"/>
                                                                <xsd:maxInclusive value="2147483647"/>
                                                        </xsd:restriction>
                                                </xsd:simpleType>
                                        </xsd:union>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="callActiveLogicalIfIndex" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.3.1.1.7</oid>
                                                <xsd:documentation>This is the ifIndex value of the logical interface through
which this call was made. For ISDN media, this would be
the ifIndex of the B channel which was used for this call.
If the ifIndex value is unknown, the value of this object
will be zero.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="InterfaceIndexOrZero">
                                        <xsd:annotation>
                                                <xsd:appinfo>
                                                        <displayHint>"d"</displayHint>
                                                </xsd:appinfo>
                                        </xsd:annotation>
                                        <xsd:union>
                                                <xsd:simpleType>
                                                        <xsd:restriction base="xsd:int">
                                                                <xsd:minInclusive value="0"/>
                                                                <xsd:maxInclusive value="2147483647"/>
                                                        </xsd:restriction>
                                                </xsd:simpleType>
                                        </xsd:union>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="callActiveConnectTime" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.3.1.1.8</oid>
                                                <xsd:documentation>The value of sysUpTime when the call was connected.
If the call is not connected, this object will have a
value of zero.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="TimeStamp">
                                        <xsd:restriction base="smi:TimeTicks">
                                                <xsd:minInclusive value="0"/>
                                                <xsd:maxInclusive value="4294967295"/>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="callActiveCallState" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.3.1.1.9</oid>
                                                <xsd:documentation>The current call state.
unknown(1)     - The call state is unknown.
connecting(2)  - A connection attempt (outgoing call)
                 is being made.
connected(3)   - An incoming call is in the process
                 of validation.
active(4)      - The call is active.

</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType>
                                        <xsd:restriction base="xsd:NMTOKEN">
                                                <xsd:enumeration value="unknown">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>1</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="connecting">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>2</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="connected">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>3</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="active">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>4</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="callActiveCallOrigin" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.3.1.1.10</oid>
                                                <xsd:documentation>The call origin.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType>
                                        <xsd:restriction base="xsd:NMTOKEN">
                                                <xsd:enumeration value="originate">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>1</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="answer">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>2</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="callback">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>3</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="callActiveChargedUnits" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.3.1.1.11</oid>
                                                <xsd:documentation>The number of charged units for this connection.
For incoming calls or if charging information is
not supplied by the switch, the value of this object
will be zero.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="AbsoluteCounter32">
                                        <xsd:restriction base="smi:Unsigned32">
                                                <xsd:minInclusive value="0"/>
                                                <xsd:maxInclusive value="4294967295"/>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="callActiveInfoType" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.3.1.1.12</oid>
                                                <xsd:documentation>The information type for this call.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType>
                                        <xsd:restriction base="xsd:NMTOKEN">
                                                <xsd:enumeration value="other">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>1</intValue>
                                                                        <xsd:documentation>-- e.g. for non-isdn media</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="speech">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>2</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="unrestrictedDigital">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>3</intValue>
                                                                        <xsd:documentation>-- 64k/s data</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="unrestrictedDigital56">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>4</intValue>
                                                                        <xsd:documentation>-- with 56k rate adaption</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="restrictedDigital">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>5</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="audio31">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>6</intValue>
                                                                        <xsd:documentation>-- 3.1 kHz audio</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="audio7">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>7</intValue>
                                                                        <xsd:documentation>-- 7 kHz audio</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="video">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>8</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="packetSwitched">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>9</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="fax">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>10</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="callActiveTransmitPackets" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.3.1.1.13</oid>
                                                <xsd:documentation>The number of packets which were transmitted for this
call.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="AbsoluteCounter32">
                                        <xsd:restriction base="smi:Unsigned32">
                                                <xsd:minInclusive value="0"/>
                                                <xsd:maxInclusive value="4294967295"/>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="callActiveTransmitBytes" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.3.1.1.14</oid>
                                                <xsd:documentation>The number of bytes which were transmitted for this
call.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="AbsoluteCounter32">
                                        <xsd:restriction base="smi:Unsigned32">
                                                <xsd:minInclusive value="0"/>
                                                <xsd:maxInclusive value="4294967295"/>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="callActiveReceivePackets" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.3.1.1.15</oid>
                                                <xsd:documentation>The number of packets which were received for this
call.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="AbsoluteCounter32">
                                        <xsd:restriction base="smi:Unsigned32">
                                                <xsd:minInclusive value="0"/>
                                                <xsd:maxInclusive value="4294967295"/>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="callActiveReceiveBytes" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.3.1.1.16</oid>
                                                <xsd:documentation>The number of bytes which were received for this call.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="AbsoluteCounter32">
                                        <xsd:restriction base="smi:Unsigned32">
                                                <xsd:minInclusive value="0"/>
                                                <xsd:maxInclusive value="4294967295"/>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                </xsd:sequence>
                <xsd:attribute name="callActiveSetupTime" type="SNMPv2-TC:TimeStamp"/>
                <xsd:attribute name="callActiveIndex" type="smi:INTEGER"/>
        </xsd:complexType>
        <xsd:complexType name="callHistoryEntryType">
                <xsd:sequence>
                        <xsd:element name="callHistoryPeerAddress" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.4.3.1.1</oid>
                                                <xsd:documentation>The number this call was connected to. If the number is
not available, then it will have a length of zero.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="DisplayString">
                                        <xsd:annotation>
                                                <xsd:appinfo>
                                                        <displayHint>"255a"</displayHint>
                                                </xsd:appinfo>
                                        </xsd:annotation>
                                        <xsd:restriction base="smi:OctetString">
                                                <xsd:minInclusive value="0"/>
                                                <xsd:maxInclusive value="255"/>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="callHistoryPeerSubAddress" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.4.3.1.2</oid>
                                                <xsd:documentation>The subaddress this call was connected to. If the subaddress
is undefined or not available, this will be a zero length
string.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="DisplayString">
                                        <xsd:annotation>
                                                <xsd:appinfo>
                                                        <displayHint>"255a"</displayHint>
                                                </xsd:appinfo>
                                        </xsd:annotation>
                                        <xsd:restriction base="smi:OctetString">
                                                <xsd:minInclusive value="0"/>
                                                <xsd:maxInclusive value="255"/>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="callHistoryPeerId" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.4.3.1.3</oid>
                                                <xsd:documentation>This is the Id value of the peer table entry
to which this call was made. If a peer table entry
for this call does not exist, the value of this object
will be zero.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType>
                                        <xsd:union>
                                                <xsd:simpleType>
                                                        <xsd:restriction base="xsd:int">
                                                                <xsd:minInclusive value="0"/>
                                                                <xsd:maxInclusive value="2147483647"/>
                                                        </xsd:restriction>
                                                </xsd:simpleType>
                                        </xsd:union>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="callHistoryPeerIfIndex" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.4.3.1.4</oid>
                                                <xsd:documentation>This is the ifIndex value of the peer table entry
to which this call was made. If a peer table entry
for this call does not exist, the value of this object
will be zero.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType>
                                        <xsd:union>
                                                <xsd:simpleType>
                                                        <xsd:restriction base="xsd:int">
                                                                <xsd:minInclusive value="0"/>
                                                                <xsd:maxInclusive value="2147483647"/>
                                                        </xsd:restriction>
                                                </xsd:simpleType>
                                        </xsd:union>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="callHistoryLogicalIfIndex" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.4.3.1.5</oid>
                                                <xsd:documentation>This is the ifIndex value of the logical interface through
which this call was made. For ISDN media, this would be
the ifIndex of the B channel which was used for this call.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="InterfaceIndex">
                                        <xsd:annotation>
                                                <xsd:appinfo>
                                                        <displayHint>"d"</displayHint>
                                                </xsd:appinfo>
                                        </xsd:annotation>
                                        <xsd:union>
                                                <xsd:simpleType>
                                                        <xsd:restriction base="xsd:int">
                                                                <xsd:minInclusive value="1"/>
                                                                <xsd:maxInclusive value="2147483647"/>
                                                        </xsd:restriction>
                                                </xsd:simpleType>
                                        </xsd:union>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="callHistoryDisconnectCause" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.4.3.1.6</oid>
                                                <xsd:documentation>The encoded network cause value associated with this call.

The value of this object will depend on the interface type
as well as on the protocol and protocol version being
used on this interface. Some references for possible cause
values are given below.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType>
                                        <xsd:restriction base="smi:OctetString">
                                                <xsd:minInclusive value="0"/>
                                                <xsd:maxInclusive value="4"/>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="callHistoryDisconnectText" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.4.3.1.7</oid>
                                                <xsd:documentation>ASCII text describing the reason for call termination.

This object exists because it would be impossible for
a management station to store all possible cause values
for all types of interfaces. It should be used only if
a management station is unable to decode the value of
dialCtlPeerStatsLastDisconnectCause.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="DisplayString">
                                        <xsd:annotation>
                                                <xsd:appinfo>
                                                        <displayHint>"255a"</displayHint>
                                                </xsd:appinfo>
                                        </xsd:annotation>
                                        <xsd:restriction base="smi:OctetString">
                                                <xsd:minInclusive value="0"/>
                                                <xsd:maxInclusive value="255"/>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="callHistoryConnectTime" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.4.3.1.8</oid>
                                                <xsd:documentation>The value of sysUpTime when the call was connected.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="TimeStamp">
                                        <xsd:restriction base="smi:TimeTicks">
                                                <xsd:minInclusive value="0"/>
                                                <xsd:maxInclusive value="4294967295"/>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="callHistoryDisconnectTime" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.4.3.1.9</oid>
                                                <xsd:documentation>The value of sysUpTime when the call was disconnected.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="TimeStamp">
                                        <xsd:restriction base="smi:TimeTicks">
                                                <xsd:minInclusive value="0"/>
                                                <xsd:maxInclusive value="4294967295"/>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="callHistoryCallOrigin" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.4.3.1.10</oid>
                                                <xsd:documentation>The call origin.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType>
                                        <xsd:restriction base="xsd:NMTOKEN">
                                                <xsd:enumeration value="originate">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>1</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="answer">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>2</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="callback">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>3</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="callHistoryChargedUnits" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.4.3.1.11</oid>
                                                <xsd:documentation>The number of charged units for this connection.
For incoming calls or if charging information is
not supplied by the switch, the value of this object
will be zero.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="AbsoluteCounter32">
                                        <xsd:restriction base="smi:Unsigned32">
                                                <xsd:minInclusive value="0"/>
                                                <xsd:maxInclusive value="4294967295"/>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="callHistoryInfoType" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.4.3.1.12</oid>
                                                <xsd:documentation>The information type for this call.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType>
                                        <xsd:restriction base="xsd:NMTOKEN">
                                                <xsd:enumeration value="other">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>1</intValue>
                                                                        <xsd:documentation>-- e.g. for non-isdn media</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="speech">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>2</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="unrestrictedDigital">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>3</intValue>
                                                                        <xsd:documentation>-- 64k/s data</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="unrestrictedDigital56">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>4</intValue>
                                                                        <xsd:documentation>-- with 56k rate adaption</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="restrictedDigital">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>5</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="audio31">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>6</intValue>
                                                                        <xsd:documentation>-- 3.1 kHz audio</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="audio7">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>7</intValue>
                                                                        <xsd:documentation>-- 7 kHz audio</xsd:documentation>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="video">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>8</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="packetSwitched">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>9</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                                <xsd:enumeration value="fax">
                                                        <xsd:annotation>
                                                                <xsd:appinfo>
                                                                        <intValue>10</intValue>
                                                                </xsd:appinfo>
                                                        </xsd:annotation>
                                                </xsd:enumeration>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="callHistoryTransmitPackets" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.4.3.1.13</oid>
                                                <xsd:documentation>The number of packets which were transmitted while this
call was active.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="AbsoluteCounter32">
                                        <xsd:restriction base="smi:Unsigned32">
                                                <xsd:minInclusive value="0"/>
                                                <xsd:maxInclusive value="4294967295"/>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="callHistoryTransmitBytes" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.4.3.1.14</oid>
                                                <xsd:documentation>The number of bytes which were transmitted while this
call was active.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="AbsoluteCounter32">
                                        <xsd:restriction base="smi:Unsigned32">
                                                <xsd:minInclusive value="0"/>
                                                <xsd:maxInclusive value="4294967295"/>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="callHistoryReceivePackets" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.4.3.1.15</oid>
                                                <xsd:documentation>The number of packets which were received while this
call was active.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="AbsoluteCounter32">
                                        <xsd:restriction base="smi:Unsigned32">
                                                <xsd:minInclusive value="0"/>
                                                <xsd:maxInclusive value="4294967295"/>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="callHistoryReceiveBytes" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:appinfo>
                                                <maxAccess>read-only</maxAccess>
                                                <status>current</status>
                                                <oid>1.3.6.1.2.1.10.21.1.4.3.1.16</oid>
                                                <xsd:documentation>The number of bytes which were received while this
call was active.</xsd:documentation>
                                        </xsd:appinfo>
                                </xsd:annotation>
                                <xsd:simpleType name="AbsoluteCounter32">
                                        <xsd:restriction base="smi:Unsigned32">
                                                <xsd:minInclusive value="0"/>
                                                <xsd:maxInclusive value="4294967295"/>
                                        </xsd:restriction>
                                </xsd:simpleType>
                        </xsd:element>
                </xsd:sequence>
                <xsd:attribute name="callActiveSetupTime" type="SNMPv2-TC:TimeStamp"/>
                <xsd:attribute name="callActiveIndex" type="smi:INTEGER"/>
        </xsd:complexType>
        <xsd:simpleType name="AbsoluteCounter32">
                <xsd:annotation>
                        <xsd:documentation>Represents a Counter32-like value that starts at zero,
does not decrease, and does not wrap. This may be used
only in situations where wrapping is not possible or
extremely unlikely. Should such a counter overflow,
it locks at the maxium value of 4,294,967,295.

The primary use of this type of counter is situations
where a counter value is to be recorded as history
and is thus no longer subject to reading for changing
values.</xsd:documentation>
                </xsd:annotation>
                <xsd:restriction base="smi:Unsigned32">
                        <xsd:minInclusive value="0"/>
                        <xsd:maxInclusive value="4294967295"/>
                </xsd:restriction>
        </xsd:simpleType>
</xsd:schema>
<!--MIB Explorer 1.6 - Full License, no expiration-->

