<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
  xmlns="urn:ietf:params:xml:ns:yang:smiv2:INET-ADDRESS-MIB"
  targetNamespace="urn:ietf:params:xml:ns:yang:smiv2:INET-ADDRESS-MIB"
  elementFormDefault="qualified" attributeFormDefault="unqualified"
  xml:lang="en" version="2005-02-04"
  xmlns:ncx="http://netconfcentral.org/ns/yuma-ncx"
  xmlns:smi="urn:ietf:params:xml:ns:yang:yang-smi">
  <xs:annotation>
    <xs:documentation>Converted from YANG file 'INET-ADDRESS-MIB.yang' by yangdump version 2.2.1737
      
      Module: INET-ADDRESS-MIB
      Organization: IETF Operations and Management Area
      Version: 2005-02-04
      Contact: Juergen Schoenwaelder (Editor)
      International University Bremen
      P.O. Box 750 561
      28725 Bremen, Germany
      
      Phone: +49 421 200-3587
      EMail: j.schoenwaelder@iu-bremen.de
      
      Send comments to &lt;ietfmibs@ops.ietf.org&gt;.</xs:documentation>
    <xs:documentation>This MIB module defines textual conventions for
      representing Internet addresses.  An Internet
      address can be an IPv4 address, an IPv6 address,
      or a DNS domain name.  This module also defines
      textual conventions for Internet port numbers,
      autonomous system numbers, and the length of an
      Internet address prefix.
      
      Copyright (C) The Internet Society (2005).  This version
      of this MIB module is part of RFC 4001, see the RFC
      itself for full legal notices.</xs:documentation>
    <xs:appinfo>
      <ncx:source>/usr/share/yuma/modules/ietf/INET-ADDRESS-MIB.yang</ncx:source>
      <ncx:organization>IETF Operations and Management Area</ncx:organization>
      <ncx:contact>Juergen Schoenwaelder (Editor)
        International University Bremen
        P.O. Box 750 561
        28725 Bremen, Germany
        
        Phone: +49 421 200-3587
        EMail: j.schoenwaelder@iu-bremen.de
        
        Send comments to &lt;ietfmibs@ops.ietf.org&gt;.</ncx:contact>
    </xs:appinfo>
    <xs:appinfo>
      <ncx:revision>
        <ncx:version>2005-02-04</ncx:version>
        <ncx:description>Third version, published as RFC 4001.  This revision
          introduces the InetZoneIndex, InetScopeType, and
          InetVersion textual conventions.</ncx:description>
      </ncx:revision>
      <ncx:revision>
        <ncx:version>2002-05-09</ncx:version>
        <ncx:description>Second version, published as RFC 3291.  This
          revision contains several clarifications and
          introduces several new textual conventions:
          InetAddressPrefixLength, InetPortNumber,
          InetAutonomousSystemNumber, InetAddressIPv4z,
          and InetAddressIPv6z.</ncx:description>
      </ncx:revision>
      <ncx:revision>
        <ncx:version>2000-06-08</ncx:version>
        <ncx:description>Initial version, published as RFC 2851.</ncx:description>
      </ncx:revision>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType name="InetAddressType">
    <xs:annotation>
      <xs:documentation>A value that represents a type of Internet address.
        
        unknown(0)  An unknown address type.  This value MUST
        	    be used if the value of the corresponding
        	    InetAddress object is a zero-length string.
        	    It may also be used to indicate an IP address
        	    that is not in one of the formats defined
        	    below.
        
        ipv4(1)     An IPv4 address as defined by the
        	    InetAddressIPv4 textual convention.
        
        ipv6(2)     An IPv6 address as defined by the
        	    InetAddressIPv6 textual convention.
        
        ipv4z(3)    A non-global IPv4 address including a zone
        	    index as defined by the InetAddressIPv4z
        	    textual convention.
        
        ipv6z(4)    A non-global IPv6 address including a zone
        	    index as defined by the InetAddressIPv6z
        	    textual convention.
        
        dns(16)     A DNS domain name as defined by the
        	    InetAddressDNS textual convention.
        
        Each definition of a concrete InetAddressType value must be
        accompanied by a definition of a textual convention for use
        with that InetAddressType.
        
        To support future extensions, the InetAddressType textual
        convention SHOULD NOT be sub-typed in object type definitions.
        It MAY be sub-typed in compliance statements in order to
        require only a subset of these address types for a compliant
        implementation.
        
        Implementations must ensure that InetAddressType objects
        and any dependent objects (e.g., InetAddress objects) are
        consistent.  An inconsistentValue error must be generated
        if an attempt to change an InetAddressType object would,
        for example, lead to an undefined InetAddress value.  In
        
        particular, InetAddressType/InetAddress pairs must be
        changed together if the address type changes (e.g., from
        ipv6(2) to ipv4(1)).</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
      <xs:enumeration value="unknown">
        <xs:annotation>
          <xs:appinfo>
            <ncx:value>0</ncx:value>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ipv4">
        <xs:annotation>
          <xs:appinfo>
            <ncx:value>1</ncx:value>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ipv6">
        <xs:annotation>
          <xs:appinfo>
            <ncx:value>2</ncx:value>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ipv4z">
        <xs:annotation>
          <xs:appinfo>
            <ncx:value>3</ncx:value>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ipv6z">
        <xs:annotation>
          <xs:appinfo>
            <ncx:value>4</ncx:value>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="dns">
        <xs:annotation>
          <xs:appinfo>
            <ncx:value>16</ncx:value>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="InetAddress">
    <xs:annotation>
      <xs:documentation>Denotes a generic Internet address.
        
        An InetAddress value is always interpreted within the context
        of an InetAddressType value.  Every usage of the InetAddress
        textual convention is required to specify the InetAddressType
        object that provides the context.  It is suggested that the
        InetAddressType object be logically registered before the
        object(s) that use the InetAddress textual convention, if
        they appear in the same logical row.
        
        The value of an InetAddress object must always be
        consistent with the value of the associated InetAddressType
        object.  Attempts to set an InetAddress object to a value
        inconsistent with the associated InetAddressType
        must fail with an inconsistentValue error.
        
        When this textual convention is used as the syntax of an
        index object, there may be issues with the limit of 128
        sub-identifiers specified in SMIv2, STD 58.  In this case,
        the object definition MUST include a 'SIZE' clause to
        limit the number of potential instance sub-identifiers;
        otherwise the applicable constraints MUST be stated in
        the appropriate conceptual row DESCRIPTION clauses, or
        in the surrounding documentation if there is no single
        DESCRIPTION clause that is appropriate.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:base64Binary">
      <xs:maxLength value="255"/>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="InetAddressIPv4">
    <xs:annotation>
      <xs:documentation>Represents an IPv4 network address:
        
        Octets   Contents         Encoding
         1-4     IPv4 address     network-byte order
        
        The corresponding InetAddressType value is ipv4(1).
        
        This textual convention SHOULD NOT be used directly in object
        definitions, as it restricts addresses to a specific format.
        However, if it is used, it MAY be used either on its own or in
        conjunction with InetAddressType, as a pair.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
      <xs:pattern
        value="((0|[1-9](([0-9]){0,2}))(0|[1-9](([0-9]){0,2}))(0|[1-9](([0-9]){0,2}))((0|[1-9](([0-9]){0,2}))))"/>
      <xs:minLength value="4"/>
      <xs:maxLength value="4"/>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="InetAddressIPv6">
    <xs:annotation>
      <xs:documentation>Represents an IPv6 network address:
        
        Octets   Contents         Encoding
         1-16    IPv6 address     network-byte order
        
        The corresponding InetAddressType value is ipv6(2).
        
        This textual convention SHOULD NOT be used directly in object
        definitions, as it restricts addresses to a specific format.
        However, if it is used, it MAY be used either on its own or in
        conjunction with InetAddressType, as a pair.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
      <xs:pattern
        value="(((([0-9A-Fa-f]{2}){2})(([0-9A-Fa-f]{2}){2})(([0-9A-Fa-f]{2}){2})(([0-9A-Fa-f]{2}){2})(([0-9A-Fa-f]{2}){2})(([0-9A-Fa-f]{2}){2})(([0-9A-Fa-f]{2}){2})(([0-9A-Fa-f]{2})){15,15})([0-9A-Fa-f]{2}))"/>
      <xs:minLength value="16"/>
      <xs:maxLength value="16"/>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="InetAddressIPv4z">
    <xs:annotation>
      <xs:documentation>Represents a non-global IPv4 network address, together
        with its zone index:
        
          Octets   Contents         Encoding
           1-4     IPv4 address     network-byte order
           5-8     zone index       network-byte order
        
        The corresponding InetAddressType value is ipv4z(3).
        
        The zone index (bytes 5-8) is used to disambiguate identical
        address values on nodes that have interfaces attached to
        different zones of the same scope.  The zone index may contain
        the special value 0, which refers to the default zone for each
        scope.
        
        This textual convention SHOULD NOT be used directly in object
        
        definitions, as it restricts addresses to a specific format.
        However, if it is used, it MAY be used either on its own or in
        conjunction with InetAddressType, as a pair.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
      <xs:pattern
        value="((0|[1-9](([0-9]){0,2}))(0|[1-9](([0-9]){0,2}))(0|[1-9](([0-9]){0,2}))(0|[1-9](([0-9]){0,2}))((0|[1-9](([0-9]){0,9})){3,3})(0|[1-9](([0-9]){0,9})))"/>
      <xs:minLength value="8"/>
      <xs:maxLength value="8"/>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="InetAddressIPv6z">
    <xs:annotation>
      <xs:documentation>Represents a non-global IPv6 network address, together
        with its zone index:
        
          Octets   Contents         Encoding
           1-16    IPv6 address     network-byte order
          17-20    zone index       network-byte order
        
        The corresponding InetAddressType value is ipv6z(4).
        
        The zone index (bytes 17-20) is used to disambiguate
        identical address values on nodes that have interfaces
        attached to different zones of the same scope.  The zone index
        may contain the special value 0, which refers to the default
        zone for each scope.
        
        This textual convention SHOULD NOT be used directly in object
        definitions, as it restricts addresses to a specific format.
        However, if it is used, it MAY be used either on its own or in
        conjunction with InetAddressType, as a pair.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
      <xs:pattern
        value="((([0-9A-Fa-f]{2}){2})(([0-9A-Fa-f]{2}){2})(([0-9A-Fa-f]{2}){2})(([0-9A-Fa-f]{2}){2})(([0-9A-Fa-f]{2}){2})(([0-9A-Fa-f]{2}){2})(([0-9A-Fa-f]{2}){2})(([0-9A-Fa-f]{2}){2})((0|[1-9](([0-9]){0,9})){3,3})(0|[1-9](([0-9]){0,9})))"/>
      <xs:minLength value="20"/>
      <xs:maxLength value="20"/>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="InetAddressDNS">
    <xs:annotation>
      <xs:documentation>Represents a DNS domain name.  The name SHOULD be fully
        qualified whenever possible.
        
        The corresponding InetAddressType is dns(16).
        
        The DESCRIPTION clause of InetAddress objects that may have
        InetAddressDNS values MUST fully describe how (and when)
        these names are to be resolved to IP addresses.
        
        The resolution of an InetAddressDNS value may require to
        query multiple DNS records (e.g., A for IPv4 and AAAA for
        IPv6).  The order of the resolution process and which DNS
        record takes precedence depends on the configuration of the
        resolver.
        
        This textual convention SHOULD NOT be used directly in object
        definitions, as it restricts addresses to a specific format.
        However, if it is used, it MAY be used either on its own or in
        conjunction with InetAddressType, as a pair.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
      <xs:pattern value="\p{IsBasicLatin}{1,255}"/>
      <xs:minLength value="1"/>
      <xs:maxLength value="255"/>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="InetAddressPrefixLength">
    <xs:annotation>
      <xs:documentation>Denotes the length of a generic Internet network address
        prefix.  A value of n corresponds to an IP address mask
        that has n contiguous 1-bits from the most significant
        bit (MSB), with all other bits set to 0.
        
        An InetAddressPrefixLength value is always interpreted within
        the context of an InetAddressType value.  Every usage of the
        InetAddressPrefixLength textual convention is required to
        specify the InetAddressType object that provides the
        context.  It is suggested that the InetAddressType object be
        logically registered before the object(s) that use the
        InetAddressPrefixLength textual convention, if they appear
        in the same logical row.
        
        InetAddressPrefixLength values larger than
        the maximum length of an IP address for a specific
        InetAddressType are treated as the maximum significant
        value applicable for the InetAddressType.  The maximum
        significant value is 32 for the InetAddressType
        'ipv4(1)' and 'ipv4z(3)' and 128 for the InetAddressType
        'ipv6(2)' and 'ipv6z(4)'.  The maximum significant value
        for the InetAddressType 'dns(16)' is 0.
        
        The value zero is object-specific and must be defined as
        part of the description of any object that uses this
        syntax.  Examples of the usage of zero might include
        situations where the Internet network address prefix
        is unknown or does not apply.
        
        The upper bound of the prefix length has been chosen to
        be consistent with the maximum size of an InetAddress.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:unsignedInt">
      <xs:maxInclusive value="2040"/>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="InetPortNumber">
    <xs:annotation>
      <xs:documentation>Represents a 16 bit port number of an Internet transport
        
        layer protocol.  Port numbers are assigned by IANA.  A
        current list of all assignments is available from
        &lt;http://www.iana.org/&gt;.
        
        The value zero is object-specific and must be defined as
        part of the description of any object that uses this
        syntax.  Examples of the usage of zero might include
        situations where a port number is unknown, or when the
        value zero is used as a wildcard in a filter.</xs:documentation>
      <xs:appinfo>
        <ncx:reference>
          <ncx:text>STD 6 (RFC 768), STD 7 (RFC 793) and RFC 2960</ncx:text>
        </ncx:reference>
      </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="xs:unsignedInt">
      <xs:maxInclusive value="65535"/>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="InetAutonomousSystemNumber">
    <xs:annotation>
      <xs:documentation>Represents an autonomous system number that identifies an
        Autonomous System (AS).  An AS is a set of routers under a
        single technical administration, using an interior gateway
        protocol and common metrics to route packets within the AS,
        and using an exterior gateway protocol to route packets to
        other ASes'.  IANA maintains the AS number space and has
        delegated large parts to the regional registries.
        
        Autonomous system numbers are currently limited to 16 bits
        (0..65535).  There is, however, work in progress to enlarge the
        autonomous system number space to 32 bits.  Therefore, this
        textual convention uses an Unsigned32 value without a
        range restriction in order to support a larger autonomous
        system number space.</xs:documentation>
      <xs:appinfo>
        <ncx:reference>
          <ncx:text>RFC 1771, RFC 1930</ncx:text>
          <ncx:url>http://www.ietf.org/rfc/rfc1771.txt</ncx:url>
        </ncx:reference>
      </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="xs:unsignedInt"/>
  </xs:simpleType>
  <xs:simpleType name="InetScopeType">
    <xs:annotation>
      <xs:documentation>Represents a scope type.  This textual convention can be used
        in cases where a MIB has to represent different scope types
        and there is no context information, such as an InetAddress
        object, that implicitly defines the scope type.
        
        Note that not all possible values have been assigned yet, but
        they may be assigned in future revisions of this specification.
        Applications should therefore be able to deal with values
        not yet assigned.</xs:documentation>
      <xs:appinfo>
        <ncx:reference>
          <ncx:text>RFC 3513</ncx:text>
          <ncx:url>http://www.ietf.org/rfc/rfc3513.txt</ncx:url>
        </ncx:reference>
      </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="xs:string">
      <xs:enumeration value="interfaceLocal">
        <xs:annotation>
          <xs:appinfo>
            <ncx:value>1</ncx:value>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="linkLocal">
        <xs:annotation>
          <xs:appinfo>
            <ncx:value>2</ncx:value>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="subnetLocal">
        <xs:annotation>
          <xs:appinfo>
            <ncx:value>3</ncx:value>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="adminLocal">
        <xs:annotation>
          <xs:appinfo>
            <ncx:value>4</ncx:value>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="siteLocal">
        <xs:annotation>
          <xs:appinfo>
            <ncx:value>5</ncx:value>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="organizationLocal">
        <xs:annotation>
          <xs:appinfo>
            <ncx:value>8</ncx:value>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="global">
        <xs:annotation>
          <xs:appinfo>
            <ncx:value>14</ncx:value>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="InetZoneIndex">
    <xs:annotation>
      <xs:documentation>A zone index identifies an instance of a zone of a
        specific scope.
        
        The zone index MUST disambiguate identical address
        values.  For link-local addresses, the zone index will
        typically be the interface index (ifIndex as defined in the
        IF-MIB) of the interface on which the address is configured.
        
        The zone index may contain the special value 0, which refers
        to the default zone.  The default zone may be used in cases
        where the valid zone index is not known (e.g., when a
        management application has to write a link-local IPv6
        address without knowing the interface index value).  The
        default zone SHOULD NOT be used as an easy way out in
        cases where the zone index for a non-global IPv6 address
        is known.</xs:documentation>
      <xs:appinfo>
        <ncx:reference>
          <ncx:text>RFC4007</ncx:text>
        </ncx:reference>
      </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="xs:unsignedInt"/>
  </xs:simpleType>
  <xs:simpleType name="InetVersion">
    <xs:annotation>
      <xs:documentation>A value representing a version of the IP protocol.
        
        unknown(0)  An unknown or unspecified version of the IP
        	    protocol.
        
        ipv4(1)     The IPv4 protocol as defined in RFC 791 (STD 5).
        
        ipv6(2)     The IPv6 protocol as defined in RFC 2460.
        
        Note that this textual convention SHOULD NOT be used to
        distinguish different address types associated with IP
        protocols.  The InetAddressType has been designed for this
        purpose.</xs:documentation>
      <xs:appinfo>
        <ncx:reference>
          <ncx:text>RFC 791, RFC 2460</ncx:text>
          <ncx:url>http://www.ietf.org/rfc/rfc0791.txt</ncx:url>
        </ncx:reference>
      </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="xs:string">
      <xs:enumeration value="unknown">
        <xs:annotation>
          <xs:appinfo>
            <ncx:value>0</ncx:value>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ipv4">
        <xs:annotation>
          <xs:appinfo>
            <ncx:value>1</ncx:value>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ipv6">
        <xs:annotation>
          <xs:appinfo>
            <ncx:value>2</ncx:value>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:schema>

