Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mganss/XmlSchemaClassGenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ganss committed Dec 10, 2020
2 parents c94de71 + 0738c6b commit c207c56
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Options:
-o, --output=FOLDER the FOLDER to write the resulting .cs files to
-i, --integer=TYPE map xs:integer and derived types to TYPE instead
of automatic approximation
TYPE can be i[nt], l[ong], or d[ecimal].
TYPE can be i[nt], l[ong], or d[ecimal]
--fb, --fallback, --use-integer-type-as-fallback
use integer type specified via -i only if no type
can be deduced
Expand Down Expand Up @@ -100,7 +100,8 @@ Options:
default is null)
--csm, --collectionSettersMode=Private, Public, PublicWithoutConstructorInitialization
generate a private, public or public setters
without backing field initialization for collections
without backing field initialization for
collections
(default is Private; can be: Private, Public,
PublicWithoutConstructorInitialization)
--ctro, --codeTypeReferenceOptions=GlobalReference, GenericTypeParameter
Expand All @@ -125,6 +126,9 @@ Options:
pattern (default is false)
--sf, --separateFiles generate a separate file for each class (default
is false)
--sg, --separateSubstitutes
generate a separate property for each element of a
substitution group (default is false)
--dnfin, --doNotForceIsNullable
do not force generator to emit IsNullable = true
in XmlElement annotation for nillable elements
Expand Down

0 comments on commit c207c56

Please sign in to comment.