You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by wi...@apache.org on 2015/03/27 19:15:12 UTC

[14/50] [abbrv] incubator-commonsrdf git commit: Remove XSD types that SHOULD NOT be used in RDF-1.1

Remove XSD types that SHOULD NOT be used in RDF-1.1

No reason to deprecate them, as they were never in common use, unlike RDF_PLAINLITERAL


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/ed963c1b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/ed963c1b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/ed963c1b

Branch: refs/heads/master
Commit: ed963c1b46de6fa49a1c47120421d9afee40a496
Parents: aaafea6
Author: Peter Ansell <p_...@yahoo.com>
Authored: Mon Jan 26 17:25:57 2015 +1100
Committer: Peter Ansell <p_...@yahoo.com>
Committed: Mon Jan 26 17:25:57 2015 +1100

----------------------------------------------------------------------
 .../com/github/commonsrdf/simple/Types.java     | 24 --------------------
 1 file changed, 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/ed963c1b/simple/src/main/java/com/github/commonsrdf/simple/Types.java
----------------------------------------------------------------------
diff --git a/simple/src/main/java/com/github/commonsrdf/simple/Types.java b/simple/src/main/java/com/github/commonsrdf/simple/Types.java
index 2a3835f..7e8a76b 100644
--- a/simple/src/main/java/com/github/commonsrdf/simple/Types.java
+++ b/simple/src/main/java/com/github/commonsrdf/simple/Types.java
@@ -69,12 +69,6 @@ public enum Types implements IRI {
 	/** <tt>http://www.w3.org/2001/XMLSchema#duration</tt> */
 	XSD_DURATION("http://www.w3.org/2001/XMLSchema#duration"),
 
-	/** <tt>http://www.w3.org/2001/XMLSchema#ENTITIES</tt> */
-	XSD_ENTITIES("http://www.w3.org/2001/XMLSchema#ENTITIES"),
-
-	/** <tt>http://www.w3.org/2001/XMLSchema#ENTITY</tt> */
-	XSD_ENTITY("http://www.w3.org/2001/XMLSchema#ENTITY"),
-
 	/** <tt>http://www.w3.org/2001/XMLSchema#float</tt> */
 	XSD_FLOAT("http://www.w3.org/2001/XMLSchema#float"),
 
@@ -96,15 +90,6 @@ public enum Types implements IRI {
 	/** <tt>http://www.w3.org/2001/XMLSchema#hexBinary</tt> */
 	XSD_HEXBINARY("http://www.w3.org/2001/XMLSchema#hexBinary"),
 
-	/** <tt>http://www.w3.org/2001/XMLSchema#ID</tt> */
-	XSD_ID("http://www.w3.org/2001/XMLSchema#ID"),
-
-	/** <tt>http://www.w3.org/2001/XMLSchema#IDREF</tt> */
-	XSD_IDREF("http://www.w3.org/2001/XMLSchema#IDREF"),
-
-	/** <tt>http://www.w3.org/2001/XMLSchema#IDREFS</tt> */
-	XSD_IDREFS("http://www.w3.org/2001/XMLSchema#IDREFS"),
-
 	/** <tt>http://www.w3.org/2001/XMLSchema#int</tt> */
 	XSD_INT("http://www.w3.org/2001/XMLSchema#int"),
 
@@ -129,9 +114,6 @@ public enum Types implements IRI {
 	/** <tt>http://www.w3.org/2001/XMLSchema#NMTOKEN</tt> */
 	XSD_NMTOKEN("http://www.w3.org/2001/XMLSchema#NMTOKEN"),
 
-	/** <tt>http://www.w3.org/2001/XMLSchema#NMTOKENS</tt> */
-	XSD_NMTOKENS("http://www.w3.org/2001/XMLSchema#NMTOKENS"),
-
 	/** <tt>http://www.w3.org/2001/XMLSchema#nonNegativeInteger</tt> */
 	XSD_NONNEGATIVEINTEGER(
 			"http://www.w3.org/2001/XMLSchema#nonNegativeInteger"),
@@ -143,15 +125,9 @@ public enum Types implements IRI {
 	/** <tt>http://www.w3.org/2001/XMLSchema#normalizedString</tt> */
 	XSD_NORMALIZEDSTRING("http://www.w3.org/2001/XMLSchema#normalizedString"),
 
-	/** <tt>http://www.w3.org/2001/XMLSchema#NOTATION</tt> */
-	XSD_NOTATION("http://www.w3.org/2001/XMLSchema#NOTATION"),
-
 	/** <tt>http://www.w3.org/2001/XMLSchema#positiveInteger</tt> */
 	XSD_POSITIVEINTEGER("http://www.w3.org/2001/XMLSchema#positiveInteger"),
 
-	/** <tt>http://www.w3.org/2001/XMLSchema#QName</tt> */
-	XSD_QNAME("http://www.w3.org/2001/XMLSchema#QName"),
-
 	/** <tt>http://www.w3.org/2001/XMLSchema#short</tt> */
 	XSD_SHORT("http://www.w3.org/2001/XMLSchema#short"),