idnits 2.17.1 draft-ietf-netmod-iana-timezones-02.txt: Checking boilerplate required by RFC 5378 and the IETF Trust (see https://trustee.ietf.org/license-info): ---------------------------------------------------------------------------- No issues found here. Checking nits according to https://www.ietf.org/id-info/1id-guidelines.txt: ---------------------------------------------------------------------------- No issues found here. Checking nits according to https://www.ietf.org/id-info/checklist : ---------------------------------------------------------------------------- ** There are 8 instances of too long lines in the document, the longest one being 4 characters in excess of 72. ** The document seems to lack a both a reference to RFC 2119 and the recommended RFC 2119 boilerplate, even if it appears to use RFC 2119 keywords. RFC 2119 keyword, line 1798: '...one" enumeration MUST be updated as de...' RFC 2119 keyword, line 1800: '..."enum" statement MUST be added to the ...' RFC 2119 keyword, line 1802: '...A new enum value MUST be allocated by ...' RFC 2119 keyword, line 1803: '...ry. New entries MAY be placed in any ...' Miscellaneous warnings: ---------------------------------------------------------------------------- == The copyright year in the IETF Trust and authors Copyright Line does not match the current year -- The document date (November 19, 2013) is 3812 days in the past. Is this intentional? Checking references for intended status: Proposed Standard ---------------------------------------------------------------------------- (See RFCs 3967 and 4897 for information about using normative references to lower-maturity documents in RFCs) == Missing Reference: 'RFC6020' is mentioned on line 1839, but not defined Summary: 2 errors (**), 0 flaws (~~), 2 warnings (==), 1 comment (--). Run idnits with the --verbose option for more detailed information about the items above. -------------------------------------------------------------------------------- 2 Network Working Group J. Lange 3 Internet-Draft GE MDS LLC 4 Intended status: Standards Track November 19, 2013 5 Expires: May 23, 2014 7 IANA Timezone Database YANG Module 8 draft-ietf-netmod-iana-timezones-02 10 Abstract 12 This document defines the iana-timezones YANG module for timezone 13 configuration. 15 Status of This Memo 17 This Internet-Draft is submitted in full conformance with the 18 provisions of BCP 78 and BCP 79. 20 Internet-Drafts are working documents of the Internet Engineering 21 Task Force (IETF). Note that other groups may also distribute 22 working documents as Internet-Drafts. The list of current Internet- 23 Drafts is at http://datatracker.ietf.org/drafts/current/. 25 Internet-Drafts are draft documents valid for a maximum of six months 26 and may be updated, replaced, or obsoleted by other documents at any 27 time. It is inappropriate to use Internet-Drafts as reference 28 material or to cite them other than as "work in progress." 30 This Internet-Draft will expire on May 23, 2014. 32 Copyright Notice 34 Copyright (c) 2013 IETF Trust and the persons identified as the 35 document authors. All rights reserved. 37 This document is subject to BCP 78 and the IETF Trust's Legal 38 Provisions Relating to IETF Documents 39 (http://trustee.ietf.org/license-info) in effect on the date of 40 publication of this document. Please review these documents 41 carefully, as they describe your rights and restrictions with respect 42 to this document. Code Components extracted from this document must 43 include Simplified BSD License text as described in Section 4.e of 44 the Trust Legal Provisions and are provided without warranty as 45 described in the Simplified BSD License. 47 Table of Contents 49 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2 50 2. IANA Maintained Timezones YANG Module . . . . . . . . . . . . 2 51 3. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 38 52 4. Security Considerations . . . . . . . . . . . . . . . . . . . 39 53 5. Change Log . . . . . . . . . . . . . . . . . . . . . . . . . 39 54 5.1. 00-01 . . . . . . . . . . . . . . . . . . . . . . . . . . 39 55 5.2. 01-02 . . . . . . . . . . . . . . . . . . . . . . . . . . 39 56 6. Normative References . . . . . . . . . . . . . . . . . . . . 39 57 Author's Address . . . . . . . . . . . . . . . . . . . . . . . . 39 59 1. Introduction 61 This document defines the iana-timezones YANG module for timezone 62 configuration. 64 The iana-timezones module reflects IANA's existing "timezone 65 database". The latest revision of the module can be obtained from 66 the IANA web site (http://www.iana.org/time-zones). 68 Whenever a new timezone name is added to the IANA "timezone 69 database", the iana-timezones module is updated by IANA. 71 2. IANA Maintained Timezones YANG Module 73 file "iana-timezones@2013-11-19.yang" 75 module iana-timezones { 76 namespace "urn:ietf:params:xml:ns:yang:iana-timezones"; 77 prefix ianatz; 79 organization "IANA"; 80 contact 81 " Internet Assigned Numbers Authority 83 Postal: ICANN 84 4676 Admiralty Way, Suite 330 85 Marina del Rey, CA 90292 87 Tel: +1 310 823 9358 88 E-Mail: iana&iana.org"; 89 description 90 "This YANG module defines the iana-timezone typedef, which 91 contains YANG definitions for IANA-registered timezones. 93 This YANG module is maintained by IANA, and reflects the 94 IANA Time Zone Database. 96 (http://www.iana.org/time-zones) 98 The latest revision of this YANG module can be obtained from 99 the IANA web site. 101 Copyright (c) 2011 IETF Trust and the persons identified as 102 authors of the code. All rights reserved. 104 Redistribution and use in source and binary forms, with or 105 without modification, is permitted pursuant to, and subject 106 to the license terms contained in, the Simplified BSD License 107 set forth in Section 4.c of the IETF Trust's Legal Provisions 108 Relating to IETF Documents 109 (http://trustee.ietf.org/license-info). 111 This version of this YANG module is part of RFC XXXX; see 112 the RFC itself for full legal notices."; 114 revision 2013-11-19 { 115 description 116 "Initial revision using IANA Time Zone Data v. 2013h 117 (Released 2013-10-25)"; 118 reference "RFC XXXX: TITLE"; 119 } 121 typedef iana-timezone { 122 description 123 "A timezone location as defined by the IANA timezone 124 database (http://www.iana.org/time-zones)"; 125 type enumeration { 126 enum "Europe/Andorra" { 127 value 0; 128 } 129 enum "Asia/Dubai" { 130 value 1; 131 } 132 enum "Asia/Kabul" { 133 value 2; 134 } 135 enum "America/Antigua" { 136 value 3; 137 } 138 enum "America/Anguilla" { 139 value 4; 140 } 141 enum "Europe/Tirane" { 142 value 5; 143 } 144 enum "Asia/Yerevan" { 145 value 6; 146 } 147 enum "Africa/Luanda" { 148 value 7; 149 } 150 enum "Antarctica/McMurdo" { 151 value 8; 152 description 153 "McMurdo, South Pole, Scott (New Zealand time)"; 154 } 155 enum "Antarctica/Rothera" { 156 value 9; 157 description 158 "Rothera Station, Adelaide Island"; 159 } 160 enum "Antarctica/Palmer" { 161 value 10; 162 description 163 "Palmer Station, Anvers Island"; 164 } 165 enum "Antarctica/Mawson" { 166 value 11; 167 description 168 "Mawson Station, Holme Bay"; 169 } 170 enum "Antarctica/Davis" { 171 value 12; 172 description 173 "Davis Station, Vestfold Hills"; 174 } 175 enum "Antarctica/Casey" { 176 value 13; 177 description 178 "Casey Station, Bailey Peninsula"; 179 } 180 enum "Antarctica/Vostok" { 181 value 14; 182 description 183 "Vostok Station, Lake Vostok"; 184 } 185 enum "Antarctica/DumontDUrville" { 186 value 15; 187 description 188 "Dumont-d'Urville Station, Terre Adelie"; 189 } 190 enum "Antarctica/Syowa" { 191 value 16; 192 description 193 "Syowa Station, E Ongul I"; 194 } 195 enum "America/Argentina/Buenos_Aires" { 196 value 17; 197 description 198 "Buenos Aires (BA, CF)"; 199 } 200 enum "America/Argentina/Cordoba" { 201 value 18; 202 description 203 "most locations (CB, CC, CN, ER, FM, MN, SE, SF)"; 204 } 205 enum "America/Argentina/Salta" { 206 value 19; 207 description 208 "(SA, LP, NQ, RN)"; 209 } 210 enum "America/Argentina/Jujuy" { 211 value 20; 212 description 213 "Jujuy (JY)"; 214 } 215 enum "America/Argentina/Tucuman" { 216 value 21; 217 description 218 "Tucuman (TM)"; 219 } 220 enum "America/Argentina/Catamarca" { 221 value 22; 222 description 223 "Catamarca (CT), Chubut (CH)"; 224 } 225 enum "America/Argentina/La_Rioja" { 226 value 23; 227 description 228 "La Rioja (LR)"; 229 } 230 enum "America/Argentina/San_Juan" { 231 value 24; 232 description 233 "San Juan (SJ)"; 234 } 235 enum "America/Argentina/Mendoza" { 236 value 25; 237 description 238 "Mendoza (MZ)"; 239 } 240 enum "America/Argentina/San_Luis" { 241 value 26; 242 description 243 "San Luis (SL)"; 244 } 245 enum "America/Argentina/Rio_Gallegos" { 246 value 27; 247 description 248 "Santa Cruz (SC)"; 249 } 250 enum "America/Argentina/Ushuaia" { 251 value 28; 252 description 253 "Tierra del Fuego (TF)"; 254 } 255 enum "Pacific/Pago_Pago" { 256 value 29; 257 } 258 enum "Europe/Vienna" { 259 value 30; 260 } 261 enum "Australia/Lord_Howe" { 262 value 31; 263 description 264 "Lord Howe Island"; 265 } 266 enum "Antarctica/Macquarie" { 267 value 32; 268 description 269 "Macquarie Island"; 270 } 271 enum "Australia/Hobart" { 272 value 33; 273 description 274 "Tasmania - most locations"; 275 } 276 enum "Australia/Currie" { 277 value 34; 278 description 279 "Tasmania - King Island"; 280 } 281 enum "Australia/Melbourne" { 282 value 35; 283 description 284 "Victoria"; 285 } 286 enum "Australia/Sydney" { 287 value 36; 288 description 289 "New South Wales - most locations"; 290 } 291 enum "Australia/Broken_Hill" { 292 value 37; 293 description 294 "New South Wales - Yancowinna"; 295 } 296 enum "Australia/Brisbane" { 297 value 38; 298 description 299 "Queensland - most locations"; 300 } 301 enum "Australia/Lindeman" { 302 value 39; 303 description 304 "Queensland - Holiday Islands"; 305 } 306 enum "Australia/Adelaide" { 307 value 40; 308 description 309 "South Australia"; 310 } 311 enum "Australia/Darwin" { 312 value 41; 313 description 314 "Northern Territory"; 315 } 316 enum "Australia/Perth" { 317 value 42; 318 description 319 "Western Australia - most locations"; 320 } 321 enum "Australia/Eucla" { 322 value 43; 323 description 324 "Western Australia - Eucla area"; 325 } 326 enum "America/Aruba" { 327 value 44; 328 } 329 enum "Europe/Mariehamn" { 330 value 45; 331 } 332 enum "Asia/Baku" { 333 value 46; 334 } 335 enum "Europe/Sarajevo" { 336 value 47; 337 } 338 enum "America/Barbados" { 339 value 48; 340 } 341 enum "Asia/Dhaka" { 342 value 49; 343 } 344 enum "Europe/Brussels" { 345 value 50; 346 } 347 enum "Africa/Ouagadougou" { 348 value 51; 349 } 350 enum "Europe/Sofia" { 351 value 52; 352 } 353 enum "Asia/Bahrain" { 354 value 53; 355 } 356 enum "Africa/Bujumbura" { 357 value 54; 358 } 359 enum "Africa/Porto-Novo" { 360 value 55; 361 } 362 enum "America/St_Barthelemy" { 363 value 56; 364 } 365 enum "Atlantic/Bermuda" { 366 value 57; 367 } 368 enum "Asia/Brunei" { 369 value 58; 370 } 371 enum "America/La_Paz" { 372 value 59; 373 } 374 enum "America/Kralendijk" { 375 value 60; 376 } 377 enum "America/Noronha" { 378 value 61; 379 description 380 "Atlantic islands"; 381 } 382 enum "America/Belem" { 383 value 62; 384 description 385 "Amapa, E Para"; 386 } 387 enum "America/Fortaleza" { 388 value 63; 389 description 390 "NE Brazil (MA, PI, CE, RN, PB)"; 391 } 392 enum "America/Recife" { 393 value 64; 394 description 395 "Pernambuco"; 396 } 397 enum "America/Araguaina" { 398 value 65; 399 description 400 "Tocantins"; 401 } 402 enum "America/Maceio" { 403 value 66; 404 description 405 "Alagoas, Sergipe"; 406 } 407 enum "America/Bahia" { 408 value 67; 409 description 410 "Bahia"; 411 } 412 enum "America/Sao_Paulo" { 413 value 68; 414 description 415 "S & SE Brazil (GO, DF, MG, ES, RJ, SP, PR, SC, RS)"; 416 } 417 enum "America/Campo_Grande" { 418 value 69; 419 description 420 "Mato Grosso do Sul"; 421 } 422 enum "America/Cuiaba" { 423 value 70; 424 description 425 "Mato Grosso"; 426 } 427 enum "America/Santarem" { 428 value 71; 429 description 430 "W Para"; 431 } 432 enum "America/Porto_Velho" { 433 value 72; 434 description 435 "Rondonia"; 436 } 437 enum "America/Boa_Vista" { 438 value 73; 439 description 440 "Roraima"; 441 } 442 enum "America/Manaus" { 443 value 74; 444 description 445 "E Amazonas"; 446 } 447 enum "America/Eirunepe" { 448 value 75; 449 description 450 "W Amazonas"; 451 } 452 enum "America/Rio_Branco" { 453 value 76; 454 description 455 "Acre"; 456 } 457 enum "America/Nassau" { 458 value 77; 459 } 460 enum "Asia/Thimphu" { 461 value 78; 462 } 463 enum "Africa/Gaborone" { 464 value 79; 465 } 466 enum "Europe/Minsk" { 467 value 80; 468 } 469 enum "America/Belize" { 470 value 81; 471 } 472 enum "America/St_Johns" { 473 value 82; 474 description 475 "Newfoundland Time, including SE Labrador"; 476 } 477 enum "America/Halifax" { 478 value 83; 479 description 480 "Atlantic Time - Nova Scotia (most places), PEI"; 481 } 482 enum "America/Glace_Bay" { 483 value 84; 484 description 485 "Atlantic Time - Nova Scotia - places that did not observe DST 486 1966-1971"; 487 } 488 enum "America/Moncton" { 489 value 85; 490 description 491 "Atlantic Time - New Brunswick"; 492 } 493 enum "America/Goose_Bay" { 494 value 86; 495 description 496 "Atlantic Time - Labrador - most locations"; 497 } 498 enum "America/Blanc-Sablon" { 499 value 87; 500 description 501 "Atlantic Standard Time - Quebec - Lower North Shore"; 502 } 503 enum "America/Toronto" { 504 value 88; 505 description 506 "Eastern Time - Ontario & Quebec - most locations"; 507 } 508 enum "America/Nipigon" { 509 value 89; 510 description 511 "Eastern Time - Ontario & Quebec - places that did not observe 512 DST 1967-1973"; 513 } 514 enum "America/Thunder_Bay" { 515 value 90; 516 description 517 "Eastern Time - Thunder Bay, Ontario"; 518 } 519 enum "America/Iqaluit" { 520 value 91; 521 description 522 "Eastern Time - east Nunavut - most locations"; 523 } 524 enum "America/Pangnirtung" { 525 value 92; 526 description 527 "Eastern Time - Pangnirtung, Nunavut"; 529 } 530 enum "America/Resolute" { 531 value 93; 532 description 533 "Central Standard Time - Resolute, Nunavut"; 534 } 535 enum "America/Atikokan" { 536 value 94; 537 description 538 "Eastern Standard Time - Atikokan, Ontario and Southampton I, 539 Nunavut"; 540 } 541 enum "America/Rankin_Inlet" { 542 value 95; 543 description 544 "Central Time - central Nunavut"; 545 } 546 enum "America/Winnipeg" { 547 value 96; 548 description 549 "Central Time - Manitoba & west Ontario"; 550 } 551 enum "America/Rainy_River" { 552 value 97; 553 description 554 "Central Time - Rainy River & Fort Frances, Ontario"; 555 } 556 enum "America/Regina" { 557 value 98; 558 description 559 "Central Standard Time - Saskatchewan - most locations"; 560 } 561 enum "America/Swift_Current" { 562 value 99; 563 description 564 "Central Standard Time - Saskatchewan - midwest"; 565 } 566 enum "America/Edmonton" { 567 value 100; 568 description 569 "Mountain Time - Alberta, east British Columbia & west 570 Saskatchewan"; 571 } 572 enum "America/Cambridge_Bay" { 573 value 101; 574 description 575 "Mountain Time - west Nunavut"; 576 } 577 enum "America/Yellowknife" { 578 value 102; 579 description 580 "Mountain Time - central Northwest Territories"; 581 } 582 enum "America/Inuvik" { 583 value 103; 584 description 585 "Mountain Time - west Northwest Territories"; 586 } 587 enum "America/Creston" { 588 value 104; 589 description 590 "Mountain Standard Time - Creston, British Columbia"; 591 } 592 enum "America/Dawson_Creek" { 593 value 105; 594 description 595 "Mountain Standard Time - Dawson Creek & Fort Saint John, 596 British Columbia"; 597 } 598 enum "America/Vancouver" { 599 value 106; 600 description 601 "Pacific Time - west British Columbia"; 602 } 603 enum "America/Whitehorse" { 604 value 107; 605 description 606 "Pacific Time - south Yukon"; 607 } 608 enum "America/Dawson" { 609 value 108; 610 description 611 "Pacific Time - north Yukon"; 612 } 613 enum "Indian/Cocos" { 614 value 109; 615 } 616 enum "Africa/Kinshasa" { 617 value 110; 618 description 619 "west Dem. Rep. of Congo"; 620 } 621 enum "Africa/Lubumbashi" { 622 value 111; 623 description 624 "east Dem. Rep. of Congo"; 626 } 627 enum "Africa/Bangui" { 628 value 112; 629 } 630 enum "Africa/Brazzaville" { 631 value 113; 632 } 633 enum "Europe/Zurich" { 634 value 114; 635 } 636 enum "Africa/Abidjan" { 637 value 115; 638 } 639 enum "Pacific/Rarotonga" { 640 value 116; 641 } 642 enum "America/Santiago" { 643 value 117; 644 description 645 "most locations"; 646 } 647 enum "Pacific/Easter" { 648 value 118; 649 description 650 "Easter Island & Sala y Gomez"; 651 } 652 enum "Africa/Douala" { 653 value 119; 654 } 655 enum "Asia/Shanghai" { 656 value 120; 657 description 658 "east China - Beijing, Guangdong, Shanghai, etc."; 659 } 660 enum "Asia/Harbin" { 661 value 121; 662 description 663 "Heilongjiang (except Mohe), Jilin"; 664 } 665 enum "Asia/Chongqing" { 666 value 122; 667 description 668 "central China - Sichuan, Yunnan, Guangxi, Shaanxi, Guizhou, 669 etc."; 670 } 671 enum "Asia/Urumqi" { 672 value 123; 673 description 674 "most of Tibet & Xinjiang"; 675 } 676 enum "Asia/Kashgar" { 677 value 124; 678 description 679 "west Tibet & Xinjiang"; 680 } 681 enum "America/Bogota" { 682 value 125; 683 } 684 enum "America/Costa_Rica" { 685 value 126; 686 } 687 enum "America/Havana" { 688 value 127; 689 } 690 enum "Atlantic/Cape_Verde" { 691 value 128; 692 } 693 enum "America/Curacao" { 694 value 129; 695 } 696 enum "Indian/Christmas" { 697 value 130; 698 } 699 enum "Asia/Nicosia" { 700 value 131; 701 } 702 enum "Europe/Prague" { 703 value 132; 704 } 705 enum "Europe/Berlin" { 706 value 133; 707 description 708 "most locations"; 709 } 710 enum "Europe/Busingen" { 711 value 134; 712 description 713 "Busingen"; 714 } 715 enum "Africa/Djibouti" { 716 value 135; 717 } 718 enum "Europe/Copenhagen" { 719 value 136; 720 } 721 enum "America/Dominica" { 722 value 137; 723 } 724 enum "America/Santo_Domingo" { 725 value 138; 726 } 727 enum "Africa/Algiers" { 728 value 139; 729 } 730 enum "America/Guayaquil" { 731 value 140; 732 description 733 "mainland"; 734 } 735 enum "Pacific/Galapagos" { 736 value 141; 737 description 738 "Galapagos Islands"; 739 } 740 enum "Europe/Tallinn" { 741 value 142; 742 } 743 enum "Africa/Cairo" { 744 value 143; 745 } 746 enum "Africa/El_Aaiun" { 747 value 144; 748 } 749 enum "Africa/Asmara" { 750 value 145; 751 } 752 enum "Europe/Madrid" { 753 value 146; 754 description 755 "mainland"; 756 } 757 enum "Africa/Ceuta" { 758 value 147; 759 description 760 "Ceuta & Melilla"; 761 } 762 enum "Atlantic/Canary" { 763 value 148; 764 description 765 "Canary Islands"; 766 } 767 enum "Africa/Addis_Ababa" { 768 value 149; 769 } 770 enum "Europe/Helsinki" { 771 value 150; 772 } 773 enum "Pacific/Fiji" { 774 value 151; 775 } 776 enum "Atlantic/Stanley" { 777 value 152; 778 } 779 enum "Pacific/Chuuk" { 780 value 153; 781 description 782 "Chuuk (Truk) and Yap"; 783 } 784 enum "Pacific/Pohnpei" { 785 value 154; 786 description 787 "Pohnpei (Ponape)"; 788 } 789 enum "Pacific/Kosrae" { 790 value 155; 791 description 792 "Kosrae"; 793 } 794 enum "Atlantic/Faroe" { 795 value 156; 796 } 797 enum "Europe/Paris" { 798 value 157; 799 } 800 enum "Africa/Libreville" { 801 value 158; 802 } 803 enum "Europe/London" { 804 value 159; 805 } 806 enum "America/Grenada" { 807 value 160; 808 } 809 enum "Asia/Tbilisi" { 810 value 161; 811 } 812 enum "America/Cayenne" { 813 value 162; 814 } 815 enum "Europe/Guernsey" { 816 value 163; 817 } 818 enum "Africa/Accra" { 819 value 164; 820 } 821 enum "Europe/Gibraltar" { 822 value 165; 823 } 824 enum "America/Godthab" { 825 value 166; 826 description 827 "most locations"; 828 } 829 enum "America/Danmarkshavn" { 830 value 167; 831 description 832 "east coast, north of Scoresbysund"; 833 } 834 enum "America/Scoresbysund" { 835 value 168; 836 description 837 "Scoresbysund / Ittoqqortoormiit"; 838 } 839 enum "America/Thule" { 840 value 169; 841 description 842 "Thule / Pituffik"; 843 } 844 enum "Africa/Banjul" { 845 value 170; 846 } 847 enum "Africa/Conakry" { 848 value 171; 849 } 850 enum "America/Guadeloupe" { 851 value 172; 852 } 853 enum "Africa/Malabo" { 854 value 173; 855 } 856 enum "Europe/Athens" { 857 value 174; 858 } 859 enum "Atlantic/South_Georgia" { 860 value 175; 861 } 862 enum "America/Guatemala" { 863 value 176; 864 } 865 enum "Pacific/Guam" { 866 value 177; 867 } 868 enum "Africa/Bissau" { 869 value 178; 870 } 871 enum "America/Guyana" { 872 value 179; 873 } 874 enum "Asia/Hong_Kong" { 875 value 180; 876 } 877 enum "America/Tegucigalpa" { 878 value 181; 879 } 880 enum "Europe/Zagreb" { 881 value 182; 882 } 883 enum "America/Port-au-Prince" { 884 value 183; 885 } 886 enum "Europe/Budapest" { 887 value 184; 888 } 889 enum "Asia/Jakarta" { 890 value 185; 891 description 892 "Java & Sumatra"; 893 } 894 enum "Asia/Pontianak" { 895 value 186; 896 description 897 "west & central Borneo"; 898 } 899 enum "Asia/Makassar" { 900 value 187; 901 description 902 "east & south Borneo, Sulawesi (Celebes), Bali, Nusa Tengarra, 903 west Timor"; 904 } 905 enum "Asia/Jayapura" { 906 value 188; 907 description 908 "west New Guinea (Irian Jaya) & Malukus (Moluccas)"; 909 } 910 enum "Europe/Dublin" { 911 value 189; 912 } 913 enum "Asia/Jerusalem" { 914 value 190; 915 } 916 enum "Europe/Isle_of_Man" { 917 value 191; 918 } 919 enum "Asia/Kolkata" { 920 value 192; 921 } 922 enum "Indian/Chagos" { 923 value 193; 924 } 925 enum "Asia/Baghdad" { 926 value 194; 927 } 928 enum "Asia/Tehran" { 929 value 195; 930 } 931 enum "Atlantic/Reykjavik" { 932 value 196; 933 } 934 enum "Europe/Rome" { 935 value 197; 936 } 937 enum "Europe/Jersey" { 938 value 198; 939 } 940 enum "America/Jamaica" { 941 value 199; 942 } 943 enum "Asia/Amman" { 944 value 200; 945 } 946 enum "Asia/Tokyo" { 947 value 201; 948 } 949 enum "Africa/Nairobi" { 950 value 202; 951 } 952 enum "Asia/Bishkek" { 953 value 203; 954 } 955 enum "Asia/Phnom_Penh" { 956 value 204; 957 } 958 enum "Pacific/Tarawa" { 959 value 205; 960 description 961 "Gilbert Islands"; 963 } 964 enum "Pacific/Enderbury" { 965 value 206; 966 description 967 "Phoenix Islands"; 968 } 969 enum "Pacific/Kiritimati" { 970 value 207; 971 description 972 "Line Islands"; 973 } 974 enum "Indian/Comoro" { 975 value 208; 976 } 977 enum "America/St_Kitts" { 978 value 209; 979 } 980 enum "Asia/Pyongyang" { 981 value 210; 982 } 983 enum "Asia/Seoul" { 984 value 211; 985 } 986 enum "Asia/Kuwait" { 987 value 212; 988 } 989 enum "America/Cayman" { 990 value 213; 991 } 992 enum "Asia/Almaty" { 993 value 214; 994 description 995 "most locations"; 996 } 997 enum "Asia/Qyzylorda" { 998 value 215; 999 description 1000 "Qyzylorda (Kyzylorda, Kzyl-Orda)"; 1001 } 1002 enum "Asia/Aqtobe" { 1003 value 216; 1004 description 1005 "Aqtobe (Aktobe)"; 1006 } 1007 enum "Asia/Aqtau" { 1008 value 217; 1009 description 1010 "Atyrau (Atirau, Gur'yev), Mangghystau (Mankistau)"; 1012 } 1013 enum "Asia/Oral" { 1014 value 218; 1015 description 1016 "West Kazakhstan"; 1017 } 1018 enum "Asia/Vientiane" { 1019 value 219; 1020 } 1021 enum "Asia/Beirut" { 1022 value 220; 1023 } 1024 enum "America/St_Lucia" { 1025 value 221; 1026 } 1027 enum "Europe/Vaduz" { 1028 value 222; 1029 } 1030 enum "Asia/Colombo" { 1031 value 223; 1032 } 1033 enum "Africa/Monrovia" { 1034 value 224; 1035 } 1036 enum "Africa/Maseru" { 1037 value 225; 1038 } 1039 enum "Europe/Vilnius" { 1040 value 226; 1041 } 1042 enum "Europe/Luxembourg" { 1043 value 227; 1044 } 1045 enum "Europe/Riga" { 1046 value 228; 1047 } 1048 enum "Africa/Tripoli" { 1049 value 229; 1050 } 1051 enum "Africa/Casablanca" { 1052 value 230; 1053 } 1054 enum "Europe/Monaco" { 1055 value 231; 1056 } 1057 enum "Europe/Chisinau" { 1058 value 232; 1059 } 1060 enum "Europe/Podgorica" { 1061 value 233; 1062 } 1063 enum "America/Marigot" { 1064 value 234; 1065 } 1066 enum "Indian/Antananarivo" { 1067 value 235; 1068 } 1069 enum "Pacific/Majuro" { 1070 value 236; 1071 description 1072 "most locations"; 1073 } 1074 enum "Pacific/Kwajalein" { 1075 value 237; 1076 description 1077 "Kwajalein"; 1078 } 1079 enum "Europe/Skopje" { 1080 value 238; 1081 } 1082 enum "Africa/Bamako" { 1083 value 239; 1084 } 1085 enum "Asia/Rangoon" { 1086 value 240; 1087 } 1088 enum "Asia/Ulaanbaatar" { 1089 value 241; 1090 description 1091 "most locations"; 1092 } 1093 enum "Asia/Hovd" { 1094 value 242; 1095 description 1096 "Bayan-Olgiy, Govi-Altai, Hovd, Uvs, Zavkhan"; 1097 } 1098 enum "Asia/Choibalsan" { 1099 value 243; 1100 description 1101 "Dornod, Sukhbaatar"; 1102 } 1103 enum "Asia/Macau" { 1104 value 244; 1105 } 1106 enum "Pacific/Saipan" { 1107 value 245; 1109 } 1110 enum "America/Martinique" { 1111 value 246; 1112 } 1113 enum "Africa/Nouakchott" { 1114 value 247; 1115 } 1116 enum "America/Montserrat" { 1117 value 248; 1118 } 1119 enum "Europe/Malta" { 1120 value 249; 1121 } 1122 enum "Indian/Mauritius" { 1123 value 250; 1124 } 1125 enum "Indian/Maldives" { 1126 value 251; 1127 } 1128 enum "Africa/Blantyre" { 1129 value 252; 1130 } 1131 enum "America/Mexico_City" { 1132 value 253; 1133 description 1134 "Central Time - most locations"; 1135 } 1136 enum "America/Cancun" { 1137 value 254; 1138 description 1139 "Central Time - Quintana Roo"; 1140 } 1141 enum "America/Merida" { 1142 value 255; 1143 description 1144 "Central Time - Campeche, Yucatan"; 1145 } 1146 enum "America/Monterrey" { 1147 value 256; 1148 description 1149 "Mexican Central Time - Coahuila, Durango, Nuevo Leon, 1150 Tamaulipas away from US border"; 1151 } 1152 enum "America/Matamoros" { 1153 value 257; 1154 description 1155 "US Central Time - Coahuila, Durango, Nuevo Leon, Tamaulipas 1156 near US border"; 1158 } 1159 enum "America/Mazatlan" { 1160 value 258; 1161 description 1162 "Mountain Time - S Baja, Nayarit, Sinaloa"; 1163 } 1164 enum "America/Chihuahua" { 1165 value 259; 1166 description 1167 "Mexican Mountain Time - Chihuahua away from US border"; 1168 } 1169 enum "America/Ojinaga" { 1170 value 260; 1171 description 1172 "US Mountain Time - Chihuahua near US border"; 1173 } 1174 enum "America/Hermosillo" { 1175 value 261; 1176 description 1177 "Mountain Standard Time - Sonora"; 1178 } 1179 enum "America/Tijuana" { 1180 value 262; 1181 description 1182 "US Pacific Time - Baja California near US border"; 1183 } 1184 enum "America/Santa_Isabel" { 1185 value 263; 1186 description 1187 "Mexican Pacific Time - Baja California away from US border"; 1188 } 1189 enum "America/Bahia_Banderas" { 1190 value 264; 1191 description 1192 "Mexican Central Time - Bahia de Banderas"; 1193 } 1194 enum "Asia/Kuala_Lumpur" { 1195 value 265; 1196 description 1197 "peninsular Malaysia"; 1198 } 1199 enum "Asia/Kuching" { 1200 value 266; 1201 description 1202 "Sabah & Sarawak"; 1203 } 1204 enum "Africa/Maputo" { 1205 value 267; 1207 } 1208 enum "Africa/Windhoek" { 1209 value 268; 1210 } 1211 enum "Pacific/Noumea" { 1212 value 269; 1213 } 1214 enum "Africa/Niamey" { 1215 value 270; 1216 } 1217 enum "Pacific/Norfolk" { 1218 value 271; 1219 } 1220 enum "Africa/Lagos" { 1221 value 272; 1222 } 1223 enum "America/Managua" { 1224 value 273; 1225 } 1226 enum "Europe/Amsterdam" { 1227 value 274; 1228 } 1229 enum "Europe/Oslo" { 1230 value 275; 1231 } 1232 enum "Asia/Kathmandu" { 1233 value 276; 1234 } 1235 enum "Pacific/Nauru" { 1236 value 277; 1237 } 1238 enum "Pacific/Niue" { 1239 value 278; 1240 } 1241 enum "Pacific/Auckland" { 1242 value 279; 1243 description 1244 "most locations"; 1245 } 1246 enum "Pacific/Chatham" { 1247 value 280; 1248 description 1249 "Chatham Islands"; 1250 } 1251 enum "Asia/Muscat" { 1252 value 281; 1253 } 1254 enum "America/Panama" { 1255 value 282; 1256 } 1257 enum "America/Lima" { 1258 value 283; 1259 } 1260 enum "Pacific/Tahiti" { 1261 value 284; 1262 description 1263 "Society Islands"; 1264 } 1265 enum "Pacific/Marquesas" { 1266 value 285; 1267 description 1268 "Marquesas Islands"; 1269 } 1270 enum "Pacific/Gambier" { 1271 value 286; 1272 description 1273 "Gambier Islands"; 1274 } 1275 enum "Pacific/Port_Moresby" { 1276 value 287; 1277 } 1278 enum "Asia/Manila" { 1279 value 288; 1280 } 1281 enum "Asia/Karachi" { 1282 value 289; 1283 } 1284 enum "Europe/Warsaw" { 1285 value 290; 1286 } 1287 enum "America/Miquelon" { 1288 value 291; 1289 } 1290 enum "Pacific/Pitcairn" { 1291 value 292; 1292 } 1293 enum "America/Puerto_Rico" { 1294 value 293; 1295 } 1296 enum "Asia/Gaza" { 1297 value 294; 1298 description 1299 "Gaza Strip"; 1300 } 1301 enum "Asia/Hebron" { 1302 value 295; 1303 description 1304 "West Bank"; 1305 } 1306 enum "Europe/Lisbon" { 1307 value 296; 1308 description 1309 "mainland"; 1310 } 1311 enum "Atlantic/Madeira" { 1312 value 297; 1313 description 1314 "Madeira Islands"; 1315 } 1316 enum "Atlantic/Azores" { 1317 value 298; 1318 description 1319 "Azores"; 1320 } 1321 enum "Pacific/Palau" { 1322 value 299; 1323 } 1324 enum "America/Asuncion" { 1325 value 300; 1326 } 1327 enum "Asia/Qatar" { 1328 value 301; 1329 } 1330 enum "Indian/Reunion" { 1331 value 302; 1332 } 1333 enum "Europe/Bucharest" { 1334 value 303; 1335 } 1336 enum "Europe/Belgrade" { 1337 value 304; 1338 } 1339 enum "Europe/Kaliningrad" { 1340 value 305; 1341 description 1342 "Moscow-01 - Kaliningrad"; 1343 } 1344 enum "Europe/Moscow" { 1345 value 306; 1346 description 1347 "Moscow+00 - west Russia"; 1348 } 1349 enum "Europe/Volgograd" { 1350 value 307; 1351 description 1352 "Moscow+00 - Caspian Sea"; 1353 } 1354 enum "Europe/Samara" { 1355 value 308; 1356 description 1357 "Moscow+00 - Samara, Udmurtia"; 1358 } 1359 enum "Asia/Yekaterinburg" { 1360 value 309; 1361 description 1362 "Moscow+02 - Urals"; 1363 } 1364 enum "Asia/Omsk" { 1365 value 310; 1366 description 1367 "Moscow+03 - west Siberia"; 1368 } 1369 enum "Asia/Novosibirsk" { 1370 value 311; 1371 description 1372 "Moscow+03 - Novosibirsk"; 1373 } 1374 enum "Asia/Novokuznetsk" { 1375 value 312; 1376 description 1377 "Moscow+03 - Novokuznetsk"; 1378 } 1379 enum "Asia/Krasnoyarsk" { 1380 value 313; 1381 description 1382 "Moscow+04 - Yenisei River"; 1383 } 1384 enum "Asia/Irkutsk" { 1385 value 314; 1386 description 1387 "Moscow+05 - Lake Baikal"; 1388 } 1389 enum "Asia/Yakutsk" { 1390 value 315; 1391 description 1392 "Moscow+06 - Lena River"; 1393 } 1394 enum "Asia/Khandyga" { 1395 value 316; 1396 description 1397 "Moscow+06 - Tomponsky, Ust-Maysky"; 1398 } 1399 enum "Asia/Vladivostok" { 1400 value 317; 1401 description 1402 "Moscow+07 - Amur River"; 1403 } 1404 enum "Asia/Sakhalin" { 1405 value 318; 1406 description 1407 "Moscow+07 - Sakhalin Island"; 1408 } 1409 enum "Asia/Ust-Nera" { 1410 value 319; 1411 description 1412 "Moscow+07 - Oymyakonsky"; 1413 } 1414 enum "Asia/Magadan" { 1415 value 320; 1416 description 1417 "Moscow+08 - Magadan"; 1418 } 1419 enum "Asia/Kamchatka" { 1420 value 321; 1421 description 1422 "Moscow+08 - Kamchatka"; 1423 } 1424 enum "Asia/Anadyr" { 1425 value 322; 1426 description 1427 "Moscow+08 - Bering Sea"; 1428 } 1429 enum "Africa/Kigali" { 1430 value 323; 1431 } 1432 enum "Asia/Riyadh" { 1433 value 324; 1434 } 1435 enum "Pacific/Guadalcanal" { 1436 value 325; 1437 } 1438 enum "Indian/Mahe" { 1439 value 326; 1440 } 1441 enum "Africa/Khartoum" { 1442 value 327; 1443 } 1444 enum "Europe/Stockholm" { 1445 value 328; 1446 } 1447 enum "Asia/Singapore" { 1448 value 329; 1449 } 1450 enum "Atlantic/St_Helena" { 1451 value 330; 1452 } 1453 enum "Europe/Ljubljana" { 1454 value 331; 1455 } 1456 enum "Arctic/Longyearbyen" { 1457 value 332; 1458 } 1459 enum "Europe/Bratislava" { 1460 value 333; 1461 } 1462 enum "Africa/Freetown" { 1463 value 334; 1464 } 1465 enum "Europe/San_Marino" { 1466 value 335; 1467 } 1468 enum "Africa/Dakar" { 1469 value 336; 1470 } 1471 enum "Africa/Mogadishu" { 1472 value 337; 1473 } 1474 enum "America/Paramaribo" { 1475 value 338; 1476 } 1477 enum "Africa/Juba" { 1478 value 339; 1479 } 1480 enum "Africa/Sao_Tome" { 1481 value 340; 1482 } 1483 enum "America/El_Salvador" { 1484 value 341; 1485 } 1486 enum "America/Lower_Princes" { 1487 value 342; 1488 } 1489 enum "Asia/Damascus" { 1490 value 343; 1491 } 1492 enum "Africa/Mbabane" { 1493 value 344; 1494 } 1495 enum "America/Grand_Turk" { 1496 value 345; 1497 } 1498 enum "Africa/Ndjamena" { 1499 value 346; 1500 } 1501 enum "Indian/Kerguelen" { 1502 value 347; 1503 } 1504 enum "Africa/Lome" { 1505 value 348; 1506 } 1507 enum "Asia/Bangkok" { 1508 value 349; 1509 } 1510 enum "Asia/Dushanbe" { 1511 value 350; 1512 } 1513 enum "Pacific/Fakaofo" { 1514 value 351; 1515 } 1516 enum "Asia/Dili" { 1517 value 352; 1518 } 1519 enum "Asia/Ashgabat" { 1520 value 353; 1521 } 1522 enum "Africa/Tunis" { 1523 value 354; 1524 } 1525 enum "Pacific/Tongatapu" { 1526 value 355; 1527 } 1528 enum "Europe/Istanbul" { 1529 value 356; 1530 } 1531 enum "America/Port_of_Spain" { 1532 value 357; 1533 } 1534 enum "Pacific/Funafuti" { 1535 value 358; 1536 } 1537 enum "Asia/Taipei" { 1538 value 359; 1539 } 1540 enum "Africa/Dar_es_Salaam" { 1541 value 360; 1542 } 1543 enum "Europe/Kiev" { 1544 value 361; 1545 description 1546 "most locations"; 1547 } 1548 enum "Europe/Uzhgorod" { 1549 value 362; 1550 description 1551 "Ruthenia"; 1552 } 1553 enum "Europe/Zaporozhye" { 1554 value 363; 1555 description 1556 "Zaporozh'ye, E Lugansk / Zaporizhia, E Luhansk"; 1557 } 1558 enum "Europe/Simferopol" { 1559 value 364; 1560 description 1561 "central Crimea"; 1562 } 1563 enum "Africa/Kampala" { 1564 value 365; 1565 } 1566 enum "Pacific/Johnston" { 1567 value 366; 1568 description 1569 "Johnston Atoll"; 1570 } 1571 enum "Pacific/Midway" { 1572 value 367; 1573 description 1574 "Midway Islands"; 1575 } 1576 enum "Pacific/Wake" { 1577 value 368; 1578 description 1579 "Wake Island"; 1580 } 1581 enum "America/New_York" { 1582 value 369; 1583 description 1584 "Eastern Time"; 1585 } 1586 enum "America/Detroit" { 1587 value 370; 1588 description 1589 "Eastern Time - Michigan - most locations"; 1590 } 1591 enum "America/Kentucky/Louisville" { 1592 value 371; 1593 description 1594 "Eastern Time - Kentucky - Louisville area"; 1595 } 1596 enum "America/Kentucky/Monticello" { 1597 value 372; 1598 description 1599 "Eastern Time - Kentucky - Wayne County"; 1600 } 1601 enum "America/Indiana/Indianapolis" { 1602 value 373; 1603 description 1604 "Eastern Time - Indiana - most locations"; 1605 } 1606 enum "America/Indiana/Vincennes" { 1607 value 374; 1608 description 1609 "Eastern Time - Indiana - Daviess, Dubois, Knox & Martin 1610 Counties"; 1611 } 1612 enum "America/Indiana/Winamac" { 1613 value 375; 1614 description 1615 "Eastern Time - Indiana - Pulaski County"; 1616 } 1617 enum "America/Indiana/Marengo" { 1618 value 376; 1619 description 1620 "Eastern Time - Indiana - Crawford County"; 1621 } 1622 enum "America/Indiana/Petersburg" { 1623 value 377; 1624 description 1625 "Eastern Time - Indiana - Pike County"; 1626 } 1627 enum "America/Indiana/Vevay" { 1628 value 378; 1629 description 1630 "Eastern Time - Indiana - Switzerland County"; 1631 } 1632 enum "America/Chicago" { 1633 value 379; 1634 description 1635 "Central Time"; 1636 } 1637 enum "America/Indiana/Tell_City" { 1638 value 380; 1639 description 1640 "Central Time - Indiana - Perry County"; 1641 } 1642 enum "America/Indiana/Knox" { 1643 value 381; 1644 description 1645 "Central Time - Indiana - Starke County"; 1646 } 1647 enum "America/Menominee" { 1648 value 382; 1649 description 1650 "Central Time - Michigan - Dickinson, Gogebic, Iron & Menominee 1651 Counties"; 1652 } 1653 enum "America/North_Dakota/Center" { 1654 value 383; 1655 description 1656 "Central Time - North Dakota - Oliver County"; 1657 } 1658 enum "America/North_Dakota/New_Salem" { 1659 value 384; 1660 description 1661 "Central Time - North Dakota - Morton County (except Mandan 1662 area)"; 1663 } 1664 enum "America/North_Dakota/Beulah" { 1665 value 385; 1666 description 1667 "Central Time - North Dakota - Mercer County"; 1668 } 1669 enum "America/Denver" { 1670 value 386; 1671 description 1672 "Mountain Time"; 1673 } 1674 enum "America/Boise" { 1675 value 387; 1676 description 1677 "Mountain Time - south Idaho & east Oregon"; 1678 } 1679 enum "America/Phoenix" { 1680 value 388; 1681 description 1682 "Mountain Standard Time - Arizona (except Navajo)"; 1683 } 1684 enum "America/Los_Angeles" { 1685 value 389; 1686 description 1687 "Pacific Time"; 1688 } 1689 enum "America/Anchorage" { 1690 value 390; 1691 description 1692 "Alaska Time"; 1693 } 1694 enum "America/Juneau" { 1695 value 391; 1696 description 1697 "Alaska Time - Alaska panhandle"; 1698 } 1699 enum "America/Sitka" { 1700 value 392; 1701 description 1702 "Alaska Time - southeast Alaska panhandle"; 1703 } 1704 enum "America/Yakutat" { 1705 value 393; 1706 description 1707 "Alaska Time - Alaska panhandle neck"; 1708 } 1709 enum "America/Nome" { 1710 value 394; 1711 description 1712 "Alaska Time - west Alaska"; 1713 } 1714 enum "America/Adak" { 1715 value 395; 1716 description 1717 "Aleutian Islands"; 1718 } 1719 enum "America/Metlakatla" { 1720 value 396; 1721 description 1722 "Metlakatla Time - Annette Island"; 1723 } 1724 enum "Pacific/Honolulu" { 1725 value 397; 1726 description 1727 "Hawaii"; 1728 } 1729 enum "America/Montevideo" { 1730 value 398; 1731 } 1732 enum "Asia/Samarkand" { 1733 value 399; 1734 description 1735 "west Uzbekistan"; 1736 } 1737 enum "Asia/Tashkent" { 1738 value 400; 1739 description 1740 "east Uzbekistan"; 1741 } 1742 enum "Europe/Vatican" { 1743 value 401; 1744 } 1745 enum "America/St_Vincent" { 1746 value 402; 1747 } 1748 enum "America/Caracas" { 1749 value 403; 1750 } 1751 enum "America/Tortola" { 1752 value 404; 1753 } 1754 enum "America/St_Thomas" { 1755 value 405; 1756 } 1757 enum "Asia/Ho_Chi_Minh" { 1758 value 406; 1759 } 1760 enum "Pacific/Efate" { 1761 value 407; 1762 } 1763 enum "Pacific/Wallis" { 1764 value 408; 1765 } 1766 enum "Pacific/Apia" { 1767 value 409; 1768 } 1769 enum "Asia/Aden" { 1770 value 410; 1771 } 1772 enum "Indian/Mayotte" { 1773 value 411; 1774 } 1775 enum "Africa/Johannesburg" { 1776 value 412; 1777 } 1778 enum "Africa/Lusaka" { 1779 value 413; 1780 } 1781 enum "Africa/Harare" { 1782 value 414; 1784 } 1785 } 1786 } 1787 } 1789 1791 3. IANA Considerations 1793 This document defines the initial version of the IANA-maintained 1794 iana-timezones YANG module. 1796 The iana-timezones module is intended to reflect the IANA "timezone 1797 database". When a timezone location is added to the database, the 1798 "iana-timezone" enumeration MUST be updated as defined in RFC 6020 1799 Section 10 to add the newly created timezone location to the 1800 enumeration. The new "enum" statement MUST be added to the "iana- 1801 timezone" typedef with the same name as the newly added timezone 1802 location. A new enum value MUST be allocated by IANA and applied to 1803 the newly created enum entry. New entries MAY be placed in any order 1804 in the enumeration as long as the previously assigned enumeration 1805 values are not changed. 1807 If a timezone location is removed from the IANA timezone database, 1808 the corresponding existing enum statement is kept and a status 1809 statement is added to mark the enum entry as 'obsolete'. 1811 If a timezone location is renamed in the IANA timezone database, a 1812 new enum is added with the new timezone name (as described above) and 1813 the enum representing the old timezone name is kept but marked with a 1814 status statement declaring the enum as 'obsolete'. 1816 The following is an example of an enum entry which has been marked as 1817 'obsolete': 1819 enum "America/New_York" { 1820 status obsolete; 1821 value 369; 1822 description "Eastern Time"; 1823 } 1825 When the iana-timezones YANG module is updated, a new "revision" 1826 statement must be added. 1828 This document registers one URI in the IETF XML registry [RFC3688]. 1829 Following the format in RFC 3688, the following registration is 1830 requested to be made. 1832 URI: urn:ietf:params:xml:ns:yang:iana-timezones 1834 Registrant Contact: IANA. 1836 XML: N/A, the requested URI is an XML namespace. 1838 This document registers one YANG module in the YANG Module Names 1839 registry [RFC6020]. 1841 name: iana-timezones 1843 namespace: urn:ietf:params:xml:ns:yang:iana-timezones 1845 prefix: ianatz 1847 reference: RFC XXXX 1849 4. Security Considerations 1851 Since this document does not introduce any technology or protocol, 1852 there are no security issues to be considered for this document 1853 itself. 1855 5. Change Log 1857 -- RFC Ed.: remove this section before publication. 1859 5.1. 00-01 1861 o Updated timezone enumeration to match IANA timezone data v2013h 1863 5.2. 01-02 1865 o Updated IANA considerations 1867 o Removed old yang revisions 1869 6. Normative References 1871 [RFC3688] Mealling, M., "The IETF XML Registry", BCP 81, RFC 3688, 1872 January 2004. 1874 Author's Address 1876 Jeffrey Lange 1877 GE MDS LLC 1879 Email: jeffrey.k.lange@ge.com