info.sswap.api.model
Interface SSWAPDatatype.XSD

Enclosing interface:
SSWAPDatatype

public static interface SSWAPDatatype.XSD

XSD URIs based on the Jena vocabulary. May be used for methods such as SSWAPIndividual.addProperty(SSWAPPredicate,String,URI).

See Also:
http://www.w3.org/TR/xmlschema11-2

Field Summary
static java.net.URI anyURI
          xsd:anyURI
static java.net.URI base64Binary
          xsd:base64Binary
static java.net.URI date
          xsd:date
static java.net.URI dateTime
          xsd:dateTime
static java.net.URI decimal
          xsd:decimal
static java.net.URI duration
          xsd:duration
static java.net.URI ENTITY
          xsd:ENTITY
static java.net.URI gDay
          xsd:gDay
static java.net.URI gMonth
          xsd:gMonth
static java.net.URI gMonthDay
          xsd:gMonthDay
static java.net.URI gYear
          xsd:gYear
static java.net.URI gYearMonth
          xsd:gYearMonth
static java.net.URI hexBinary
          xsd:hexBinary
static java.net.URI ID
          xsd:ID
static java.net.URI IDREF
          xsd:IDREF
static java.net.URI integer
          xsd:integer
static java.net.URI language
          xsd:language
static java.net.URI Name
          xsd:Name
static java.net.URI NCName
          xsd:NCName
static java.net.URI negativeInteger
          xsd:negativeInteger
static java.net.URI NMTOKEN
          xsd:NMTOKEN
static java.net.URI nonNegativeInteger
          xsd:nonNegativeInteger
static java.net.URI nonPositiveInteger
          xsd:nonPositiveInteger
static java.net.URI normalizedString
          xsd:normalizedString
static java.net.URI NOTATION
          xsd:NOTATION
static java.net.URI positiveInteger
          xsd:positiveInteger
static java.net.URI QName
          xsd:QName
static java.net.URI time
          xsd:time
static java.net.URI token
          xsd:token
static java.net.URI unsignedByte
          xsd:unsignedByte
static java.net.URI unsignedInt
          xsd:unsignedInt
static java.net.URI unsignedLong
          xsd:unsignedLong
static java.net.URI unsignedShort
          xsd:unsignedShort
static java.net.URI xboolean
          xsd:boolean
static java.net.URI xbyte
          xsd:byte
static java.net.URI xdouble
          xsd:double
static java.net.URI xfloat
          xsd:float
static java.net.URI xint
          xsd:int
static java.net.URI xlong
          xsd:long
static java.net.URI xshort
          xsd:short
static java.net.URI xstring
          xsd:string
 

Field Detail

anyURI

static final java.net.URI anyURI
xsd:anyURI


base64Binary

static final java.net.URI base64Binary
xsd:base64Binary


date

static final java.net.URI date
xsd:date


dateTime

static final java.net.URI dateTime
xsd:dateTime


decimal

static final java.net.URI decimal
xsd:decimal


duration

static final java.net.URI duration
xsd:duration


ENTITY

static final java.net.URI ENTITY
xsd:ENTITY


gDay

static final java.net.URI gDay
xsd:gDay


gMonth

static final java.net.URI gMonth
xsd:gMonth


gMonthDay

static final java.net.URI gMonthDay
xsd:gMonthDay


gYear

static final java.net.URI gYear
xsd:gYear


gYearMonth

static final java.net.URI gYearMonth
xsd:gYearMonth


hexBinary

static final java.net.URI hexBinary
xsd:hexBinary


ID

static final java.net.URI ID
xsd:ID


IDREF

static final java.net.URI IDREF
xsd:IDREF


integer

static final java.net.URI integer
xsd:integer


language

static final java.net.URI language
xsd:language


Name

static final java.net.URI Name
xsd:Name


NCName

static final java.net.URI NCName
xsd:NCName


negativeInteger

static final java.net.URI negativeInteger
xsd:negativeInteger


NMTOKEN

static final java.net.URI NMTOKEN
xsd:NMTOKEN


nonNegativeInteger

static final java.net.URI nonNegativeInteger
xsd:nonNegativeInteger


nonPositiveInteger

static final java.net.URI nonPositiveInteger
xsd:nonPositiveInteger


normalizedString

static final java.net.URI normalizedString
xsd:normalizedString


NOTATION

static final java.net.URI NOTATION
xsd:NOTATION


positiveInteger

static final java.net.URI positiveInteger
xsd:positiveInteger


QName

static final java.net.URI QName
xsd:QName


time

static final java.net.URI time
xsd:time


token

static final java.net.URI token
xsd:token


unsignedByte

static final java.net.URI unsignedByte
xsd:unsignedByte


unsignedInt

static final java.net.URI unsignedInt
xsd:unsignedInt


unsignedLong

static final java.net.URI unsignedLong
xsd:unsignedLong


unsignedShort

static final java.net.URI unsignedShort
xsd:unsignedShort


xboolean

static final java.net.URI xboolean
xsd:boolean


xbyte

static final java.net.URI xbyte
xsd:byte


xdouble

static final java.net.URI xdouble
xsd:double


xfloat

static final java.net.URI xfloat
xsd:float


xint

static final java.net.URI xint
xsd:int


xlong

static final java.net.URI xlong
xsd:long


xshort

static final java.net.URI xshort
xsd:short


xstring

static final java.net.URI xstring
xsd:string



Copyright (c) 2011, iPlant Collaborative, University of Arizona, Cold Spring Harbor Laboratories, University of Texas at Austin.