Server Protocol: Types
Jump to navigation
Jump to search
{{Version|7.0.3|}: The following table lists all data types that are returned by the Server Protocol of BaseX.
| ID | Data Type |
|---|---|
| 7 | function item
|
| 8 | node()
|
| 9 | text()
|
| 10 | processing-instruction()
|
| 11 | element()
|
| 12 | document-node()
|
| 13 | document-node(element())
|
| 14 | attribute()
|
| 15 | comment()
|
| 32 | item()
|
| 33 | xs:anyAtomicType
|
| 34 | xs:untypedAtomic
|
| 35 | xs:string
|
| 36 | xs:normalizedString
|
| 37 | xs:token
|
| 38 | xs:language
|
| 39 | xs:NMTOKEN
|
| 40 | xs:Name
|
| 41 | xs:NCName
|
| 42 | xs:ID
|
| 43 | xs:IDREF
|
| 44 | xs:ENTITY
|
| 45 | xs:float
|
| 46 | xs:double
|
| 47 | xs:decimal
|
| 48 | xs:precisionDecimal
|
| 49 | xs:integer
|
| 50 | xs:nonPositiveInteger
|
| 51 | xs:negativeInteger
|
| 52 | xs:long
|
| 53 | xs:int
|
| 54 | xs:short
|
| 55 | xs:byte
|
| 56 | xs:nonNegativeInteger
|
| 57 | xs:unsignedLong
|
| 58 | xs:unsignedInt
|
| 59 | xs:unsignedShort
|
| 60 | xs:unsignedByte
|
| 61 | xs:positiveInteger
|
| 62 | xs:duration
|
| 63 | xs:yearMonthDuration
|
| 64 | xs:dayTimeDuration
|
| 65 | xs:dateTime
|
| 66 | xs:dateTimeStamp
|
| 67 | xs:date
|
| 68 | xs:time
|
| 69 | xs:gYearMonth
|
| 70 | xs:gYear
|
| 71 | xs:gMonthDay
|
| 72 | xs:gDay
|
| 73 | xs:gMonth
|
| 74 | xs:boolean
|
| 75 | basex:binary
|
| 76 | xs:base64Binary
|
| 77 | xs:hexBinary
|
| 78 | basex:raw
|
| 79 | xs:anyURI
|
| 80 | xs:QName
|
| 81 | xs:NOTATION
|