aboutsummaryrefslogtreecommitdiff
path: root/documentation/cxx/parser/guide/index.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/cxx/parser/guide/index.xhtml')
-rw-r--r--documentation/cxx/parser/guide/index.xhtml17
1 files changed, 15 insertions, 2 deletions
diff --git a/documentation/cxx/parser/guide/index.xhtml b/documentation/cxx/parser/guide/index.xhtml
index 6805a9b..90da54a 100644
--- a/documentation/cxx/parser/guide/index.xhtml
+++ b/documentation/cxx/parser/guide/index.xhtml
@@ -5297,13 +5297,26 @@ private:
<tr><td>complex type, empty content</td><td></td></tr>
<tr><td>complex type, mixed content</td><td></td></tr>
<tr><td>complex type, simple content extension</td><td></td></tr>
- <tr><td>complex type, simple content restriction</td>
- <td>Simple type facets are not validated.</td></tr>
+ <tr><td>complex type, simple content restriction</td><td></td></tr>
<tr><td>complex type, complex content extension</td><td></td></tr>
<tr><td>complex type, complex content restriction</td><td></td></tr>
<tr><td>list</td><td></td></tr>
+ <tr><th colspan="2">Facets</th></tr>
+
+ <tr><td>length</td><td>String-based types.</td></tr>
+ <tr><td>minLength</td><td>String-based types.</td></tr>
+ <tr><td>maxLength</td><td>String-based types.</td></tr>
+ <tr><td>pattern</td><td>String-based types.</td></tr>
+ <tr><td>whiteSpace</td><td>String-based types.</td></tr>
+ <tr><td>enumeration</td><td>String-based types.</td></tr>
+
+ <tr><td>minExclusive</td><td>Integer and floating-point types.</td></tr>
+ <tr><td>minInclusive</td><td>Integer and floating-point types.</td></tr>
+ <tr><td>maxExclusive</td><td>Integer and floating-point types.</td></tr>
+ <tr><td>maxInclusive</td><td>Integer and floating-point types.</td></tr>
+
<tr><th colspan="2">Datatypes</th></tr>
<tr><td>byte</td><td></td></tr>