org.ontoware.rdf2go.vocabulary
Class XSD

java.lang.Object
  extended by org.ontoware.rdf2go.vocabulary.XSD

public class XSD
extends java.lang.Object

The XML Schema vocabulary as URIs

Author:
mvo

Field Summary
static URI _anyURI
           
static URI _base64Binary
           
static URI _boolean
           
static URI _byte
           
static URI _date
           
static URI _dateTime
           
static URI _dayTimeDuration
           
static URI _decimal
           
static URI _double
           
static URI _duration
          Deprecated. 
static URI _ENTITIES
           
static URI _ENTITY
           
static URI _float
           
static URI _gDay
           
static URI _gMonth
           
static URI _gMonthDay
           
static URI _gYear
           
static URI _gYearMonth
           
static URI _hexBinary
           
static URI _ID
           
static URI _IDREF
           
static URI _IDREFS
           
static URI _int
          http://www.w3.org/TR/xmlschema-2/datatypes.html#int [Definition:] int is derived from long by setting the value of maxInclusive to be 2147483647 and minInclusive to be -2147483648.
static URI _integer
           
static URI _language
           
static URI _long
           
static URI _Name
           
static URI _NCName
           
static URI _negativeInteger
           
static URI _NMTOKEN
           
static URI _NMTOKENS
           
static URI _nonNegativeInteger
           
static URI _nonPositiveInteger
           
static URI _normalizedString
           
static URI _positiveInteger
           
static URI _QName
           
static URI _short
           
static URI _string
           
static URI _time
           
static URI _token
           
static URI _unsignedByte
           
static URI _unsignedInt
           
static URI _unsignedLong
           
static URI _unsignedShort
           
static URI _yearMonthDuration
           
static URI[] ALL
          For convenience: An array of all types in this interface
static java.lang.String XS_URIPREFIX
          As discussed in http://www.w3.org/2001/sw/BestPractices/XSCH/xsch-sw-20050127/#section-duration an standardised in http://www.w3.org/TR/xpath-datamodel/#notation Note: The XML namespace is 'http://www.w3.org/2001/XMLSchema', but RDF people seems to have agreed on using '#' atht eh end to create a URI-prefix
static java.lang.String XSD_NS
          The XML Schema Namespace
 
Constructor Summary
XSD()
           
 
Method Summary
protected static URI toURI(java.lang.String local)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XSD_NS

public static final java.lang.String XSD_NS
The XML Schema Namespace

See Also:
Constant Field Values

_string

public static final URI _string

_boolean

public static final URI _boolean

_float

public static final URI _float

_double

public static final URI _double

_decimal

public static final URI _decimal

_duration

@Deprecated
public static final URI _duration
Deprecated. 
According to this SHOULD NOT be used: xsd:duration does not have a well-defined value space. Instead use _yearMonthDuration or _dayTimeDuration


XS_URIPREFIX

public static final java.lang.String XS_URIPREFIX
As discussed in http://www.w3.org/2001/sw/BestPractices/XSCH/xsch-sw-20050127/#section-duration an standardised in http://www.w3.org/TR/xpath-datamodel/#notation Note: The XML namespace is 'http://www.w3.org/2001/XMLSchema', but RDF people seems to have agreed on using '#' atht eh end to create a URI-prefix

See Also:
Constant Field Values

_yearMonthDuration

public static final URI _yearMonthDuration

_dayTimeDuration

public static final URI _dayTimeDuration

_dateTime

public static final URI _dateTime

_time

public static final URI _time

_date

public static final URI _date

_gYearMonth

public static final URI _gYearMonth

_gYear

public static final URI _gYear

_gMonthDay

public static final URI _gMonthDay

_gDay

public static final URI _gDay

_gMonth

public static final URI _gMonth

_hexBinary

public static final URI _hexBinary

_base64Binary

public static final URI _base64Binary

_anyURI

public static final URI _anyURI

_QName

public static final URI _QName

_normalizedString

public static final URI _normalizedString

_token

public static final URI _token

_language

public static final URI _language

_IDREFS

public static final URI _IDREFS

_ENTITIES

public static final URI _ENTITIES

_NMTOKEN

public static final URI _NMTOKEN

_NMTOKENS

public static final URI _NMTOKENS

_Name

public static final URI _Name

_NCName

public static final URI _NCName

_ID

public static final URI _ID

_IDREF

public static final URI _IDREF

_ENTITY

public static final URI _ENTITY

_integer

public static final URI _integer

_nonPositiveInteger

public static final URI _nonPositiveInteger

_negativeInteger

public static final URI _negativeInteger

_long

public static final URI _long

_int

public static final URI _int
http://www.w3.org/TR/xmlschema-2/datatypes.html#int [Definition:] int is derived from long by setting the value of maxInclusive to be 2147483647 and minInclusive to be -2147483648. The base type of int is long.


_short

public static final URI _short

_byte

public static final URI _byte

_nonNegativeInteger

public static final URI _nonNegativeInteger

_unsignedLong

public static final URI _unsignedLong

_unsignedInt

public static final URI _unsignedInt

_unsignedShort

public static final URI _unsignedShort

_unsignedByte

public static final URI _unsignedByte

_positiveInteger

public static final URI _positiveInteger

ALL

public static final URI[] ALL
For convenience: An array of all types in this interface

Constructor Detail

XSD

public XSD()
Method Detail

toURI

protected static final URI toURI(java.lang.String local)


Copyright © 2005-2008 FZI - Forschungszentrum Informatik | Karlsruhe | Germany. All Rights Reserved.