Exporting (Generating) Concept and Event Schema (XSD) Files

Using the Generate Schema utility, you can export concepts and events to XML Schema Definition (XSD) files, one per entity, in a specified location. You can generate schema for all concepts, all events, or both. You cannot generate schema for one selected entity type. The files use the same folder structure as the project from which they are exported. In addition, _BaseConcept.xsd and _BaseEvent.xsd are generated in the root of the selected directory.

XML schemas are used for interoperability between TIBCO BusinessEvents and third-party tools or SOA platforms that use well-defined XML for message communication, transformation, and validation.

In the XSD files, concepts are represented as follows:

  • Each concept is exported to its own complex type using its own namespace.
  • Referenced concepts have a corresponding ref attribute in the parent's complex type.
  • Contained concepts have a corresponding type attribute in the parent's complex type.