org.jrdf.parser.rdfxml
Class XmlSchema

java.lang.Object
  extended by org.jrdf.parser.rdfxml.XmlSchema

public class XmlSchema
extends Object

Defines constants for the standard XML Schema datatypes.


Field Summary
static String ANYURI
          http://www.w3.org/2001/XMLSchema#anyURI *
static String BASE64BINARY
          http://www.w3.org/2001/XMLSchema#base64Binary *
static String BOOLEAN
          http://www.w3.org/2001/XMLSchema#boolean *
static String BYTE
          http://www.w3.org/2001/XMLSchema#byte *
static String DATE
          http://www.w3.org/2001/XMLSchema#date *
static String DATETIME
          http://www.w3.org/2001/XMLSchema#dateTime *
static String DECIMAL
          http://www.w3.org/2001/XMLSchema#decimal *
static String DOUBLE
          http://www.w3.org/2001/XMLSchema#double *
static String DURATION
          http://www.w3.org/2001/XMLSchema#duration *
static String ENTITIES
          http://www.w3.org/2001/XMLSchema#ENTITIES *
static String ENTITY
          http://www.w3.org/2001/XMLSchema#ENTITY *
static String FLOAT
          http://www.w3.org/2001/XMLSchema#float *
static String GDAY
          http://www.w3.org/2001/XMLSchema#gDay *
static String GMONTH
          http://www.w3.org/2001/XMLSchema#gMonth *
static String GMONTHDAY
          http://www.w3.org/2001/XMLSchema#gMonthDay *
static String GYEAR
          http://www.w3.org/2001/XMLSchema#gYear *
static String GYEARMONTH
          http://www.w3.org/2001/XMLSchema#gYearMonth *
static String HEXBINARY
          http://www.w3.org/2001/XMLSchema#hexBinary *
static String ID
          http://www.w3.org/2001/XMLSchema#ID *
static String IDREF
          http://www.w3.org/2001/XMLSchema#IDREF *
static String IDREFS
          http://www.w3.org/2001/XMLSchema#IDREFS *
static String INT
          http://www.w3.org/2001/XMLSchema#int *
static String INTEGER
          http://www.w3.org/2001/XMLSchema#integer *
static String LANGUAGE
          http://www.w3.org/2001/XMLSchema#language *
static String LONG
          http://www.w3.org/2001/XMLSchema#long *
static String NAME
          http://www.w3.org/2001/XMLSchema#Name *
static String NAMESPACE
          The XML Schema namespace (http://www.w3.org/2001/XMLSchema#)
static String NCNAME
          http://www.w3.org/2001/XMLSchema#NCName *
static String NEGATIVE_INTEGER
          http://www.w3.org/2001/XMLSchema#negativeInteger *
static String NMTOKEN
          http://www.w3.org/2001/XMLSchema#NMTOKEN *
static String NMTOKENS
          http://www.w3.org/2001/XMLSchema#NMTOKENS *
static String NON_NEGATIVE_INTEGER
          http://www.w3.org/2001/XMLSchema#nonNegativeInteger *
static String NON_POSITIVE_INTEGER
          http://www.w3.org/2001/XMLSchema#nonPositiveInteger *
static String NORMALIZEDSTRING
          http://www.w3.org/2001/XMLSchema#normalizedString *
static String NOTATION
          http://www.w3.org/2001/XMLSchema#NOTATION *
static String POSITIVE_INTEGER
          http://www.w3.org/2001/XMLSchema#positiveInteger *
static String QNAME
          http://www.w3.org/2001/XMLSchema#QName *
static String SHORT
          http://www.w3.org/2001/XMLSchema#short *
static String STRING
          http://www.w3.org/2001/XMLSchema#string *
static String TIME
          http://www.w3.org/2001/XMLSchema#time *
static String TOKEN
          http://www.w3.org/2001/XMLSchema#token *
static String UNSIGNED_BYTE
          http://www.w3.org/2001/XMLSchema#unsignedByte *
static String UNSIGNED_INT
          http://www.w3.org/2001/XMLSchema#unsignedInt *
static String UNSIGNED_LONG
          http://www.w3.org/2001/XMLSchema#unsignedLong *
static String 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 String DURATION
http://www.w3.org/2001/XMLSchema#duration *

See Also:
Constant Field Values

DATETIME

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

See Also:
Constant Field Values

TIME

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

See Also:
Constant Field Values

DATE

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

See Also:
Constant Field Values

GYEARMONTH

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

See Also:
Constant Field Values

GYEAR

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

See Also:
Constant Field Values

GMONTHDAY

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

See Also:
Constant Field Values

GDAY

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

See Also:
Constant Field Values

GMONTH

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

See Also:
Constant Field Values

STRING

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

See Also:
Constant Field Values

BOOLEAN

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

See Also:
Constant Field Values

BASE64BINARY

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

See Also:
Constant Field Values

HEXBINARY

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

See Also:
Constant Field Values

FLOAT

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

See Also:
Constant Field Values

DECIMAL

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

See Also:
Constant Field Values

DOUBLE

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

See Also:
Constant Field Values

ANYURI

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

See Also:
Constant Field Values

QNAME

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

See Also:
Constant Field Values

NOTATION

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

See Also:
Constant Field Values

NORMALIZEDSTRING

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

See Also:
Constant Field Values

TOKEN

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

See Also:
Constant Field Values

LANGUAGE

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

See Also:
Constant Field Values

NMTOKEN

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

See Also:
Constant Field Values

NMTOKENS

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

See Also:
Constant Field Values

NAME

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

See Also:
Constant Field Values

NCNAME

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

See Also:
Constant Field Values

ID

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

See Also:
Constant Field Values

IDREF

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

See Also:
Constant Field Values

IDREFS

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

See Also:
Constant Field Values

ENTITY

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

See Also:
Constant Field Values

ENTITIES

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

See Also:
Constant Field Values

INTEGER

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

See Also:
Constant Field Values

LONG

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

See Also:
Constant Field Values

INT

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

See Also:
Constant Field Values

SHORT

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

See Also:
Constant Field Values

BYTE

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

See Also:
Constant Field Values

NON_POSITIVE_INTEGER

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

See Also:
Constant Field Values

NEGATIVE_INTEGER

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

See Also:
Constant Field Values

NON_NEGATIVE_INTEGER

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

See Also:
Constant Field Values

POSITIVE_INTEGER

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

See Also:
Constant Field Values

UNSIGNED_LONG

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

See Also:
Constant Field Values

UNSIGNED_INT

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

See Also:
Constant Field Values

UNSIGNED_SHORT

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

See Also:
Constant Field Values

UNSIGNED_BYTE

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

See Also:
Constant Field Values
Constructor Detail

XmlSchema

public XmlSchema()