1 '\" t
   2 .\" Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
   3 .\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 .\"
   5 .\" This code is free software; you can redistribute it and/or modify it
   6 .\" under the terms of the GNU General Public License version 2 only, as
   7 .\" published by the Free Software Foundation.
   8 .\"
   9 .\" This code is distributed in the hope that it will be useful, but WITHOUT
  10 .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11 .\" FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12 .\" version 2 for more details (a copy is included in the LICENSE file that
  13 .\" accompanied this code).
  14 .\"
  15 .\" You should have received a copy of the GNU General Public License version
  16 .\" 2 along with this work; if not, write to the Free Software Foundation,
  17 .\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18 .\"
  19 .\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20 .\" or visit www.oracle.com if you need additional information or have any
  21 .\" questions.
  22 .\"
  23 .\"     Arch: generic
  24 .\"     Software: JDK 8
  25 .\"     Date: 21 November 2013
  26 .\"     SectDesc: Java Web Services Tools
  27 .\"     Title: schemagen.1
  28 .\"
  29 .if n .pl 99999
  30 .TH schemagen 1 "21 November 2013" "JDK 8" "Java Web Services Tools"
  31 .\" -----------------------------------------------------------------
  32 .\" * Define some portability stuff
  33 .\" -----------------------------------------------------------------
  34 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  35 .\" http://bugs.debian.org/507673
  36 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
  37 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  38 .ie \n(.g .ds Aq \(aq
  39 .el       .ds Aq '
  40 .\" -----------------------------------------------------------------
  41 .\" * set default formatting
  42 .\" -----------------------------------------------------------------
  43 .\" disable hyphenation
  44 .nh
  45 .\" disable justification (adjust text to left margin only)
  46 .ad l
  47 .\" -----------------------------------------------------------------
  48 .\" * MAIN CONTENT STARTS HERE *
  49 .\" -----------------------------------------------------------------
  50 
  51 .SH NAME    
  52 schemagen \- Generates a schema for every name space that is referenced in your Java classes\&.
  53 .SH SYNOPSIS    
  54 .sp     
  55 .nf     
  56 
  57 \fBschemagen\fR [ \fIoptions\fR ] \fIjava\-files\fR
  58 .fi     
  59 .sp     
  60 .TP     
  61 \fIoptions\fR
  62 The command-line options\&. See Options\&.
  63 .TP     
  64 \fIjava-files\fR
  65 The Java class files to be processed\&.
  66 .SH DESCRIPTION    
  67 The schema generator creates a schema file for each name space referenced in your Java classes\&. Currently, you cannot control the name of the generated schema files\&. To control the schema file names, see Using SchemaGen with Ant at http://jaxb\&.java\&.net/nonav/2\&.2\&.3u1/docs/schemagenTask\&.html
  68 .PP
  69 Start the schema generator with the appropriate \f3schemagen\fR shell script in the bin directory for your platform\&. The current schema generator can process either Java source files or class files\&.
  70 .sp     
  71 .nf     
  72 \f3schemagen\&.sh Foo\&.java Bar\&.java \&.\&.\&.\fP
  73 .fi     
  74 .nf     
  75 \f3Note: Writing schema1\&.xsd\fP
  76 .fi     
  77 .nf     
  78 \f3\fP
  79 .fi     
  80 .sp     
  81 If your java files reference other classes, then those classes must be accessible on your system \f3CLASSPATH\fR environment variable, or they need to be specified in the \f3schemagen\fR command line with the class path options\&. See Options\&. If the referenced files are not accessible or specified, then you get errors when you generate the schema\&.
  82 .SH OPTIONS    
  83 .TP
  84 -d \fIpath\fR
  85 .br
  86 The location where the \f3schemagen\fR command places processor-generated and \f3javac\fR-generated class files\&.
  87 .TP
  88 -cp \fIpath\fR
  89 .br
  90 The location where the \f3schemagen\fR command places user-specified files\&.
  91 .TP
  92 -classpath \fIpath\fR
  93 .br
  94 The location where the \f3schemagen\fR command places user-specified files\&.
  95 .TP
  96 -encoding \fIencoding\fR
  97 .br
  98 Specifies the encoding to use for \f3apt\fR or \f3javac\fR command invocations\&.
  99 .TP
 100 -episode \fIfile\fR
 101 .br
 102 Generates an episode file for separate compilation\&.
 103 .TP
 104 -version
 105 .br
 106 Displays release information\&.
 107 .TP
 108 -help
 109 .br
 110 Displays a help message\&.
 111 .SH SEE\ ALSO    
 112 .TP 0.2i    
 113 \(bu
 114 Using SchemaGen with Ant at http://jaxb\&.java\&.net/nonav/2\&.2\&.3u1/docs/schemagenTask\&.html
 115 .TP 0.2i    
 116 \(bu
 117 Java Architecture for XML Binding (JAXB) at http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/xml/jaxb/index\&.html
 118 .RE
 119 .br
 120 'pl 8.5i
 121 'bp