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

<xsd:schema xmlns="http://www.mibexplorer.com/xsd/mibs/SNMPv2-TM" 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" xml:lang="en" elementFormDefault="qualified" attributeFormDefault="unqualified" targetNamespace="http://www.mibexplorer.com/xsd/mibs/SNMPv2-TM">
        <xsd:annotation>
                <xsd:appinfo>
                        <xsd:documentation>The MIB module for SNMP transport mappings.

Copyright (C) The Internet Society (2002). This
version of this MIB module is part of RFC 3417;
see the RFC itself for full legal notices.

</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:element name="snmp-data">
                <xsd:complexType>
                        <xsd:sequence>
                                <xsd:element name="context" minOccurs="0" maxOccurs="unbounded">
                                        <xsd:complexType>
                                                <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:simpleType name="SnmpUDPAddress">
                <xsd:annotation>
                        <xsd:documentation>Represents a UDP over IPv4 address:

octets   contents        encoding
 1-4     IP-address      network-byte order
 5-6     UDP-port        network-byte order

</xsd:documentation>
                        <xsd:appinfo>
                                <displayHint>"1d.1d.1d.1d/2d"</displayHint>
                        </xsd:appinfo>
                </xsd:annotation>
                <xsd:restriction base="smi:OctetString">
                        <xsd:minInclusive value="6"/>
                        <xsd:maxInclusive value="6"/>
                </xsd:restriction>
        </xsd:simpleType>
        <xsd:simpleType name="SnmpNBPAddress">
                <xsd:annotation>
                        <xsd:documentation>Represents an NBP name:

     octets        contents          encoding
        1          length of object  'n' as an unsigned integer
      2..(n+1)     object            string of (up to 32) octets
       n+2         length of type    'p' as an unsigned integer
  (n+3)..(n+2+p)   type              string of (up to 32) octets
      n+3+p        length of zone    'q' as an unsigned integer
(n+4+p)..(n+3+p+q) zone              string of (up to 32) octets

        For comparison purposes, strings are
        case-insensitive. All strings may contain any octet
        other than 255 (hex ff).</xsd:documentation>
                </xsd:annotation>
                <xsd:restriction base="smi:OctetString">
                        <xsd:minInclusive value="3"/>
                        <xsd:maxInclusive value="99"/>
                </xsd:restriction>
        </xsd:simpleType>
        <xsd:simpleType name="SnmpOSIAddress">
                <xsd:annotation>
                        <xsd:documentation>Represents an OSI transport-address:

octets   contents           encoding
   1     length of NSAP     'n' as an unsigned-integer
                               (either 0 or from 3 to 20)
2..(n+1) NSAP                concrete binary representation
(n+2)..m TSEL                string of (up to 64) octets

</xsd:documentation>
                        <xsd:appinfo>
                                <displayHint>"*1x:/1x:"</displayHint>
                        </xsd:appinfo>
                </xsd:annotation>
                <xsd:restriction base="smi:OctetString">
                        <xsd:minInclusive value="1"/>
                        <xsd:maxInclusive value="85"/>
                </xsd:restriction>
        </xsd:simpleType>
        <xsd:simpleType name="SnmpIPXAddress">
                <xsd:annotation>
                        <xsd:documentation>Represents an IPX address:

octets   contents            encoding
 1-4     network-number      network-byte order
 5-10    physical-address    network-byte order
11-12    socket-number       network-byte order

</xsd:documentation>
                        <xsd:appinfo>
                                <displayHint>"4x.1x:1x:1x:1x:1x:1x.2d"</displayHint>
                        </xsd:appinfo>
                </xsd:annotation>
                <xsd:restriction base="smi:OctetString">
                        <xsd:minInclusive value="12"/>
                        <xsd:maxInclusive value="12"/>
                </xsd:restriction>
        </xsd:simpleType>
</xsd:schema>
<!--MIB Explorer 1.6 - Full License, no expiration-->

