Given an XDM type name string ("xs:string", "xs:time", "text()", etc) return the corresponding ItemType instance. If the string does not match any of the known types, null is returned.
The corresponding concrete subtype of ItemType, such as XSInteger.
ItemType Class | Marklogic.Xcc.Types Namespace