From 884dea7531962b17ef843ac2175faa050e8b0758 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 10 Apr 2014 12:57:06 +0200 Subject: Add support for ordered types, mixed content --- doc/xsd-epilogue.xhtml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/xsd-epilogue.xhtml') diff --git a/doc/xsd-epilogue.xhtml b/doc/xsd-epilogue.xhtml index 275224f..5f91450 100644 --- a/doc/xsd-epilogue.xhtml +++ b/doc/xsd-epilogue.xhtml @@ -16,6 +16,7 @@ --seq-modifier-regex, --parser-regex, --serializer-regex, + --const-regex, --enumerator-regex, and --element-type-regex options.

@@ -78,6 +79,7 @@ --seq-modifier-regex, --parser-regex, --serializer-regex, + --const-regex, --enumerator-regex, and --element-type-regex options allow you to specify extra regular expressions for each name category in @@ -184,6 +186,9 @@

/(.+)/parse\u$1/

+

The const category is used to create C++ constant names for the + element/wildcard/text content ids in ordered types.

+

See also the REGEX AND SHELL QUOTING section below.

TYPE MAP

-- cgit v1.1