org.mulgara.mrg.vocab.uri
Class XSD

java.lang.Object
  extended by org.mulgara.mrg.vocab.uri.XSD

public class XSD
extends Object

Vocabulary for XSD.


Field Summary
static URI ANY_SIMPLE_TYPE
          URI for the XML Schema xsd:anySimpleType datatype.
static URI ANY_URI
          URI for the XML Schema xsd:anyURI datatype.
static String BASE
          The namespace for XSD data.
static URI BASE64_BINARY
          URI for the XML Schema xsd:base64Binary datatype.
static URI BOOLEAN
          URI for the XML Schema xsd:boolean datatype.
static URI BYTE
          URI for the XML Schema xsd:byte datatype.
static URI DATE
          URI for the XML Schema xsd:date datatype.
static URI DATE_TIME
          URI for the XML Schema xsd:dateTime datatype.
static URI DECIMAL
          URI for the XML Schema xsd:decimal datatype.
static URI DOUBLE
          URI for the XML Schema xsd:double datatype.
static URI DURATION
          URI for the XML Schema xsd:duration datatype.
static URI ENTITIES
          URI for the XML Schema xsd:ENTITIES datatype.
static URI ENTITY
          URI for the XML Schema xsd:ENTITY datatype.
static URI FLOAT
          URI for the XML Schema xsd:float datatype.
static URI G_DAY
          URI for the XML Schema xsd:gDay datatype.
static URI G_MONTH
          URI for the XML Schema xsd:gMonth datatype.
static URI G_MONTH_DAY
          URI for the XML Schema xsd:gMonthDay datatype.
static URI G_YEAR
          URI for the XML Schema xsd:gYear datatype.
static URI G_YEAR_MONTH
          URI for the XML Schema xsd:gYearMonth datatype.
static URI HEX_BINARY
          URI for the XML Schema xsd:hexBinary datatype.
static URI ID
          URI for the XML Schema xsd:ID datatype.
static URI IDREF
          URI for the XML Schema xsd:IDREF datatype.
static URI IDREFS
          URI for the XML Schema xsd:IDREFS datatype.
static URI INT
          URI for the XML Schema xsd:int datatype.
static URI INTEGER
          URI for the XML Schema xsd:integer datatype.
static URI LANGUAGE
          URI for the XML Schema xsd:language datatype.
static URI LONG
          URI for the XML Schema xsd:long datatype.
static URI NAME
          URI for the XML Schema xsd:Name datatype.
static URI NCNAME
          URI for the XML Schema xsd:NCName datatype.
static URI NEGATIVE_INTEGER
          URI for the XML Schema xsd:negativeInteger datatype.
static URI NMTOKEN
          URI for the XML Schema xsd:NMTOKEN datatype.
static URI NMTOKENS
          URI for the XML Schema xsd:NMTOKENS datatype.
static URI NON_NEGATIVE_INTEGER
          URI for the XML Schema xsd:nonNegativeInteger datatype.
static URI NON_POSITIVE_INTEGER
          URI for the XML Schema xsd:nonPositiveInteger datatype.
static URI NORMALIZED_STRING
          URI for the XML Schema xsd:normalizedString datatype.
static URI POSITIVE_INTEGER
          URI for the XML Schema xsd:positiveInteger datatype.
static String PREFIX
          The QName prefix for XSD
static URI QNAME
          URI for the XML Schema xsd:QName datatype.
static URI SHORT
          URI for the XML Schema xsd:short datatype.
static URI STRING
          URI for the XML Schema xsd:string datatype.
static URI TIME
          URI for the XML Schema xsd:time datatype.
static URI TOKEN
          URI for the XML Schema xsd:token datatype.
static URI UNSIGNED_BYTE
          URI for the XML Schema xsd:unsignedByte datatype.
static URI UNSIGNED_INT
          URI for the XML Schema xsd:unsignedInt datatype.
static URI UNSIGNED_LONG
          URI for the XML Schema xsd:unsignedLong datatype.
static URI UNSIGNED_SHORT
          URI for the XML Schema xsd:unsignedShort datatype.
 
Constructor Summary
XSD()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREFIX

public static final String PREFIX
The QName prefix for XSD

See Also:
Constant Field Values

BASE

public static final String BASE
The namespace for XSD data.

See Also:
Constant Field Values

ANY_SIMPLE_TYPE

public static final URI ANY_SIMPLE_TYPE
URI for the XML Schema xsd:anySimpleType datatype. This is the base type for all XSD datatypes.


BOOLEAN

public static final URI BOOLEAN
URI for the XML Schema xsd:boolean datatype.


FLOAT

public static final URI FLOAT
URI for the XML Schema xsd:float datatype.


DOUBLE

public static final URI DOUBLE
URI for the XML Schema xsd:double datatype.


DECIMAL

public static final URI DECIMAL
URI for the XML Schema xsd:decimal datatype.


INTEGER

public static final URI INTEGER
URI for the XML Schema xsd:integer datatype. Subtype of DECIMAL.


