|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mulgara.mrg.vocab.XSD
public class XSD
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 |
|---|
public static final Uri BASE_URI
public static final Uri BOOLEAN
xsd:float datatype;
public static final Uri FLOAT
xsd:float datatype;
public static final Uri DOUBLE
xsd:double datatype;
public static final Uri DECIMAL
xsd:decimal datatype.
public static final Uri INTEGER
integer datatype. Subtype of DECIMAL.
public static final Uri LONG
long datatype. Subtype of INTEGER.
public static final Uri INT
int datatype. Subtype of LONG.
public static final Uri SHORT
short datatype. Subtype of INT.
public static final Uri BYTE
byte datatype. Subtype of SHORT.
| Constructor Detail |
|---|
public XSD()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||