Revision [1119]
This is an old revision of CommandXtype made by DavidLee on 2010-01-06 13:58:11.
Command xtype
Name
xwhich Prints the XDM type of each argumentSynopsis
xtype [ serialization options ] arg [arg ...]Options
Supports the standard [ serialization options ]xtype prints the XDM type of each argument using functx:sequence-type http://www.xqueryfunctions.com/xq/functx_sequence-type.html
Example:
xtype "hi" <[ 1.2 ]> there <[ 1,2,3 ]> <[ <foo/> ]> <[ document{ <bar/> } ]>
Result
xs:string xs:decimal xs:string xs:integer+ element() document-node()
Commands
CategoryCommands