From f1d0bfa2c9f46fe7b3e412765fcbf993356403c7 Mon Sep 17 00:00:00 2001 From: Michael Ganss Date: Wed, 23 Dec 2020 16:10:23 +0100 Subject: [PATCH] Add new command line options --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3bb10812..305ef4fb 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,12 @@ Options: in XmlElement annotation for nillable elements when element is nullable (minOccurs < 1 or parent element is choice) (default is false) + --cn, --compactTypeNames + use type names without namespace qualifier for + types in the using list (default is false) + --cl, --commentLanguages=VALUE + comment languages to use (default is en; supported + are en, de) ``` For use from code use the [library NuGet package](https://www.nuget.org/packages/XmlSchemaClassGenerator-beta/):