summaryrefslogtreecommitdiff
path: root/documentation/xsd.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/xsd.xhtml')
-rw-r--r--documentation/xsd.xhtml5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/xsd.xhtml b/documentation/xsd.xhtml
index 4acf822..f5fb0b7 100644
--- a/documentation/xsd.xhtml
+++ b/documentation/xsd.xhtml
@@ -763,6 +763,11 @@
<dd>Generate constructors that expect an instance of a base type
followed by all required members.</dd>
+ <dt><code><b>--suppress-assignment</b></code></dt>
+ <dd>Suppress the generation of copy assignment operators for complex
+ types. If this option is specified, the copy assignment operators
+ for such types are declared private and left unimplemented.</dd>
+
<dt><code><b>--generate-detach</b></code></dt>
<dd>Generate detach functions for required elements and attributes
(detach functions for optional and sequence cardinalities are