Fix YANG file formatting in concepts
[bgpcep.git] / concepts / src / main / yang / iana.yang
1 module iana {
2     yang-version 1;
3     namespace "urn:opendaylight:params:xml:ns:yang:iana";
4     prefix "iana";
5
6     organization "Cisco Systems, Inc.";
7     contact "Robert Varga <rovarga@cisco.com>";
8
9     description
10         "This module contains the definition of types related to
11          Internet Assigned Numbers Authority.
12
13          Copyright (c)2013 Cisco Systems, Inc. All rights reserved.
14
15          This program and the accompanying materials are made available
16          under the terms of the Eclipse Public License v1.0 which
17          accompanies this distribution, and is available at
18          http://www.eclipse.org/legal/epl-v10.html";
19
20     revision "2013-08-16" {
21         description "Initial revision.";
22         reference "https://www.iana.org/";
23     }
24
25     typedef enterprise-number {
26         description "Private enterprise number.";
27         reference "https://www.iana.org/assignments/enterprise-numbers/enterprise-numbers";
28         type uint32;
29     }
30 }