Cleanup jaxb as it's now a bundle natively
Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/f5e4d262 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/f5e4d262 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/f5e4d262 Branch: refs/heads/master Commit: f5e4d262ddf25bf974d6bd887ffe1f1473bf3584 Parents: d7f0a80 Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Jul 3 07:56:50 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Jul 3 07:56:50 2017 +0200 ---------------------------------------------------------------------- jaxb-impl-2.1.13/pom.xml | 146 ---------------- .../src/main/resources/OSGI-INF/bundle.info | 28 ---- jaxb-impl-2.2.11/pom.xml | 165 ------------------- .../src/main/resources/OSGI-INF/bundle.info | 28 ---- jaxb-xjc-2.2.11/pom.xml | 152 ----------------- .../src/main/resources/OSGI-INF/bundle.info | 30 ---- 6 files changed, 549 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/f5e4d262/jaxb-impl-2.1.13/pom.xml ---------------------------------------------------------------------- diff --git a/jaxb-impl-2.1.13/pom.xml b/jaxb-impl-2.1.13/pom.xml deleted file mode 100644 index d9cb627..0000000 --- a/jaxb-impl-2.1.13/pom.xml +++ /dev/null @@ -1,146 +0,0 @@ -<?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/xsd/maven-4.0.0.xsd"> - - <!-- - - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - --> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>bundles-pom</artifactId> - <version>9-SNAPSHOT</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.jaxb-impl</artifactId> - <version>2.1.13_3-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>com.sun.xml.bind</pkgGroupId> - <pkgArtifactId>jaxb-impl</pkgArtifactId> - <pkgVersion>2.1.13</pkgVersion> - <servicemix.osgi.export> - com.sun.xml.bind*;version=${pkgVersion};-split-package:=merge-first, - com.sun.istack*;version=${pkgVersion};-split-package:=merge-first, - com.sun.xml.txw2*;version=${pkgVersion};-split-package:=merge-first - </servicemix.osgi.export> - <servicemix.osgi.import.pkg> - javax.activation, - javax.imageio*, - javax.xml.bind*, - javax.xml.datatype, - javax.xml.namespace, - javax.xml.parsers, - javax.xml.transform*, - javax.xml.validation, - org.w3c.dom, - org.xml.sax*, - com.sun.xml.fastinfoset*;resolution:=optional, - javax.xml.stream*;resolution:=optional, - org.jvnet.fastinfoset*;resolution:=optional, - org.jvnet.staxex*;resolution:=optional - </servicemix.osgi.import.pkg> - <servicemix.osgi.private.pkg> - META-INF;-split-package:=merge-first, - META-INF.services;-split-package:=merge-first, - </servicemix.osgi.private.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>org.apache.servicemix.specs</groupId> - <artifactId>org.apache.servicemix.specs.stax-api-1.0</artifactId> - <version>1.9.0</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix.specs</groupId> - <artifactId>org.apache.servicemix.specs.jaxb-api-2.1</artifactId> - <version>1.9.0</version> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - </dependencies> - - <repositories> - <repository> - <id>maven2-repository.dev.java.net</id> - <name>Java.net Repository for Maven</name> - <url>http://download.java.net/maven/2/</url> - <layout>default</layout> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - </repositories> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <artifactSet> - <includes> - <include>${pkgGroupId}:${pkgArtifactId}</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/f5e4d262/jaxb-impl-2.1.13/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/jaxb-impl-2.1.13/src/main/resources/OSGI-INF/bundle.info b/jaxb-impl-2.1.13/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 267e900..0000000 --- a/jaxb-impl-2.1.13/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,28 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:http://download.java.net/maven/2/:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - The goal of the JAXB project is to develop and evolve the code base for the Reference of JAXB, the Java Architecture - for XML Binding. The JAXB specification is developed through the Java Community Process following the process - described at jcp.org. This process involves an Expert Group with a lead that is responsible for delivering the - specification, a reference implementation (RI) and a Technology Compatibility Kit (TCK). The primary goal of an RI - is to support the development of the specification and to validate it. Specific RIs can have additional goals; - the JAXB RI is a production-quality implementation that is used directly in a number of products by Oracle and - other vendors. - - The JAXB expert group has wide industry participation with Oracle as the EG lead. The initial specification - (JAXB 1.0) was JSR-31 and was released in March 2003. - - The next versions of the spec (JAXB 2.0/2.1/2.2) are being developed as JSR-222; this release addresses a number - of additional requirements in the area, and increases the synergy between the JAXB and JAX-WS specifications. - - The supported standards are: - * JAXB 2.0/2.1/2.2 - * W3C XML Schema - * XML DTD - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://jaxb.java.net/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/f5e4d262/jaxb-impl-2.2.11/pom.xml ---------------------------------------------------------------------- diff --git a/jaxb-impl-2.2.11/pom.xml b/jaxb-impl-2.2.11/pom.xml deleted file mode 100644 index 508921d..0000000 --- a/jaxb-impl-2.2.11/pom.xml +++ /dev/null @@ -1,165 +0,0 @@ -<?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/xsd/maven-4.0.0.xsd"> - - <!-- - - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - --> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>bundles-pom</artifactId> - <version>11</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.jaxb-impl</artifactId> - <version>2.2.11_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>com.sun.xml.bind</pkgGroupId> - <pkgArtifactId>jaxb-impl</pkgArtifactId> - <pkgVersion>2.2.11</pkgVersion> - <servicemix.osgi.export.pkg> - com.sun.xml.bind*;-split-package:=merge-first, - com.sun.istack*;-split-package:=merge-first, - com.sun.xml.txw2*;-split-package:=merge-first - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.activation, - javax.imageio, - javax.imageio.stream, - javax.lang.model, - javax.xml.bind, - javax.xml.bind.annotation, - javax.xml.bind.annotation.adapters, - javax.xml.bind.attachment, - javax.xml.bind.helpers, - javax.xml.datatype, - javax.xml.namespace, - javax.xml.parsers, - javax.xml.transform, - javax.xml.transform.dom, - javax.xml.transform.sax, - javax.xml.transform.stream, - javax.xml.validation, - javax.xml.xpath, - org.w3c.dom, - org.xml.sax, - org.xml.sax.ext, - org.xml.sax.helpers, - com.sun.xml.fastinfoset*;resolution:=optional, - javax.xml.stream*;resolution:=optional, - org.jvnet.fastinfoset*;resolution:=optional, - org.jvnet.staxex*;resolution:=optional - </servicemix.osgi.import.pkg> - <servicemix.osgi.private.pkg> - META-INF;-split-package:=merge-first, - META-INF.services;-split-package:=merge-first, - </servicemix.osgi.private.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>jaxb-core</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>org.apache.servicemix.specs</groupId> - <artifactId>org.apache.servicemix.specs.stax-api-1.0</artifactId> - <version>1.0.0</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix.specs</groupId> - <artifactId>org.apache.servicemix.specs.jaxb-api-2.2</artifactId> - <version>1.6.0</version> - <exclusions> - <exclusion> - <groupId>javax.activation</groupId> - <artifactId>activation</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-activation_1.1_spec</artifactId> - </exclusion> - </exclusions> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <artifactSet> - <includes> - <include>${pkgGroupId}:${pkgArtifactId}</include> - <include>${pkgGroupId}:jaxb-core</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> - <includes> - <include>*.properties</include> - </includes> - </filter> - <filter> - <artifact>${pkgGroupId}:jaxb-core</artifact> - <includes> - <include>*.properties</include> - </includes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/f5e4d262/jaxb-impl-2.2.11/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/jaxb-impl-2.2.11/src/main/resources/OSGI-INF/bundle.info b/jaxb-impl-2.2.11/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 53b71bc..0000000 --- a/jaxb-impl-2.2.11/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,28 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:http://download.java.net/maven/1/:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - The goal of the JAXB project is to develop and evolve the code base for the Reference of JAXB, the Java Architecture - for XML Binding. The JAXB specification is developed through the Java Community Process following the process - described at jcp.org. This process involves an Expert Group with a lead that is responsible for delivering the - specification, a reference implementation (RI) and a Technology Compatibility Kit (TCK). The primary goal of an RI - is to support the development of the specification and to validate it. Specific RIs can have additional goals; - the JAXB RI is a production-quality implementation that is used directly in a number of products by Oracle and - other vendors. - - The JAXB expert group has wide industry participation with Oracle as the EG lead. The initial specification - (JAXB 1.0) was JSR-31 and was released in March 2003. - - The next versions of the spec (JAXB 2.0/2.1/2.2) are being developed as JSR-222; this release addresses a number - of additional requirements in the area, and increases the synergy between the JAXB and JAX-WS specifications. - - The supported standards are: - * JAXB 2.0/2.1/2.2 - * W3C XML Schema - * XML DTD - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://jaxb.java.net/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/f5e4d262/jaxb-xjc-2.2.11/pom.xml ---------------------------------------------------------------------- diff --git a/jaxb-xjc-2.2.11/pom.xml b/jaxb-xjc-2.2.11/pom.xml deleted file mode 100644 index 32538c0..0000000 --- a/jaxb-xjc-2.2.11/pom.xml +++ /dev/null @@ -1,152 +0,0 @@ -<?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/xsd/maven-4.0.0.xsd"> - - <!-- - - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - --> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>bundles-pom</artifactId> - <version>11</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.jaxb-xjc</artifactId> - <version>2.2.11_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>com.sun.xml.bind</pkgGroupId> - <pkgArtifactId>jaxb-xjc</pkgArtifactId> - <pkgVersion>2.2.11</pkgVersion> - <servicemix.osgi.export.pkg> - com.sun.tools.xjc*;-split-package:=merge-first;-noimport:=true, - com.sun.tools.jxc*;-split-package:=merge-first;-noimport:=true, - com.sun.codemodel*;-split-package:=merge-first;-noimport:=true, - com.sun.istack.tools*;-split-package:=merge-first;-noimport:=true - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - !com.sun.codemodel*, - !com.sun.istack.tools*, - !com.sun.relaxng.javadt, - !com.sun.tools.jxc*, - !com.sun.tools.xjc*, - !com.sun.xml.bind.serializer, - !com.sun.xml.bind.validator, - !com.sun.xml.bind.xmlschema, - !com.sun.xml.util, - !org.apache.xml.resolver*, - com.sun.mirror*;resolution:=optional, - com.sun.msv*;resolution:=optional, - com.sun.org*;resolution:=optional, - com.sun.xml.fastinfoset*;resolution:=optional, - javax.xml.stream*;resolution:=optional, - org.apache.tools.ant*;resolution:=optional, - org.dom4j*;resolution:=optional, - org.iso_relax*;resolution:=optional, - org.jvnet.fastinfoset*;resolution:=optional, - org.jvnet.staxex*;resolution:=optional, - sun.nio.cs*;resolution:=optional, - * - </servicemix.osgi.import.pkg> - <servicemix.osgi.private.pkg> - com.sun.org.*;-split-package:=merge-first, - com.sun.xml.dtdparser*;-split-package:=merge-first, - com.sun.xml.xsom*;-split-package:=merge-first, - org.kohsuke.rngom*;-split-package:=merge-first, - org.relaxng.datatype*;-split-package:=merge-first, - META-INF;-split-package:=merge-first, - META-INF.maven.org.apache.servicemix.bundles*;-split-package:=merge-first, - META-INF.services;-split-package:=merge-first, - </servicemix.osgi.private.pkg> - <servicemix.osgi.failok>true</servicemix.osgi.failok> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.jaxb-impl</artifactId> - <version>2.2.11_1</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix.specs</groupId> - <artifactId>org.apache.servicemix.specs.stax-api-1.0</artifactId> - <version>1.0.0</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix.specs</groupId> - <artifactId>org.apache.servicemix.specs.jaxb-api-2.2</artifactId> - <version>1.6.0</version> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <artifactSet> - <includes> - <include>${pkgGroupId}:${pkgArtifactId}</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> - <includes> - <include>*.properties</include> - <include>*.rng</include> - </includes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/f5e4d262/jaxb-xjc-2.2.11/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/jaxb-xjc-2.2.11/src/main/resources/OSGI-INF/bundle.info b/jaxb-xjc-2.2.11/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 03b33fd..0000000 --- a/jaxb-xjc-2.2.11/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,30 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:http://download.java.net/maven/2/:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - XJC is the XML Java binding compiler. - - The goal of the JAXB project is to develop and evolve the code base for the Reference of JAXB, the Java Architecture - for XML Binding. The JAXB specification is developed through the Java Community Process following the process - described at jcp.org. This process involves an Expert Group with a lead that is responsible for delivering the - specification, a reference implementation (RI) and a Technology Compatibility Kit (TCK). The primary goal of an RI - is to support the development of the specification and to validate it. Specific RIs can have additional goals; - the JAXB RI is a production-quality implementation that is used directly in a number of products by Oracle and - other vendors. - - The JAXB expert group has wide industry participation with Oracle as the EG lead. The initial specification - (JAXB 1.0) was JSR-31 and was released in March 2003. - - The next versions of the spec (JAXB 2.0/2.1/2.2) are being developed as JSR-222; this release addresses a number - of additional requirements in the area, and increases the synergy between the JAXB and JAX-WS specifications. - - The supported standards are: - * JAXB 2.0/2.1/2.2 - * W3C XML Schema - * XML DTD - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://jaxb.java.net/\u001B[0m
