Man page - dtd2xsd(1)
Packages contains this manual
- makecert(1)
- mconfig(1)
- mkbundle(1)
- mozroots(1)
- pdb2mdb(1)
- mono-symbolicate(1)
- setreg(1)
- signcode(1)
- chktrust(1)
- certmgr(1)
- wsdl(1)
- resgen(1)
- cilc(1)
- sgen(1)
- disco(1)
- monop2(1)
- cccheck(1)
- al(1)
- sn(1)
- mono-shlib-cop(1)
- permview(1)
- httpcfg(1)
- sqlsharp(1)
- mono-cil-strip(1)
- xsd(1)
- lc(1)
- mono-xmltool(1)
- secutil(1)
- aprofutil(1)
- crlupdate(1)
- soapsuds(1)
- cert2spc(1)
- dtd2xsd(1)
- wsdl2(1)
- genxs(1)
- caspol(1)
- ilasm(1)
- macpack(1)
- resgen2(1)
- monop(1)
- al2(1)
Package: mono-devel
apt-get install mono-devel
apt-get install mono-devel
Manuals in package:
Documentations in package:
Manual
dtd2xsd
NAMESYNOPSIS
DESCRIPTION
AUTHOR
SEE ALSO
NAME
dtd2xsd - XML Schema generator from XML document that contains DTD.
SYNOPSIS
dtd2xsd [options] instance-xmlfile optional-xsdfile
DESCRIPTION
dtd2xsd generates an XML schema document from a document type definition (DTD). Right now you have to specify instance XML file that references or contains DTD. DTD itself is not readable with this tiny tool.
By default, it outputs resulting XML schema to console. If optional-xsdfile parameter is specified, it outputs the result to the specified file.
AUTHOR
Atsushi Enomoto <atsushi@ximian.com>
SEE ALSO
mono(1)