Skip to content

Commit 0a8eec1

Browse files
committed
chore(resources): ldml update keyboard -> keyboard3 🙀
For: #9604 - unicode-org/cldr:f3daab445e2e3ee88f8b94c6b46d380777035051 - un-deleting pcm, still in progress
1 parent e2ca32b commit 0a8eec1

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"sha": "bd40148d4c8675d0fb2db8c36cfb9f8e328250a8",
3-
"description": "release-44-alpha3-3-gbd40148d4c",
4-
"date": "Mon, 18 Sep 2023 23:31:25 +0000"
2+
"sha": "f3daab445e2e3ee88f8b94c6b46d380777035051",
3+
"description": "release-44-alpha3-4-gf3daab445e",
4+
"date": "Wed, 20 Sep 2023 22:27:35 +0000"
55
}

resources/standards-data/ldml-keyboards/techpreview/dtd/ldmlKeyboard3.dtd

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ Please view the subcommittee page for the most recent information.
9393

9494
<!ELEMENT display EMPTY >
9595
<!--@TECHPREVIEW-->
96-
<!ATTLIST display id CDATA #IMPLIED >
97-
<!--@MATCH:regex/[A-Za-z0-9][A-Za-z0-9-]*-->
96+
<!ATTLIST display id NMTOKEN #IMPLIED >
97+
<!--@MATCH:any-->
9898
<!ATTLIST display to CDATA #IMPLIED >
9999
<!--@MATCH:any-->
100100
<!--@ALLOWS_UESC-->
@@ -115,10 +115,10 @@ Please view the subcommittee page for the most recent information.
115115

116116
<!ELEMENT key EMPTY >
117117
<!--@TECHPREVIEW-->
118-
<!ATTLIST key id CDATA #REQUIRED >
119-
<!--@MATCH:regex/[A-Za-z0-9][A-Za-z0-9-]*-->
118+
<!ATTLIST key id NMTOKEN #REQUIRED >
119+
<!--@MATCH:any-->
120120
<!ATTLIST key flicks NMTOKEN #IMPLIED >
121-
<!--@MATCH:regex/[A-Za-z0-9][A-Za-z0-9-]*-->
121+
<!--@MATCH:any-->
122122
<!ATTLIST key gap (true) #IMPLIED >
123123
<!--@VALUE-->
124124
<!ATTLIST key to CDATA #IMPLIED >
@@ -139,7 +139,7 @@ Please view the subcommittee page for the most recent information.
139139
<!ATTLIST key stretch (true) #IMPLIED >
140140
<!--@VALUE-->
141141
<!ATTLIST key switch NMTOKEN #IMPLIED >
142-
<!--@MATCH:regex/[A-Za-z0-9][A-Za-z0-9-]*-->
142+
<!--@MATCH:any-->
143143
<!--@VALUE-->
144144
<!ATTLIST key transform (no) #IMPLIED >
145145
<!--@VALUE-->
@@ -150,7 +150,7 @@ Please view the subcommittee page for the most recent information.
150150
<!ELEMENT flicks ( flick+, special* ) >
151151
<!--@TECHPREVIEW-->
152152
<!ATTLIST flicks id NMTOKEN #REQUIRED >
153-
<!--@MATCH:regex/[A-Za-z0-9][A-Za-z0-9-]*-->
153+
<!--@MATCH:any-->
154154

155155
<!ELEMENT flick EMPTY >
156156
<!--@TECHPREVIEW-->
@@ -185,7 +185,7 @@ Please view the subcommittee page for the most recent information.
185185
<!ELEMENT layer ( row+, special* ) >
186186
<!--@TECHPREVIEW-->
187187
<!ATTLIST layer id NMTOKEN #IMPLIED >
188-
<!--@MATCH:regex/[A-Za-z0-9][A-Za-z0-9-]*-->
188+
<!--@MATCH:any-->
189189
<!ATTLIST layer modifier NMTOKENS #IMPLIED >
190190
<!--@MATCH:regex/(none|([A-Za-z0-9]+)( [A-Za-z0-9]+)*)-->
191191

resources/standards-data/ldml-keyboards/techpreview/dtd/ldmlKeyboard3.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Note: DTD @-annotations are not currently converted to .xsd. For full CLDR file
181181

182182
<xs:element name="display">
183183
<xs:complexType>
184-
<xs:attribute name="id"/>
184+
<xs:attribute name="id" type="xs:NMTOKEN"/>
185185
<xs:attribute name="to"/>
186186
<xs:attribute name="display" use="required"/>
187187
</xs:complexType>
@@ -217,7 +217,7 @@ Note: DTD @-annotations are not currently converted to .xsd. For full CLDR file
217217

218218
<xs:element name="key">
219219
<xs:complexType>
220-
<xs:attribute name="id" use="required"/>
220+
<xs:attribute name="id" type="xs:NMTOKEN" use="required"/>
221221
<xs:attribute name="flicks" type="xs:NMTOKEN"/>
222222
<xs:attribute name="gap">
223223
<xs:simpleType>

resources/standards-data/ldml-keyboards/techpreview/dtd/ldmlKeyboardTest3.dtd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Please see CLDR-15034 for the latest information. -->
6161
<!--@ORDERED-->
6262
<!--@TECHPREVIEW-->
6363
<!ATTLIST keystroke key NMTOKEN #REQUIRED >
64-
<!--@MATCH:regex/[A-Za-z0-9][A-Za-z0-9-]*-->
64+
<!--@MATCH:any-->
6565
<!--@VALUE-->
6666
<!ATTLIST keystroke flick NMTOKENS #IMPLIED >
6767
<!--@MATCH:any-->

0 commit comments

Comments
 (0)