org.openrdf.model.vocabulary
Class XMLSchema

java.lang.Object
  extended by org.openrdf.model.vocabulary.XMLSchema

public class XMLSchema
extends Object

Defines constants for the standard XML Schema datatypes.


Field Summary
static URI ANYURI
          http://www.w3.org/2001/XMLSchema#anyURI
static URI BASE64BINARY
          http://www.w3.org/2001/XMLSchema#base64Binary
static URI BOOLEAN
          http://www.w3.org/2001/XMLSchema#boolean
static URI BYTE
          http://www.w3.org/2001/XMLSchema#byte
static URI DATE
          http://www.w3.org/2001/XMLSchema#date
static URI DATETIME
          http://www.w3.org/2001/XMLSchema#dateTime
static URI DECIMAL
          http://www.w3.org/2001/XMLSchema#decimal
static URI DOUBLE
          http://www.w3.org/2001/XMLSchema#double
static URI DURATION
          http://www.w3.org/2001/XMLSchema#duration
static URI ENTITIES
          http://www.w3.org/2001/XMLSchema#ENTITIES
static URI ENTITY
          http://www.w3.org/2001/XMLSchema#ENTITY
static URI FLOAT
          http://www.w3.org/2001/XMLSchema#float
static URI GDAY
          http://www.w3.org/2001/XMLSchema#gDay
static URI GMONTH
          http://www.w3.org/2001/XMLSchema#gMonth
static URI GMONTHDAY
          http://www.w3.org/2001/XMLSchema#gMonthDay
static URI GYEAR
          http://www.w3.org/2001/XMLSchema#gYear
static URI GYEARMONTH
          http://www.w3.org/2001/XMLSchema#gYearMonth
static URI HEXBINARY
          http://www.w3.org/2001/XMLSchema#hexBinary
static URI ID
          http://www.w3.org/2001/XMLSchema#ID
static URI IDREF
          http://www.w3.org/2001/XMLSchema#IDREF
static URI IDREFS
          http://www.w3.org/2001/XMLSchema#IDREFS
static URI INT
          http://www.w3.org/2001/XMLSchema#int
static URI INTEGER
          http://www.w3.org/2001/XMLSchema#integer
static URI LANGUAGE
          http://www.w3.org/2001/XMLSchema#language
static URI LONG
          http://www.w3.org/2001/XMLSchema#long
static URI NAME
          http://www.w3.org/2001/XMLSchema#Name
