Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Appendix C Schema Files used when Exporting and Importing : Schema Files Included With TIBCO Runtime Agent

Schema Files Included With TIBCO Runtime Agent
TIBCO Runtime Agent includes a number of schema files which you can use to validate AEXML files you import. The following files are included in the release:
Repository.xsd— Basic repository object definitions.
AESchema.xsd—AE class and sequence descriptions.
AEService.xsd—Endpoint and session definitions
AESDK.xsd—Other TIBCO Adapter SDK object definitions (tracing, monitoring, and so forth.)
To use the files, unjar the file TRA_HOME\lib\TIBCOrt.jar. You will see a number of XSDs. All XSDs belonging to the package com\tibco\infra\repository\importexport can be used for import/export validation.
The four files are dependent on each other as follows:
Repository.xsd is required by the three other .xsd files.
AESDK.xsd requires all of the other three .xsd files.
In the schema\apps directory, ADB, peoplesoft, and MessageBroker schema files are included.
The RepoImport and RepoExport tools always check the Schemas.xml file for the location of schemas when AEXML format is used.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved