uri

The URI you want to be assigned to a content item. The content item's URI will be formed by appending the value you specify here to the URI of the content item's home section, so you must specify a relative URI. If you do not specify this element, then the content item will be assigned an automatically generated URI.

Syntax
<uri
    use-as-default="text"?
  >
    text
  </uri>
Attributes
use-as-default="text" (optional)

If use-as-default is set to false, then the uri is added as an alias for the content item. The uri can then be used to look up the content item but asking a content item for its url will not return this value. There can only be one default uri for a content item. Specifying a new default will replace the old default uri. The old default uri value will be kept as an alias.