71 \ \ -encoding <encoding> : specify character encoding for generated source files\n\ |
71 \ \ -encoding <encoding> : specify character encoding for generated source files\n\ |
72 \ \ -enableIntrospection : enable correct generation of Boolean getters/setters to enable Bean Introspection apis \n\ |
72 \ \ -enableIntrospection : enable correct generation of Boolean getters/setters to enable Bean Introspection apis \n\ |
73 \ \ -disableXmlSecurity : disables XML security features when parsing XML documents \n\ |
73 \ \ -disableXmlSecurity : disables XML security features when parsing XML documents \n\ |
74 \ \ -contentForWildcard : generates content property for types with multiple xs:any derived elements \n\ |
74 \ \ -contentForWildcard : generates content property for types with multiple xs:any derived elements \n\ |
75 \ \ -xmlschema : treat input as W3C XML Schema (default)\n\ |
75 \ \ -xmlschema : treat input as W3C XML Schema (default)\n\ |
76 \ \ -relaxng : treat input as RELAX NG (experimental,unsupported)\n\ |
|
77 \ \ -relaxng-compact : treat input as RELAX NG compact syntax (experimental,unsupported)\n\ |
|
78 \ \ -dtd : treat input as XML DTD (experimental,unsupported)\n\ |
76 \ \ -dtd : treat input as XML DTD (experimental,unsupported)\n\ |
79 \ \ -wsdl : treat input as WSDL and compile schemas inside it (experimental,unsupported)\n\ |
77 \ \ -wsdl : treat input as WSDL and compile schemas inside it (experimental,unsupported)\n\ |
80 \ \ -verbose : be extra verbose\n\ |
78 \ \ -verbose : be extra verbose\n\ |
81 \ \ -quiet : suppress compiler output\n\ |
79 \ \ -quiet : suppress compiler output\n\ |
82 \ \ -help : display this help message\n\ |
80 \ \ -help : display this help message\n\ |
83 \ \ -version : display version information\n\ |
81 \ \ -version : display version information\n\ |
84 \ \ -fullversion : display full version information\n\ |
82 \ \ -fullversion : display full version information\n\ |
85 |
83 |
86 Driver.AddonUsage = \nExtensions: |
84 Driver.AddonUsage = \nExtensions: |
87 |
85 |
88 # {0} - one of: DTD, RELAX NG, RELAX NG compact syntax, WSDL; {1} - one of (respectively): -dtd, -relaxng, -relaxng-compact, -wsdl |
86 # {0} - one of: DTD, WSDL; {1} - one of (respectively): -dtd, -wsdl |
89 Driver.ExperimentalLanguageWarning = \ |
87 Driver.ExperimentalLanguageWarning = \ |
90 Are you trying to compile {0}? Support for {0} is experimental. \ |
88 Are you trying to compile {0}? Support for {0} is experimental. \ |
91 You may enable it by using the {1} option. |
89 You may enable it by using the {1} option. |
92 |
90 |
93 # Not concatenated with any other String. Variable: Name of a directory (input argument of the XJC utility). |
91 # Not concatenated with any other String. Variable: Name of a directory (input argument of the XJC utility). |