<?xml version="1.0" encoding="UTF-8"?><api:function-page xml:base="/apidoc/8.0/sem.uuidString.xml" generated="2015-10-07T16:36:00.016766-07:00" mode="javascript" xmlns:api="http://marklogic.com/rundmc/api"><api:function-name>sem.uuidString</api:function-name><api:suggest>sem.uuidstring</api:suggest><api:suggest>sem</api:suggest><api:suggest>uuidstring</api:suggest><api:function-link mode="xquery" fullname="sem:uuid-string">/apidoc/8.0/sem:uuid-string.xml</api:function-link><api:function mode="javascript" name="uuidString" type="builtin" lib="sem" category="Semantics" hidden="false" bucket="MarkLogic Built-In Functions" prefix="sem" namespace="http://marklogic.com/semantics" fullname="sem.uuidString"><api:summary>
  Return a string that is the scheme specific part of random UUID URN (RFC4122).
  This XQuery function backs up the SPARQL STRUUID() function.
  <p xmlns="http://www.w3.org/1999/xhtml">This function is a built-in.</p>
</api:summary><api:params/><api:return>String</api:return><api:example class="javascript"><pre xml:space="preserve" xmlns="http://www.w3.org/1999/xhtml">
sem.uuidString();
=&gt;
3e25ff09-c6a8-4176-bb83-b771a9eb0e4c
</pre></api:example></api:function></api:function-page>