sc.simpleType( [arg as Item] ) as simpleType()?
Returns the simple type of item, as a schema component, if any. If the item has a complex type rather than a simple type, the empty sequence is returned. The context item is used if no argument is given.
Parameters | |
---|---|
arg | The item whose simple type is to be returned. |
xdmp.describe(sc.simpleType(47)); => "#xs:integer"
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.