Skip to content
Snippets Groups Projects
Commit 2479eb11 authored by Botond Baranyi's avatar Botond Baranyi
Browse files

Documented xsd2ttcn command line option '-N' (bug 550942)


Change-Id: I6e47da65d6b9689816d69cef68120055840054e8
Signed-off-by: default avatarBotond Baranyi <botond.baranyi@ericsson.com>
parent d7689306
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ An XML Schema is represented by a set of schema documents forming a complete spe
The command line syntax of the converter is the following:
[source]
xsd2ttcn [-ceghmopstVwx] [-f file] [-J file] schema.xsd [-schema.xsd…]
xsd2ttcn [-ceghmNopstVwx] [-f file] [-J file] schema.xsd [-schema.xsd…]
or
......@@ -69,6 +69,10 @@ Instructs the converter to generate TTCN-3 code allowing type substitution.
+
Instructs the converter to only generate the `UsefulTtcn3Types` and `XSD` predefined modules.
* `-N`
+
Instructs the converter to generate the definitions of XML schemas with no target namespaces into separate TTCN-3 modules (one module per XML schema). By default all definitions with no target namespace are generated into a single TTCN-3 module.
* `-o`
+
Generates all definitions into one module, called `XSD_Definitions`, instead of generating separate modules for each target namespace. The module contains one group for each target namespace.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment