Category

Description

Represents a category in a Rational Asset Manager repository. The subcategories must be specified in the character section of the element.

Parameters

Attribute Description Required
schema The schema name Yes
name The category name Yes

Example

Modify the category for an asset

<modify server="ramServer">
   <asset guid="{0000-1111-2222-3333}" version="1.0">
      <category schema="Automobile" name="Model">Foreign/Honda/Civic</category>
   </asset>
</modify>