Restructure of mono.sln and build properties to better fix static/dynamic library...
[mono.git] / man / xsd.1
index ab194d04d60c7389754ecb088fb0e02553449a35..2af1b7a0146516ce1e2a711e4e130f5fe64231e8 100644 (file)
--- a/man/xsd.1
+++ b/man/xsd.1
@@ -50,7 +50,7 @@ Specifies the namespace of the XML schema element for which a class or a dataset
 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. Type name must be full name. Assembly name is file name that xsd.exe tries to load.
+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.