Skip to content

Commit 6f928ee

Browse files
authored
Add --omitXmlIncludeAttribute option to README
Add option to omit XmlIncludeAttribute for derived types.
1 parent c87be30 commit 6f928ee

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,10 @@ Options:
195195
default is false)
196196
--dtd, --allowDtdParse
197197
allow DTD parsing (default is false)
198-
--ns, --namingScheme use the specified naming scheme for class and
198+
--oxi, --omitXmlIncludeAttribute
199+
omit generation of XmlIncludeAttribute for derived
200+
types (default is false)
201+
--ns, --namingScheme use the specified naming scheme for class and
199202
property names (default is Pascal; can be:
200203
Direct, Pascal, Legacy)
201204
--fu, --forceUriScheme=VALUE

0 commit comments

Comments
 (0)