com.clarkparsia.owlapi
Class XSD

java.lang.Object
  extended by com.clarkparsia.owlapi.XSD

public class XSD
extends java.lang.Object

Title:

Description:

Copyright: Copyright (c) 2008

Company: Clark & Parsia, LLC.

Author:
Evren Sirin

Field Summary
static org.semanticweb.owl.model.OWLDataType ANY_SIMPLE_TYPE
           
static org.semanticweb.owl.model.OWLDataType ANY_TYPE
           
static org.semanticweb.owl.model.OWLDataType ANY_URI
           
static org.semanticweb.owl.model.OWLDataType BASE_64_BINARY
           
static org.semanticweb.owl.model.OWLDataType BOOLEAN
           
static org.semanticweb.owl.model.OWLDataType BYTE
           
static org.semanticweb.owl.model.OWLDataType DATE
           
static org.semanticweb.owl.model.OWLDataType DATE_TIME
           
static org.semanticweb.owl.model.OWLDataType DOUBLE
           
static org.semanticweb.owl.model.OWLDataType DURATION
           
static org.semanticweb.owl.model.OWLDataType ENTITIES
           
static org.semanticweb.owl.model.OWLDataType ENTITY
           
static org.semanticweb.owl.model.OWLDataType FLOAT
           
static org.semanticweb.owl.model.OWLDataType G_DAY
           
static org.semanticweb.owl.model.OWLDataType G_MONTH
           
static org.semanticweb.owl.model.OWLDataType G_MONTH_DAY
           
static org.semanticweb.owl.model.OWLDataType G_YEAR
           
static org.semanticweb.owl.model.OWLDataType G_YEAR_MONTH
           
static org.semanticweb.owl.model.OWLDataType HEX_BINARY
           
static org.semanticweb.owl.model.OWLDataType ID
           
static org.semanticweb.owl.model.OWLDataType IDREF
           
static org.semanticweb.owl.model.OWLDataType IDREFS
           
static org.semanticweb.owl.model.OWLDataType INT
           
static org.semanticweb.owl.model.OWLDataType INTEGER
           
static org.semanticweb.owl.model.OWLDataType LANGUAGE
           
static org.semanticweb.owl.model.OWLDataType LONG
           
static org.semanticweb.owl.model.OWLDataType NEGATIVE_INTEGER
           
static org.semanticweb.owl.model.OWLDataType NON_NEGATIVE_INTEGER
           
static org.semanticweb.owl.model.OWLDataType NON_POSITIVE_INTEGER
           
static org.semanticweb.owl.model.OWLDataType NORMALIZED_STRING
           
static org.semanticweb.owl.model.OWLDataType NOTATION
           
static org.semanticweb.owl.model.OWLDataType POSITIVE_INTEGER
           
static org.semanticweb.owl.model.OWLDataType Q_NAME
           
static org.semanticweb.owl.model.OWLDataType SHORT
           
static org.semanticweb.owl.model.OWLDataType STRING
           
static org.semanticweb.owl.model.OWLDataType TIME
           
static org.semanticweb.owl.model.OWLDataType TOKEN
           
static org.semanticweb.owl.model.OWLDataType UNSIGNED_INT
           
static org.semanticweb.owl.model.OWLDataType UNSIGNED_LONG
           
 
Constructor Summary
XSD()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STRING

public static final org.semanticweb.owl.model.OWLDataType STRING

INT

public static final org.semanticweb.owl.model.OWLDataType INT

INTEGER

public static final org.semanticweb.owl.model.OWLDataType INTEGER

LONG

public static final org.semanticweb.owl.model.OWLDataType LONG

SHORT

public static final org.semanticweb.owl.model.OWLDataType SHORT

BYTE

public static final org.semanticweb.owl.model.OWLDataType BYTE

POSITIVE_INTEGER

public static final org.semanticweb.owl.model.OWLDataType POSITIVE_INTEGER

NEGATIVE_INTEGER

public static final org.semanticweb.owl.model.OWLDataType NEGATIVE_INTEGER

NON_POSITIVE_INTEGER

public static final org.semanticweb.owl.model.OWLDataType NON_POSITIVE_INTEGER

NON_NEGATIVE_INTEGER

public static final org.semanticweb.owl.model.OWLDataType NON_NEGATIVE_INTEGER

ANY_URI

public static final org.semanticweb.owl.model.OWLDataType ANY_URI

ANY_SIMPLE_TYPE

public static final org.semanticweb.owl.model.OWLDataType ANY_SIMPLE_TYPE

ANY_TYPE

public static final org.semanticweb.owl.model.OWLDataType ANY_TYPE

DATE

public static final org.semanticweb.owl.model.OWLDataType DATE

DATE_TIME

public static final org.semanticweb.owl.model.OWLDataType DATE_TIME

G_DAY

public static final org.semanticweb.owl.model.OWLDataType G_DAY

G_MONTH

public static final org.semanticweb.owl.model.OWLDataType G_MONTH

G_MONTH_DAY

public static final org.semanticweb.owl.model.OWLDataType G_MONTH_DAY

G_YEAR

public static final org.semanticweb.owl.model.OWLDataType G_YEAR

G_YEAR_MONTH

public static final org.semanticweb.owl.model.OWLDataType G_YEAR_MONTH

TIME

public static final org.semanticweb.owl.model.OWLDataType TIME

DURATION

public static final org.semanticweb.owl.model.OWLDataType DURATION

BOOLEAN

public static final org.semanticweb.owl.model.OWLDataType BOOLEAN

DOUBLE

public static final org.semanticweb.owl.model.OWLDataType DOUBLE

FLOAT

public static final org.semanticweb.owl.model.OWLDataType FLOAT

UNSIGNED_INT

public static final org.semanticweb.owl.model.OWLDataType UNSIGNED_INT

UNSIGNED_LONG

public static final org.semanticweb.owl.model.OWLDataType UNSIGNED_LONG

BASE_64_BINARY

public static final org.semanticweb.owl.model.OWLDataType BASE_64_BINARY

NOTATION

public static final org.semanticweb.owl.model.OWLDataType NOTATION

NORMALIZED_STRING

public static final org.semanticweb.owl.model.OWLDataType NORMALIZED_STRING

ID

public static final org.semanticweb.owl.model.OWLDataType ID

IDREF

public static final org.semanticweb.owl.model.OWLDataType IDREF

IDREFS

public static final org.semanticweb.owl.model.OWLDataType IDREFS

LANGUAGE

public static final org.semanticweb.owl.model.OWLDataType LANGUAGE

TOKEN

public static final org.semanticweb.owl.model.OWLDataType TOKEN

ENTITIES

public static final org.semanticweb.owl.model.OWLDataType ENTITIES

ENTITY

public static final org.semanticweb.owl.model.OWLDataType ENTITY

HEX_BINARY

public static final org.semanticweb.owl.model.OWLDataType HEX_BINARY

Q_NAME

public static final org.semanticweb.owl.model.OWLDataType Q_NAME
Constructor Detail

XSD

public XSD()


Copyright © 2004 Evren Sirin. All Rights Reserved.