Home > Contents > Index >
ASSETSET.SETASSET
Builds an asset set from a single asset.
Syntax
<ASSETSET.SETASSET NAME="assetsetname
"
TYPE="assettype
"
ID="assetid
" [DEPTYPE="exact|exists|none"] />Parameters
NAME (required)
- Input and output parameter. As input, name of the assetset object that holds the specified values on output.
TYPE (required)
- Input parameter. Internal asset name.
ID (required)
- Input parameter. Asset identifier.
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
<!-- Get attributes for the specified product. --> <ASSETSET.SETASSET TYPE="Products" NAME="myasset" ID="Variables.additem"/>
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.