aboutsummaryrefslogtreecommitdiff
path: root/documentation/cxx/parser/guide/index.xhtml
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-10-13 15:38:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-10-13 15:38:11 +0200
commit6f395f9f769866a04f6949cb7ed14f93d90cf728 (patch)
treed1f8343e7b41fc1895676ad4248a5e4942f9172b /documentation/cxx/parser/guide/index.xhtml
parentc1f49aa87678c512ac37575365a6676727e5f20a (diff)
Map anySimpleType to a string
Diffstat (limited to 'documentation/cxx/parser/guide/index.xhtml')
-rw-r--r--documentation/cxx/parser/guide/index.xhtml7
1 files changed, 6 insertions, 1 deletions
diff --git a/documentation/cxx/parser/guide/index.xhtml b/documentation/cxx/parser/guide/index.xhtml
index 90da54a..9dc9764 100644
--- a/documentation/cxx/parser/guide/index.xhtml
+++ b/documentation/cxx/parser/guide/index.xhtml
@@ -1712,6 +1712,8 @@ namespace http://www.w3.org/2001/XMLSchema
{
include &lt;string>;
+ anySimpleType std::string;
+
string std::string;
normalizedString std::string;
token std::string;
@@ -1732,6 +1734,8 @@ namespace http://www.w3.org/2001/XMLSchema
<pre class="type-map">
namespace http://www.w3.org/2001/XMLSchema
{
+ anySimpleType char*;
+
string char*;
normalizedString char*;
token char*;
@@ -3169,7 +3173,8 @@ main (int argc, char* argv[])
<tr>
<td><code>anySimpleType</code></td>
<td><code>any_simple_type_pimpl</code></td>
- <td><code>void</code></td>
+ <td><code>std::string</code> or <code>char*</code><br/>
+ <a href="#5.1">Section 5.1, "Standard Template Library"</a></td>
</tr>
<tr>