All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ml-modules.root.com.marklogic.smart-mastering.survivorship.merging.name.xqy Maven / Gradle / Ivy

There is a newer version: 6.1.1
Show newest version
xquery version "1.0-ml";

module namespace merging = "http://marklogic.com/smart-mastering/survivorship/merging";

import module namespace merging = "http://marklogic.com/smart-mastering/survivorship/merging"
  at "standard.xqy";

declare function merging:name(
  $property-name as xs:QName,
  $properties as item()*,
  $property-spec as element()?
)
{
  merging:standard(
    $property-name,
    $properties,
    $property-spec
  )
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy