Class XSD
- java.lang.Object
-
- org.apache.streampipes.vocabulary.XSD
-
public class XSD extends Object
The XML Schema vocabulary as URIs- Author:
- mvo
-
-
Field Summary
Fields Modifier and Type Field Description static URI_anyTypestatic URI_anyURIstatic URI_base64Binarystatic URI_booleanstatic URI_bytestatic URI_datestatic URI_dateTimeAccording to this SHOULD NOT be used: xsd:duration does not have a well-defined value space.static URI_decimalstatic URI_doublestatic URI_ENTITIESstatic URI_ENTITYstatic URI_floatstatic URI_gDaystatic URI_gMonthstatic URI_gMonthDaystatic URI_gYearstatic URI_gYearMonthstatic URI_hexBinarystatic URI_IDstatic URI_IDREFstatic URI_IDREFSstatic URI_inthttp://www.w3.org/TR/xmlschema-2/datatypes.html#int [Definition:] int is derived from long by setting the value of maxInclusive to be 2147483647 and minInclusive to be -2147483648.static URI_integerstatic URI_languagestatic URI_longstatic URI_Namestatic URI_NCNamestatic URI_negativeIntegerstatic URI_NMTOKENstatic URI_NMTOKENSstatic URI_nonNegativeIntegerstatic URI_nonPositiveIntegerstatic URI_normalizedStringstatic URI_positiveIntegerstatic URI_QNamestatic URI_sequencestatic URI_shortstatic URI_stringstatic URI_timestatic URI_tokenstatic URI_unsignedBytestatic URI_unsignedIntstatic URI_unsignedLongstatic URI_unsignedShortstatic URI[]ALLFor convenience: An array of all types in this interfacestatic StringXS_URIPREFIXAs discussed in http://www.w3.org/2001/sw/BestPractices/XSCH/xsch-sw-20050127 /#section-duration an standardised in http://www.w3.org/TR/xpath-datamodel/#notation Note: The XML namespace is 'http://www.w3.org/2001/XMLSchema', but RDF people seems to have agreed on using '#' atht eh end to create a URI-prefixstatic StringXSD_NSThe XML Schema Namespace
-
Constructor Summary
Constructors Constructor Description XSD()
-
-
-
Field Detail
-
XSD_NS
public static final String XSD_NS
The XML Schema Namespace- See Also:
- Constant Field Values
-
_string
public static final URI _string
-
_boolean
public static final URI _boolean
-
_float
public static final URI _float
-
_double
public static final URI _double
-
_decimal
public static final URI _decimal
-
_anyType
public static final URI _anyType
-
_sequence
public static final URI _sequence
-
XS_URIPREFIX
public static final String XS_URIPREFIX
As discussed in http://www.w3.org/2001/sw/BestPractices/XSCH/xsch-sw-20050127 /#section-duration an standardised in http://www.w3.org/TR/xpath-datamodel/#notation Note: The XML namespace is 'http://www.w3.org/2001/XMLSchema', but RDF people seems to have agreed on using '#' atht eh end to create a URI-prefix- See Also:
- Constant Field Values
-
_dateTime
public static final URI _dateTime
According to this SHOULD NOT be used: xsd:duration does not have a well-defined value space. Instead use _yearMonthDuration or _dayTimeDuration
-
_time
public static final URI _time
-
_date
public static final URI _date
-
_gYearMonth
public static final URI _gYearMonth
-
_gYear
public static final URI _gYear
-
_gMonthDay
public static final URI _gMonthDay
-
_gDay
public static final URI _gDay
-
_gMonth
public static final URI _gMonth
-
_hexBinary
public static final URI _hexBinary
-
_base64Binary
public static final URI _base64Binary
-
_anyURI
public static final URI _anyURI
-
_QName
public static final URI _QName
-
_normalizedString
public static final URI _normalizedString
-
_token
public static final URI _token
-
_language
public static final URI _language
-
_IDREFS
public static final URI _IDREFS
-
_ENTITIES
public static final URI _ENTITIES
-
_NMTOKEN
public static final URI _NMTOKEN
-
_NMTOKENS
public static final URI _NMTOKENS
-
_Name
public static final URI _Name
-
_NCName
public static final URI _NCName
-
_ID
public static final URI _ID
-
_IDREF
public static final URI _IDREF
-
_ENTITY
public static final URI _ENTITY
-
_integer
public static final URI _integer
-
_nonPositiveInteger
public static final URI _nonPositiveInteger
-
_negativeInteger
public static final URI _negativeInteger
-
_long
public static final URI _long
-
_int
public static final URI _int
http://www.w3.org/TR/xmlschema-2/datatypes.html#int [Definition:] int is derived from long by setting the value of maxInclusive to be 2147483647 and minInclusive to be -2147483648. The base type of int is long.
-
_short
public static final URI _short
-
_byte
public static final URI _byte
-
_nonNegativeInteger
public static final URI _nonNegativeInteger
-
_unsignedLong
public static final URI _unsignedLong
-
_unsignedInt
public static final URI _unsignedInt
-
_unsignedShort
public static final URI _unsignedShort
-
_unsignedByte
public static final URI _unsignedByte
-
_positiveInteger
public static final URI _positiveInteger
-
ALL
public static final URI[] ALL
For convenience: An array of all types in this interface
-
-