org.mulgara.mrg.vocab
Class XSD

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

public class XSD
extends Object

Vocabulary for XSD. TODO: Not complete


Field Summary
static Uri BASE_URI
          The URI of the XSD name space.
static Uri BOOLEAN
          URI for the XML Schema xsd:float datatype;
static Uri BYTE
          URI for the XML Schema byte 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 FLOAT
          URI for the XML Schema xsd:float datatype;
static Uri INT
          URI for the XML Schema int datatype.
static Uri INTEGER
          URI for the XML Schema integer datatype.
static Uri LONG
          URI for the XML Schema long datatype.
static Uri SHORT
          URI for the XML Schema short 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

BASE_URI

public static final Uri BASE_URI
The URI of the XSD name space.


BOOLEAN

public static final Uri BOOLEAN
URI for the XML Schema xsd:float 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 integer datatype. Subtype of DECIMAL.


LONG

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


INT

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


SHORT

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


BYTE

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

Constructor Detail

XSD

public XSD()


Copyright © 2011. All Rights Reserved.