Home > Contents > Index >
ASSETSET.SETEMPTY
Creates an empty or null assetset object.
Syntax
<ASSETSET.SETEMPTY NAME="assetsetname
"
[LOCALE
="localeobject
"] [DEPTYPE="exact|exists|none"] />Parameters
NAME (required)
- Input and output parameter. As input, name of the assetset object to create on output.
LOCALE (optional)
- Input parameter. Name of a locale object, which determines sort order.
DEPTYPE (optional)
- Specifies whether approval dependency is
exact
,exists
orgreater
.
Legal values are:
exact
--
Specifies a version dependency. The version of the dependent asset must be equal to the version of the asset when it was approved.exists
--
Specifies that any version of the asset satisfies the dependency condition.none
(default)--
Specifies no approval dependency.Example
<ASSET.SETEMPTY NAME="promotion"/>
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.