|
| 1 | +module iana-ietf-power-and-energy { |
| 2 | + yang-version 1.1; |
| 3 | + namespace "urn:ietf:params:xml:ns:yang:iana-ietf-power-and-energy"; |
| 4 | + prefix ianaeo; |
| 5 | + |
| 6 | + organization "IANA"; |
| 7 | + contact |
| 8 | + " Internet Assigned Numbers Authority |
| 9 | +
|
| 10 | + Postal: ICANN |
| 11 | + 12025 Waterfront Drive, Suite 300 |
| 12 | + Los Angeles, CA 90094-2536 |
| 13 | + United States of America |
| 14 | +
|
| 15 | + Tel: +1 310 301 5800 |
| 16 | + E-Mail: iana@iana.org>"; |
| 17 | + |
| 18 | + description |
| 19 | + "IANA-defined identities for power and energy class. |
| 20 | +
|
| 21 | + The latest revision of this YANG module can be obtained from |
| 22 | + the IANA website. |
| 23 | +
|
| 24 | + Requests for new values should be made to IANA via |
| 25 | + email (iana@iana.org). |
| 26 | +
|
| 27 | + Copyright (c) 2026 IETF Trust and the persons identified as |
| 28 | + authors of the code. All rights reserved. |
| 29 | +
|
| 30 | + Redistribution and use in source and binary forms, with or |
| 31 | + without modification, is permitted pursuant to, and subject |
| 32 | + to the license terms contained in, the Simplified BSD License |
| 33 | + set forth in Section 4.c of the IETF Trust's Legal Provisions |
| 34 | + Relating to IETF Documents |
| 35 | + (https://trustee.ietf.org/license-info). |
| 36 | +
|
| 37 | + The initial version of this YANG module is part of RFC XXX; |
| 38 | + see the RFC itself for full legal notices."; |
| 39 | + reference |
| 40 | + "https://www.iana.org/assignments/yang-parameters"; |
| 41 | + |
| 42 | + revision 2026-02-26 { |
| 43 | + description |
| 44 | + "Initial revision."; |
| 45 | + reference |
| 46 | + "RFC XXX: A YANG Data Model for Power and Energy monitoring and |
| 47 | + control of devices within or connected to communication |
| 48 | + networks"; |
| 49 | + } |
| 50 | + |
| 51 | + identity certification-type { |
| 52 | + description |
| 53 | + "Base identity for certification types applicable to energy |
| 54 | + objects. This identity serves as the root for a hierarchy of |
| 55 | + certification types, allowing for extensibility."; |
| 56 | + |
| 57 | + reference |
| 58 | + "Industry sustainability and energy efficiency certifications"; |
| 59 | + } |
| 60 | + |
| 61 | + identity energy-star { |
| 62 | + base certification-type; |
| 63 | + description |
| 64 | + "ENERGY STAR certification for energy efficiency."; |
| 65 | + reference |
| 66 | + "https://www.energystar.gov/"; |
| 67 | + } |
| 68 | + |
| 69 | + identity c80-plus{ |
| 70 | + base certification-type; |
| 71 | + description |
| 72 | + "80 PLUS Power Supply Certification"; |
| 73 | + reference |
| 74 | + "https://www.clearesult.com/80plus/"; |
| 75 | + } |
| 76 | + |
| 77 | + identity epeat { |
| 78 | + base certification-type; |
| 79 | + description |
| 80 | + "Electronic Product Environmental Assessment Tool ratings (Bronze/Silver/Gold)."; |
| 81 | + reference |
| 82 | + "https://www.epeat.net/"; |
| 83 | + } |
| 84 | + |
| 85 | + identity eu-energy-level{ |
| 86 | + base certification-type; |
| 87 | + description |
| 88 | + "EU Energy Label: European efficiency ratings"; |
| 89 | + reference |
| 90 | + "https://eprel.ec.europa.eu/screen/home"; |
| 91 | + } |
| 92 | + |
| 93 | + identity cn-energy-level{ |
| 94 | + base certification-type; |
| 95 | + description |
| 96 | + "CN Energy Label: China efficiency ratings"; |
| 97 | + reference |
| 98 | + "https://www.energylabel.com.cn"; |
| 99 | + } |
| 100 | + |
| 101 | + identity cqc{ |
| 102 | + base certification-type; |
| 103 | + description |
| 104 | + "China Quality Certification for energy efficiency"; |
| 105 | + reference |
| 106 | + "https://www.cqc.com.cn/"; |
| 107 | + } |
| 108 | + |
| 109 | +} |
0 commit comments