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() -
Method Summary
-
Field Details
-
XSD_NS
The XML Schema Namespace- See Also:
- Constant Field Values
-
_string
-
_boolean
-
_float
-
_double
-
_decimal
-
_anyType
-
_sequence
-
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
According to this SHOULD NOT be used: xsd:duration does not have a well-defined value space. Instead use _yearMonthDuration or _dayTimeDuration -
_time
-
_date
-
_gYearMonth
-
_gYear
-
_gMonthDay
-
_gDay
-
_gMonth
-
_hexBinary
-
_base64Binary
-
_anyURI
-
_QName
-
_normalizedString
-
_token
-
_language
-
_IDREFS
-
_ENTITIES
-
_NMTOKEN
-
_NMTOKENS
-
_Name
-
_NCName
-
_ID
-
_IDREF
-
_ENTITY
-
_integer
-
_nonPositiveInteger
-
_negativeInteger
-
_long
-
_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
-
_byte
-
_nonNegativeInteger
-
_unsignedLong
-
_unsignedInt
-
_unsignedShort
-
_unsignedByte
-
_positiveInteger
-
ALL
For convenience: An array of all types in this interface
-
-
Constructor Details
-
XSD
public XSD()
-
-
Method Details