add-item child tag

Child tag

How many?

set-property

zero or more

add-item attributes

Attribute

Description

Value

item-descriptor

The name of the item descriptor to use when adding items to the repository

Required

id

Specify the RepositoryId to use for the added item. You must ensure that this ID is not the same as the ID of an existing item.

Optional

repository

The Nucleus address of the repository to which the item should be added. You do not need to specify this if you are adding to the base repository specified in the startSQLRepository command.

Optional

on-commit

If true, indicates that the item should not be added until the transaction is committed.

Boolean

skip-add

If true, indicates that the item should not be added, even when the transaction is committed. Use this to create transient items.

Boolean

tag

Use this to add a new item with a guaranteed unique RepositoryId . You can refer to this item with this tag attribute in print-item and update-item tags within the same XML file. This is useful for writing test scripts that are run over and over again on the same database, each time operating on different items.

String

 
loading table of contents...