ietf-geo-location

This module defines a grouping of a container object for specifying a location on or around an astronomical object (e.g., 'earth...

  • Version: 2022-02-11

    ietf-geo-location@2022-02-11


    
      module ietf-geo-location {
    
        yang-version 1.1;
    
        namespace
          "urn:ietf:params:xml:ns:yang:ietf-geo-location";
    
        prefix geo;
    
        import ietf-yang-types {
          prefix yang;
          reference
            "RFC 6991: Common YANG Data Types";
    
    
        }
    
        organization
          "IETF NETMOD Working Group (NETMOD)";
    
        contact
          "WG Web:   <https://datatracker.ietf.org/wg/netmod/>
        WG List:  <mailto:netmod@ietf.org>
    
        Editor:   Christian Hopps
                  <mailto:chopps@chopps.org>";
    
        description
          "This module defines a grouping of a container object for
         specifying a location on or around an astronomical object (e.g.,
         'earth').
    
         The key words 'MUST', 'MUST NOT', 'REQUIRED', 'SHALL', 'SHALL
         NOT', 'SHOULD', 'SHOULD NOT', 'RECOMMENDED', 'NOT RECOMMENDED',
         'MAY', and 'OPTIONAL' in this document are to be interpreted as
         described in BCP 14 (RFC 2119) (RFC 8174) when, and only when,
         they appear in all capitals, as shown here.
    
         Copyright (c) 2022 IETF Trust and the persons identified as
         authors of the code.  All rights reserved.
    
         Redistribution and use in source and binary forms,
         with or without modification, is permitted pursuant to,
         and subject to the license terms contained in, the
         Revised BSD License set forth in Section 4.c of the
         IETF Trust's Legal Provisions Relating to IETF Documents
         (https://trustee.ietf.org/license-info).
    
         This version of this YANG module is part of RFC 9179
         (https://www.rfc-editor.org/info/rfc9179); see the RFC itself
         for full legal notices.";
    
        revision "2022-02-11" {
          description "Initial Revision";
          reference
            "RFC 9179: A YANG Grouping for Geographic Locations";
    
        }
    
    
        feature alternate-systems {
          description
            "This feature means the device supports specifying locations
           using alternate systems for reference frames.";
        }
      }  // module ietf-geo-location
    

© 2023 YumaWorks, Inc. All rights reserved.