Creates objects, such as communities and asset types, in a Rational Asset Manager repository
| Attribute | Description | Required |
| failOnError | If false, the build continues execution when an error occurs. Otherwise, the build fails. | No. Default is true. |
| server | The ID of the server that connects to Rational Asset Manager | Yes |
You can specify individual asset types to be created.
You can specify individual attributes to be created.
You can specify individual communities to be created.
You can specify individual relationship types to be created.
Create a community
<create server="ramServer">
<community>
<name>My Community</name>
</community>
</create>