Restructure of mono.sln and build properties to better fix static/dynamic library...
[mono.git] / man / xsd.1
index ec6673b5bce7b0aa520eea79958719125059ea92..2af1b7a0146516ce1e2a711e4e130f5fe64231e8 100644 (file)
--- a/man/xsd.1
+++ b/man/xsd.1
@@ -49,6 +49,9 @@ Specifies the namespace of the XML schema element for which a class or a dataset
 .I "/language:name" "/l:name"
 Specifies the programming language to use for the generated code. The only supported languages are CS (C#) and VB (Visual Basic.NET).
 .TP 
+.I "/generator:type,assembly" "/g:type,assembly"
+Indicates xsd.exe to use custom CodeDomProvider to generate code. The type name must be full name. Assembly name is a local file name that is going to be loaded. The specified Type must have the default constructor.
+.TP 
 .I "/outputdir:path" "/o:path"
 Specifies the directory where to generate the code or schemas.
 .TP