ml-modules.root.com.marklogic.smart-mastering.survivorship.merging.name.xqy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of marklogic-data-hub Show documentation
Show all versions of marklogic-data-hub Show documentation
Library for Creating an Operational Data Hub on MarkLogic
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