LONG

public static final URI LONG
URI for the XML Schema xsd:long datatype. Subtype of INTEGER.


INT

public static final URI INT
URI for the XML Schema xsd:int datatype. Subtype of LONG.


SHORT

public static final URI SHORT
URI for the XML Schema xsd:short datatype. Subtype of INT.


BYTE

public static final URI BYTE
URI for the XML Schema xsd:byte datatype. Subtype of SHORT.


NON_POSITIVE_INTEGER

public static final URI NON_POSITIVE_INTEGER
URI for the XML Schema xsd:nonPositiveInteger datatype. Subtype of INTEGER.


NEGATIVE_INTEGER

public static final URI NEGATIVE_INTEGER
URI for the XML Schema xsd:negativeInteger datatype. Subtype of NON_POSITIVE_INTEGER.


NON_NEGATIVE_INTEGER

public static final URI NON_NEGATIVE_INTEGER
URI for the XML Schema xsd:nonNegativeInteger datatype. Subtype of INTEGER.


POSITIVE_INTEGER

public static final URI POSITIVE_INTEGER
URI for the XML Schema xsd:positiveInteger datatype. Subtype of NON_NEGATIVE_INTEGER.


UNSIGNED_LONG

public static final URI UNSIGNED_LONG
URI for the XML Schema xsd:unsignedLong datatype. Subtype of NON_NEGATIVE_INTEGER.


UNSIGNED_INT

public static final URI UNSIGNED_INT
URI for the XML Schema xsd:unsignedInt datatype. Subtype of UNSIGNED_LONG.


UNSIGNED_SHORT

public static final URI UNSIGNED_SHORT
URI for the XML Schema xsd:unsignedShort datatype. Subtype of UNSIGNED_SHORT.


UNSIGNED_BYTE

public static final URI UNSIGNED_BYTE
URI for the XML Schema xsd:unsignedByte datatype. Subtype of UNSIGNED_BYTE.


DATE

public static final URI DATE
URI for the XML Schema xsd:date datatype.


DATE_TIME

public static final URI DATE_TIME
URI for the XML Schema xsd:dateTime datatype.


TIME

public static final URI TIME
URI for the XML Schema xsd:time datatype.


QNAME

public static final URI QNAME
URI for the XML Schema xsd:QName datatype.


ANY_URI

public static final URI ANY_URI
URI for the XML Schema xsd:anyURI datatype.


HEX_BINARY

public static final URI HEX_BINARY
URI for the XML Schema xsd:hexBinary datatype.


BASE64_BINARY

public static final URI BASE64_BINARY
URI for the XML Schema xsd:base64Binary datatype.


STRING

public static final URI STRING
URI for the XML Schema xsd:string datatype.


NORMALIZED_STRING

public static final URI NORMALIZED_STRING
URI for the XML Schema xsd:normalizedString datatype. Subtype of STRING.


TOKEN

public static final URI TOKEN
URI for the XML Schema xsd:token datatype. Subtype of NORMALIZED_STRING.


LANGUAGE

public static final URI LANGUAGE
URI for the XML Schema xsd:language datatype. Subtype of TOKEN.


NAME

public static final URI NAME
URI for the XML Schema xsd:Name datatype. Subtype of TOKEN.


NCNAME

public static final URI NCNAME
URI for the XML Schema xsd:NCName datatype. Subtype of NAME.


ID

public static final URI ID
URI for the XML Schema xsd:ID datatype. Subtype of NCNAME.


IDREF

public static final URI IDREF
URI for the XML Schema xsd:IDREF datatype. Subtype of NCNAME.


IDREFS

public static final URI IDREFS
URI for the XML Schema xsd:IDREFS datatype. Derived by list from IDREF.


ENTITY

public static final URI ENTITY
URI for the XML Schema xsd:ENTITY datatype. Subtype of NCNAME.


ENTITIES

public static final URI ENTITIES
URI for the XML Schema xsd:ENTITIES datatype. Derived by list from ENTITY.


NMTOKEN

public static final URI NMTOKEN
URI for the XML Schema xsd:NMTOKEN datatype. Subtype of TOKEN.


NMTOKENS

public static final URI NMTOKENS
URI for the XML Schema xsd:NMTOKENS datatype. Derived by list from NMTOKEN.


DURATION

public static final URI DURATION
URI for the XML Schema xsd:duration datatype.


G_YEAR_MONTH

public static final URI G_YEAR_MONTH
URI for the XML Schema xsd:gYearMonth datatype.


G_YEAR

public static final URI G_YEAR
URI for the XML Schema xsd:gYear datatype.


G_MONTH_DAY

public static final URI G_MONTH_DAY
URI for the XML Schema xsd:gMonthDay datatype.


G_DAY

public static final URI G_DAY
URI for the XML Schema xsd:gDay datatype.


G_MONTH

public static final URI G_MONTH
URI for the XML Schema xsd:gMonth datatype.

Constructor Detail

XSD

public XSD()


Copyright © 2011. All Rights Reserved.