<?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:IANA-ADDRESS-FAMILY-NUMBERS-MIB"
   targetNamespace="urn:ietf:params:xml:ns:yang:smiv2:IANA-ADDRESS-FAMILY-NUMBERS-MIB"
   elementFormDefault="qualified" attributeFormDefault="unqualified"
   xml:lang="en" version="2002-03-14"
   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 'IANA-ADDRESS-FAMILY-NUMBERS-MIB.yang' by yangdump version 1.13.926
         
         Module: IANA-ADDRESS-FAMILY-NUMBERS-MIB
         Organization: IANA
         Version: 2002-03-14
         Contact: Postal:    Internet Assigned Numbers Authority
         Internet Corporation for Assigned Names
          and Numbers
         4676 Admiralty Way, Suite 330
         Marina del Rey, CA 90292-6601
         USA
         
         Tel:    +1  310-823-9358
         E-Mail: iana@iana.org
      </xs:documentation>
      <xs:documentation>
         The MIB module defines the AddressFamilyNumbers
         textual convention.
      </xs:documentation>
      <xs:appinfo>
         <ncx:source>
            /usr/share/yuma/modules/ietf/IANA-ADDRESS-FAMILY-NUMBERS-MIB.yang
         </ncx:source>
         <ncx:organization>IANA</ncx:organization>
         <ncx:contact>
            Postal:    Internet Assigned Numbers Authority
            Internet Corporation for Assigned Names
             and Numbers
            4676 Admiralty Way, Suite 330
            Marina del Rey, CA 90292-6601
            USA
            
            Tel:    +1  310-823-9358
            E-Mail: iana@iana.org
         </ncx:contact>
      </xs:appinfo>
      <xs:appinfo>
         <ncx:revision>
            <ncx:version>2002-03-14</ncx:version>
            <ncx:description>
               AddressFamilyNumbers assignment 22 to 
               fibreChannelWWPN. AddressFamilyNumbers 
               assignment 23 to fibreChannelWWNN.
               AddressFamilyNumers assignment 24 to gwid.
            </ncx:description>
         </ncx:revision>
         <ncx:revision>
            <ncx:version>2000-09-08</ncx:version>
            <ncx:description>
               AddressFamilyNumbers assignment 19 to xtpOverIpv4.  
               AddressFamilyNumbers assignment 20 to xtpOverIpv6.  
               AddressFamilyNumbers assignment 21 to xtpNativeModeXTP.
            </ncx:description>
         </ncx:revision>
         <ncx:revision>
            <ncx:version>2000-03-01</ncx:version>
            <ncx:description>
               AddressFamilyNumbers assignment 17 to distinguishedName. 
               AddressFamilyNumbers assignment 18 to asNumber.
            </ncx:description>
         </ncx:revision>
         <ncx:revision>
            <ncx:version>2000-02-04</ncx:version>
            <ncx:description>
               AddressFamilyNumbers assignment 16 to dns.
            </ncx:description>
         </ncx:revision>
         <ncx:revision>
            <ncx:version>1999-08-26</ncx:version>
            <ncx:description>
               Initial version, published as RFC 2677.
            </ncx:description>
         </ncx:revision>
      </xs:appinfo>
   </xs:annotation>

   <xs:simpleType name="AddressFamilyNumbers">
      <xs:annotation>
         <xs:documentation>
            The definition of this textual convention with the
            addition of newly assigned values is published
            periodically by the IANA, in either the Assigned
            Numbers RFC, or some derivative of it specific to
            Internet Network Management number assignments.
            (The latest arrangements can be obtained by
            contacting the IANA.)
            
            The enumerations are described as:
            
            other(0),    -- none of the following
            ipV4(1),     -- IP Version 4
            ipV6(2),     -- IP Version 6
            nsap(3),     -- NSAP
            hdlc(4),     -- (8-bit multidrop)
            bbn1822(5),
            all802(6),   -- (includes all 802 media
            	     --   plus Ethernet 'canonical format')
            e163(7),
            e164(8),     -- (SMDS, Frame Relay, ATM)
            f69(9),      -- (Telex)
            x121(10),    -- (X.25, Frame Relay)
            ipx(11),     -- IPX (Internet Protocol Exchange)
            appleTalk(12),  -- Apple Talk
            decnetIV(13),   -- DEC Net Phase IV
            banyanVines(14),  -- Banyan Vines
            e164withNsap(15),
            	     -- (E.164 with NSAP format subaddress)
            dns(16),     -- (Domain Name System)
            distinguishedName(17), -- (Distinguished Name, per X.500)
            asNumber(18), -- (16-bit quantity, per the AS number space)
            xtpOverIpv4(19),  -- XTP over IP version 4
            xtpOverIpv6(20),  -- XTP over IP version 6
            xtpNativeModeXTP(21),  -- XTP native mode XTP
            fibreChannelWWPN(22),  -- Fibre Channel World-Wide Port Name 
            fibreChannelWWNN(23),  -- Fibre Channel World-Wide Node Name
            gwid(24),    -- Gateway Identifier 
            reserved(65535)
            
            Requests for new values should be made to IANA via
            email (iana@iana.org).
         </xs:documentation>
      </xs:annotation>
      <xs:restriction base="xs:string">
         <xs:enumeration value="other">
            <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="nsap">
            <xs:annotation>
               <xs:appinfo>
                  <ncx:value>3</ncx:value>
               </xs:appinfo>
            </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="hdlc">
            <xs:annotation>
               <xs:appinfo>
                  <ncx:value>4</ncx:value>
               </xs:appinfo>
            </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="bbn1822">
            <xs:annotation>
               <xs:appinfo>
                  <ncx:value>5</ncx:value>
               </xs:appinfo>
            </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="all802">
            <xs:annotation>
               <xs:appinfo>
                  <ncx:value>6</ncx:value>
               </xs:appinfo>
            </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="e163">
            <xs:annotation>
               <xs:appinfo>
                  <ncx:value>7</ncx:value>
               </xs:appinfo>
            </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="e164">
            <xs:annotation>
               <xs:appinfo>
                  <ncx:value>8</ncx:value>
               </xs:appinfo>
            </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="f69">
            <xs:annotation>
               <xs:appinfo>
                  <ncx:value>9</ncx:value>
               </xs:appinfo>
            </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="x121">
            <xs:annotation>
               <xs:appinfo>
                  <ncx:value>10</ncx:value>
               </xs:appinfo>
            </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="ipx">
            <xs:annotation>
               <xs:appinfo>
                  <ncx:value>11</ncx:value>
               </xs:appinfo>
            </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="appleTalk">
            <xs:annotation>
               <xs:appinfo>
                  <ncx:value>12</ncx:value>
               </xs:appinfo>
            </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="decnetIV">
            <xs:annotation>
               <xs:appinfo>
                  <ncx:value>13</ncx:value>
               </xs:appinfo>
            </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="banyanVines">
            <xs:annotation>
               <xs:appinfo>
                  <ncx:value>14</ncx:value>
               </xs:appinfo>
            </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="e164withNsap">
            <xs:annotation>
               <xs:appinfo>
                  <ncx:value>15</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:enumeration value="distinguishedName">
            <xs:annotation>
               <xs:appinfo>
                  <ncx:value>17</ncx:value>
               </xs:appinfo>
            </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="asNumber">
            <xs:annotation>
               <xs:appinfo>
                  <ncx:value>18</ncx:value>
               </xs:appinfo>
            </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="xtpOverIpv4">
            <xs:annotation>
               <xs:appinfo>
                  <ncx:value>19</ncx:value>
               </xs:appinfo>
            </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="xtpOverIpv6">
            <xs:annotation>
               <xs:appinfo>
                  <ncx:value>20</ncx:value>
               </xs:appinfo>
            </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="xtpNativeModeXTP">
            <xs:annotation>
               <xs:appinfo>
                  <ncx:value>21</ncx:value>
               </xs:appinfo>
            </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="fibreChannelWWPN">
            <xs:annotation>
               <xs:appinfo>
                  <ncx:value>22</ncx:value>
               </xs:appinfo>
            </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="fibreChannelWWNN">
            <xs:annotation>
               <xs:appinfo>
                  <ncx:value>23</ncx:value>
               </xs:appinfo>
            </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="gwid">
            <xs:annotation>
               <xs:appinfo>
                  <ncx:value>24</ncx:value>
               </xs:appinfo>
            </xs:annotation>
         </xs:enumeration>
         <xs:enumeration value="reserved">
            <xs:annotation>
               <xs:appinfo>
                  <ncx:value>65535</ncx:value>
               </xs:appinfo>
            </xs:annotation>
         </xs:enumeration>
      </xs:restriction>
   </xs:simpleType>

</xs:schema>
