1<!-- 2Copyright © 1991-2024 Unicode, Inc. 3For terms of use, see http://www.unicode.org/copyright.html 4SPDX-License-Identifier: Unicode-3.0 5CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) 6--> 7<!-- This is a descriptive keyboard format frozen in v43 and included for backwards compatibility. 8 All new applications should use the prescriptive format available in ldmlKeyboard3.dtd --> 9 10<!ELEMENT platform ( hardwareMap? ) > 11 <!--@DEPRECATED--> 12<!ATTLIST platform id CDATA #REQUIRED > 13 <!--@MATCH:literal/android, chromeos, osx, windows--> 14 <!--@DEPRECATED--> 15 16<!ELEMENT hardwareMap ( map+ ) > 17 18<!ELEMENT map EMPTY > 19<!ATTLIST map keycode CDATA #REQUIRED > 20 <!--@MATCH:range/0~150--> 21<!ATTLIST map iso CDATA #REQUIRED > 22 <!--@MATCH:regex/[A-Z][0-9][0-9]--> 23 <!--@VALUE--> 24