XmlSchema.
Commons XMLSchema is a light weight schema object model that can be used to manipualte or generate a schema. It has a clean, easy to use API and can easily be integrated into an existing project since it has almost no dependancies on third party libraries..
Here is the list of declaration for XmlSchema. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.apache.ws.commons.schema</groupId> <artifactId>XmlSchema</artifactId> <version>1.3.1</version> </dependency>
If you think this Maven repository POM file listing for XmlSchema is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The XmlSchema-1.3.1 has 3 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
JUnit | junit 3.8.2 JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. | 555 |
XML | ws-commons-java5 1.0.1 This is a small collection of classes, which are part of the Java 5 Core. In other words, you do not need this library, if you are running Java 5, or later. The Java 5 classes are used by projects like Apache JaxMe, Apache XML-RPC, or the the ws-common-utils. | 9 |
The following plugins are used in the XmlSchema-1.3.1.jar
The following packages are defined in the XmlSchema-1.3.1.jar
org.apache.ws.commons.schema org.apache.ws.commons.schema.constants org.apache.ws.commons.schema.extensions org.apache.ws.commons.schema.resolver org.apache.ws.commons.schema.utils
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.ws.commons.schema</groupId> <artifactId>XmlSchema</artifactId> <name>XmlSchema</name> <version>1.3.1</version> <description>Commons XMLSchema is a light weight schema object model that can be used to manipualte or generate a schema. It has a clean, easy to use API and can easily be integrated into an existing project since it has almost no dependancies on third party libraries.</description> <url>http://ws.apache.org/commons/XmlSchema</url> <issueManagement> <system>JIRA</system> <url>http://issues.apache.org/jira/browse/WSCOMMONS</url> </issueManagement> <ciManagement> <system>Continuum</system> <url>unknown</url> <notifiers> <notifier> <sendOnError>false</sendOnError> <sendOnFailure>false</sendOnFailure> <sendOnSuccess>false</sendOnSuccess> <sendOnWarning>false</sendOnWarning> <configuration> <address>commons-dev@ws.apache.org</address> </configuration> </notifier> </notifiers> </ciManagement> <mailingLists> <mailingList> <name>WS Commons Developers</name> <subscribe>commons-dev-subscribe@ws.apache.org</subscribe> <unsubscribe>commons-dev-unsubscribe@ws.apache.org</unsubscribe> <post>commons-dev@ws.apache.org</post> <archive>http://mail-archives.apache.org/mod_mbox/ws-commons-dev/</archive> </mailingList> </mailingLists> <inceptionYear>2004</inceptionYear> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/XmlSchema</connection> <developerConnection> scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/XmlSchema</developerConnection> <url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema</url> </scm> <organization> <name>Apache Software Foundation</name> <url>http://www.apache.org/</url> </organization> <build> <plugins> <plugin> <artifactId>maven-antrun-plugin</artifactId> <version>1.1</version> <executions> <execution> <id>prepareNistTest</id> <phase>generate-test-resources</phase> <goals> <goal>run</goal> </goals> <configuration> <tasks> <ant inheritRefs="true" antfile="${basedir}/build.xml"> <property value="${basedir}/target" name="build.dir"></property> <property value="${maven.test.skip}" name="maven.test.skip"></property> <target name="prepareNistTest"></target> </ant> </tasks> </configuration> </execution> <execution> <id>prepareLicenseFiles</id> <phase>generate-resources</phase> <configuration> <tasks> <copy todir="${project.build.outputDirectory}/META-INF"> <fileset dir="${basedir}"> <include name="LICENSE.txt"/> <include name="NOTICE.txt"/> </fileset> </copy> </tasks> </configuration> <goals> <goal>run</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-one-plugin</artifactId> <executions> <execution> <goals> <goal>install-maven-one-repository</goal> <goal>deploy-maven-one-repository</goal> </goals> </execution> </executions> <configuration> <remoteRepositoryId>apache</remoteRepositoryId> <remoteRepositoryUrl>scpexe://people.apache.org/www/people.apache.org/repo/m1-snapshot-repository</remoteRepositoryUrl> </configuration> </plugin> <plugin> <artifactId>maven-release-plugin</artifactId> <configuration> <tagBase>https://svn.apache.org/repos/asf/webservices/commons/tags/XmlSchema</tagBase> </configuration> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.3</source> <target>1.3</target> </configuration> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <!-- Required to run the TestW3CSchemaBucket test <version>2.3-SNAPSHOT</version> --> <configuration> <includes> <include>**/*Test.java</include> <!-- Fails in about half of the tests <include>tests/w3c/TestW3CSchemaBucket.java</include> --> </includes> <excludes> <exclude>tests/w3c/SchemaTest.java</exclude> </excludes> </configuration> </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> <descriptors> <descriptor>src/main/assembly/bin.xml</descriptor> <descriptor>src/main/assembly/src.xml</descriptor> <descriptor>src/main/assembly/doc.xml</descriptor> </descriptors> <tarLongFileMode>gnu</tarLongFileMode> </configuration> </plugin> <plugin> <artifactId>maven-source-plugin</artifactId> <executions> <execution> <goals> <goal>jar</goal> </goals> </execution> </executions> <configuration> <attach>true</attach> </configuration> </plugin> </plugins> </build> <profiles> <profile> <id>release</id> <activation> <property> <name>release</name> <value></value> </property> </activation> <build> <plugins> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <executions> <execution> <goals> <goal>jar</goal> </goals> </execution> </executions> <configuration> <attach>true</attach> </configuration> </plugin> </plugins> </build> </profile> </profiles> <pluginRepositories> <pluginRepository> <id>snapshot</id> <name>Snapshot repository</name> <url>http://snapshots.maven.codehaus.org/maven2/</url> <snapshots> <enabled>true</enabled> </snapshots> <releases> <enabled>false</enabled> </releases> </pluginRepository> <pluginRepository> <id>snapshot-apache</id> <name>Apache Snapshot repository</name> <url>http://people.apache.org/repo/m2-snapshot-repository</url> <snapshots> <enabled>true</enabled> </snapshots> <releases> <enabled>false</enabled> </releases> </pluginRepository> </pluginRepositories> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.2</version> <scope>test</scope> </dependency> <dependency> <groupId>xmlunit</groupId> <artifactId>xmlunit</artifactId> <version>1.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.ws.commons</groupId> <artifactId>ws-commons-java5</artifactId> <version>1.0.1</version> <optional>true</optional> </dependency> </dependencies> <reporting> <plugins> <!--plugin> <artifactId>maven-javadoc-plugin</artifactId> </plugin--> <plugin> <artifactId>maven-project-info-reports-plugin</artifactId> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jdepend-maven-plugin</artifactId> <version>2.0-beta-1-SNAPSHOT</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> </plugin> </plugins> </reporting> <distributionManagement> <repository> <id>apache-repo</id> <name>Maven Central Repository</name> <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url> </repository> <snapshotRepository> <id>apache-snapshots</id> <name>Apache Development Repository</name> <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url> </snapshotRepository> <site> <id>website</id> <url>scpexe://people.apache.org/www/ws.apache.org/commons/XmlSchema</url> </site> </distributionManagement> </project>