public static class TestInsertRate.XMLSchema extends Object
Modifier and Type | Field and Description |
---|---|
static String |
NAMESPACE_RDF
The namespace name, commonly associated with the prefix "rdf", whose
value is "http://www.w3.org/1999/02/22-rdf-syntax-ns#".
|
static String |
NAMESPACE_RDFS
The namespace name, commonly associated with the prefix "rdfs", whose
value is "http://www.w3.org/2000/01/rdf-schema#".
|
static String |
NAMESPACE_XSD
The namespace name, commonly associated with the prefix "xsd", whose
value is "http://www.w3.org/2001/XMLSchema#".
|
static String |
RDF_XMLLiteral
The URI,commonly written as rdf:XMLLiteral, whose value is
"http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral".
|
static String |
xsAnyURI
The XSDatatype URI for "anyURI".
|
static String |
xsBoolean
The XSDatatype URI for "boolean".
|
static String |
xsByte
The XSDatatype URI for "byte".
|
static String |
xsDecimal
The XSDatatype URI for "decimal" - used for
BigDecimal |
static String |
xsDouble
The XSDatatype URI for "double".
|
static String |
xsFloat
The XSDatatype URI for "float".
|
static String |
xsInt
The XSDatatype URI for "int".
|
static String |
xsInteger
The XSDatatype URI for "integer" - used for
BigInteger and natively by the XSD library for
com.sun.msv.datatype.xsd.IntegerValueType . |
static String |
xsLong
The XSDatatype URI for "lomg".
|
static String |
xsShort
The XSDatatype URI for "short".
|
static String |
xsString
The XSDatatype URI for "string".
|
Constructor and Description |
---|
TestInsertRate.XMLSchema() |
public static final String NAMESPACE_RDF
public static final String NAMESPACE_RDFS
public static final String RDF_XMLLiteral
public static final String NAMESPACE_XSD
public static final String xsBoolean
public static final String xsByte
public static final String xsShort
public static final String xsInt
public static final String xsLong
public static final String xsFloat
public static final String xsDouble
public static final String xsInteger
BigInteger
and natively by the XSD library for
com.sun.msv.datatype.xsd.IntegerValueType
.public static final String xsDecimal
BigDecimal
public static final String xsString
public static final String xsAnyURI
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.