XML Schema datatypes library.
Here is the list of declaration for xsdlib. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>com.sun.msv.datatype.xsd</groupId> <artifactId>xsdlib</artifactId> <version>20060615</version> </dependency>
If you think this Maven repository POM file listing for xsdlib is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table lists the most popular artifacts which are depending on xsdlib-20060615. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Spring | spring-oxm 1.0.0 Spring Object/XML Mapping abstraction | 5 |
Spring | spring-oxm 1.5.5 Spring Object/XML Mapping abstraction | 6 |
The following packages are defined in the xsdlib-20060615.jar
com.sun.msv.datatype com.sun.msv.datatype.regexp com.sun.msv.datatype.xsd com.sun.msv.datatype.xsd.datetime com.sun.msv.datatype.xsd.ngimpl com.sun.msv.datatype.xsd.regex com.sun.xml.util
Here is the content of the POM file.
<?xml version="1.0" ?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.sun.msv.datatype.xsd</groupId>
<artifactId>xsdlib</artifactId>
<version>20060615</version>
<description>XML Schema datatypes library</description>
<mailingLists>
<mailingList>
<name>Users List</name>
<subscribe>users-subscribe@msv.dev.java.net</subscribe>
<unsubscribe>users-unsubscribe@msv.dev.java.net</unsubscribe>
<archive>https://msv.dev.java.net/servlets/SummarizeList?listName=users</archive>
</mailingList>
</mailingLists>
<dependencies>
<dependency>
<groupId>isorelax</groupId>
<artifactId>isorelax</artifactId>
<version>20030108</version>
</dependency>
<dependency>
<groupId>relaxngDatatype</groupId>
<artifactId>relaxngDatatype</artifactId>
<version>20020414</version>
</dependency>
</dependencies>
</project>