File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Status: Final
5
5
Type: Standards Track
6
6
Content-Type: text/x-rst
7
7
Created: 11-Oct-2017
8
- Post-History: 02-Jan-2018
8
+ Post-History: 02-Jan-2018, 31-Aug-2020
9
9
10
10
Outline
11
11
=======
@@ -608,6 +608,8 @@ Attributes
608
608
* variable names which start with a `$ ` sign and are followed by
609
609
alphanumerics and underscores
610
610
* literals which can only contain alphanumerics, underscores and dashes
611
+ * quoted literals (single or double quotes) which can contain any characters
612
+ except the used quote character
611
613
* arbitrary whitespaces between these tokens
612
614
613
615
An expression syntactically correct by the previous definition will be
Original file line number Diff line number Diff line change 32
32
<xs : attribute name =" condition" use =" optional" >
33
33
<xs : simpleType >
34
34
<xs : restriction base =" xs:token" >
35
- <xs : pattern value =" [$A-Za-z0-9_\s<> !=()-]*" />
35
+ <xs : pattern value =" [$A-Za-z0-9_\s" ' & lt;> !=()-]*" />
36
36
</xs : restriction >
37
37
</xs : simpleType >
38
38
</xs : attribute >
You can’t perform that action at this time.
0 commit comments