Understanding Objects
You specify the objects on which the command-line interface operates in an XML data file. TIBCO ActiveMatrix Administrator provides XSD schemas for the data files that capture all of the ID attributes, description attributes, parent-child relationships, and associative relationships of objects.
Every object is described in an XML element. The attributes of that object (both ID and descriptive) are attributes of the XML element, and the relationships this object has with other objects are subelements of the XML element. In these schemas, every Administrator object can be specified in three types of formats: base, full, and reference.
Object Schemas
The object schemas are located in TIBCO_HOME/administrator/version/schemas and are named:
amxdata.xsd
Full format definitions.amxdata_base.xsd
Base format definitions.amxdata_reference.xsd
Reference format definitions.amxdata_detailed.xsd
Currently this schema is empty. It is reserved for use in the future.