RTASchema
The RTASchema represents a logical grouping of all model elements. It is the parent object for all the schema elements defined under it. The XML equivalent of the RTASchema is the schema XML file.
For example, the Service Performance Manager server loads the AMX_3_0_SPM_Schema.xml at startup. While loading, the Service Performance Manager server reads from the schema file. The table shows attributes and their equivalent API for a Schema:
Attributes | API Usage |
---|---|
name | String getName() |
display-name | String getDisplayName() |
description | String getDescription() |
The next sections show example fragments of the schema file for illustration.
Copyright © 2022. Cloud Software Group, Inc. All Rights Reserved.