static String NAMESPACE
          The XML Schema namespace (http://www.w3.org/2001/XMLSchema#).
static URI NCNAME
          http://www.w3.org/2001/XMLSchema#NCName
static URI NEGATIVE_INTEGER
          http://www.w3.org/2001/XMLSchema#negativeInteger
static URI NMTOKEN
          http://www.w3.org/2001/XMLSchema#NMTOKEN
static URI NMTOKENS
          http://www.w3.org/2001/XMLSchema#NMTOKENS
static URI NON_NEGATIVE_INTEGER
          http://www.w3.org/2001/XMLSchema#nonNegativeInteger
static URI NON_POSITIVE_INTEGER
          http://www.w3.org/2001/XMLSchema#nonPositiveInteger
static URI NORMALIZEDSTRING
          http://www.w3.org/2001/XMLSchema#normalizedString
static URI NOTATION
          http://www.w3.org/2001/XMLSchema#NOTATION
static URI POSITIVE_INTEGER
          http://www.w3.org/2001/XMLSchema#positiveInteger
static URI QNAME
          http://www.w3.org/2001/XMLSchema#QName
static URI SHORT
          http://www.w3.org/2001/XMLSchema#short
static URI STRING
          http://www.w3.org/2001/XMLSchema#string
static URI TIME
          http://www.w3.org/2001/XMLSchema#time
static URI TOKEN
          http://www.w3.org/2001/XMLSchema#token
static URI UNSIGNED_BYTE
          http://www.w3.org/2001/XMLSchema#unsignedByte
static URI UNSIGNED_INT
          http://www.w3.org/2001/XMLSchema#unsignedInt
static URI UNSIGNED_LONG
          http://www.w3.org/2001/XMLSchema#unsignedLong
static URI UNSIGNED_SHORT
          http://www.w3.org/2001/XMLSchema#unsignedShort
 
Constructor Summary
XMLSchema()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

public static final String NAMESPACE
The XML Schema namespace (http://www.w3.org/2001/XMLSchema#).

See Also:
Constant Field Values

DURATION

public static final URI DURATION
http://www.w3.org/2001/XMLSchema#duration


DATETIME

public static final URI DATETIME
http://www.w3.org/2001/XMLSchema#dateTime


TIME

public static final URI TIME
http://www.w3.org/2001/XMLSchema#time


DATE

public static final URI DATE
http://www.w3.org/2001/XMLSchema#date


GYEARMONTH

public static final URI GYEARMONTH
http://www.w3.org/2001/XMLSchema#gYearMonth


GYEAR

public static final URI GYEAR
http://www.w3.org/2001/XMLSchema#gYear


GMONTHDAY

public static final URI GMONTHDAY
http://www.w3.org/2001/XMLSchema#gMonthDay


GDAY

public static final URI GDAY
http://www.w3.org/2001/XMLSchema#gDay


GMONTH

public static final URI GMONTH
http://www.w3.org/2001/XMLSchema#gMonth


STRING

public static final URI STRING
http://www.w3.org/2001/XMLSchema#string


BOOLEAN

public static final URI BOOLEAN
http://www.w3.org/2001/XMLSchema#boolean


BASE64BINARY

public static final URI BASE64BINARY
http://www.w3.org/2001/XMLSchema#base64Binary


HEXBINARY

public static final URI HEXBINARY
http://www.w3.org/2001/XMLSchema#hexBinary


FLOAT

public static final URI FLOAT
http://www.w3.org/2001/XMLSchema#float


DECIMAL

public static final URI DECIMAL
http://www.w3.org/2001/XMLSchema#decimal


DOUBLE

public static final URI DOUBLE
http://www.w3.org/2001/XMLSchema#double


ANYURI

public static final URI ANYURI
http://www.w3.org/2001/XMLSchema#anyURI


QNAME

public static final URI QNAME
http://www.w3.org/2001/XMLSchema#QName


NOTATION

public static final URI NOTATION
http://www.w3.org/2001/XMLSchema#NOTATION


NORMALIZEDSTRING

public static final URI NORMALIZEDSTRING
http://www.w3.org/2001/XMLSchema#normalizedString


TOKEN

public static final URI TOKEN
http://www.w3.org/2001/XMLSchema#token


LANGUAGE

public static final URI LANGUAGE
http://www.w3.org/2001/XMLSchema#language


NMTOKEN

public static final URI NMTOKEN
http://www.w3.org/2001/XMLSchema#NMTOKEN


NMTOKENS

public static final URI NMTOKENS
http://www.w3.org/2001/XMLSchema#NMTOKENS


NAME

public static final URI NAME
http://www.w3.org/2001/XMLSchema#Name


NCNAME

public static final URI NCNAME
http://www.w3.org/2001/XMLSchema#NCName


ID

public static final URI ID
http://www.w3.org/2001/XMLSchema#ID


IDREF

public static final URI IDREF
http://www.w3.org/2001/XMLSchema#IDREF


IDREFS

public static final URI IDREFS
http://www.w3.org/2001/XMLSchema#IDREFS


ENTITY

public static final URI ENTITY
http://www.w3.org/2001/XMLSchema#ENTITY


ENTITIES

public static final URI ENTITIES
http://www.w3.org/2001/XMLSchema#ENTITIES


INTEGER

public static final URI INTEGER
http://www.w3.org/2001/XMLSchema#integer


LONG

public static final URI LONG
http://www.w3.org/2001/XMLSchema#long


INT

public static final URI INT
http://www.w3.org/2001/XMLSchema#int


SHORT

public static final URI SHORT
http://www.w3.org/2001/XMLSchema#short


BYTE

public static final URI BYTE
http://www.w3.org/2001/XMLSchema#byte


NON_POSITIVE_INTEGER

public static final URI NON_POSITIVE_INTEGER
http://www.w3.org/2001/XMLSchema#nonPositiveInteger


NEGATIVE_INTEGER

public static final URI NEGATIVE_INTEGER
http://www.w3.org/2001/XMLSchema#negativeInteger


NON_NEGATIVE_INTEGER

public static final URI NON_NEGATIVE_INTEGER
http://www.w3.org/2001/XMLSchema#nonNegativeInteger


POSITIVE_INTEGER

public static final URI POSITIVE_INTEGER
http://www.w3.org/2001/XMLSchema#positiveInteger


UNSIGNED_LONG

public static final URI UNSIGNED_LONG
http://www.w3.org/2001/XMLSchema#unsignedLong


UNSIGNED_INT

public static final URI UNSIGNED_INT
http://www.w3.org/2001/XMLSchema#unsignedInt


UNSIGNED_SHORT

public static final URI UNSIGNED_SHORT
http://www.w3.org/2001/XMLSchema#unsignedShort


UNSIGNED_BYTE

public static final URI UNSIGNED_BYTE
http://www.w3.org/2001/XMLSchema#unsignedByte

Constructor Detail

XMLSchema

public XMLSchema()


Copyright © 2001-2008 Aduna. All Rights Reserved.