X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=man%2Fxsd.1;h=2af1b7a0146516ce1e2a711e4e130f5fe64231e8;hb=b2c991624ff580a971eb2495b85d2515dd704313;hp=ab194d04d60c7389754ecb088fb0e02553449a35;hpb=99ad74c16ded1f7bbe35349c719f85d35f0b9b9d;p=mono.git diff --git a/man/xsd.1 b/man/xsd.1 index ab194d04d60..2af1b7a0146 100644 --- 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.