summaryrefslogtreecommitdiff
path: root/documentation/xsd.xhtml
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-09-28 10:06:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-09-28 10:06:28 +0200
commit67d249d7502b4c5c2f0c4aa142c655d51e1fe020 (patch)
tree4a78090bb6cbe8e397d28ad2e2013fe205585aa8 /documentation/xsd.xhtml
parent6c620880eb15473a6414901f4764daf06dc4372c (diff)
Mention that --custom-type-regex uses perl-like regex
Diffstat (limited to 'documentation/xsd.xhtml')
-rw-r--r--documentation/xsd.xhtml5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/xsd.xhtml b/documentation/xsd.xhtml
index b85e896..8c73a54 100644
--- a/documentation/xsd.xhtml
+++ b/documentation/xsd.xhtml
@@ -914,8 +914,9 @@
and be defined in the same namespace as the generated class would
have. If <i>base-sub</i> is present and its substitution results
in a non-empty string then the generated class is still generated
- but with the result of substitution as its name. See also the
- REGEX AND SHELL QUOTING section below.
+ but with the result of substitution as its name. The pattern and
+ substitutions are in the perl regular expression format. See also
+ the REGEX AND SHELL QUOTING section below.
</dd>
<!-- Suffixes. -->