XSLT 2.0 “Minimal” Type Set (As Examples)
(All XSLT processors support,
even if you do not get
types from a Schema)
-
xs:anyURI
-
xs:boolean
-
xs:date
-
xs:dateTime
-
xs:decimal
-
xs:double
-
xs:integer
-
xs:QName
-
xs:string
-
xs:time
-
xdt:anyAtomicType
-
xdt:dayTimeDuration
-
xdt:untypedAtomic
-
xdt:yearMonthDuration
(Other of the W3C XML Schema primitive types may
also be supported: xs:NOTATION,
xs:base64Binary, xs:dDay,
xs:duration, xs:float,
xs:gMonth, xs:gMonthDay,
xs:gYear, xs:gYearMonth,
xs:hexBinary)