The Talon Manual

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Adding tip for developers to include schema in eclipse xml catalog

...

The X Platform generates source code for entities and messages for use with the runtime from an xml model specified by the x-adml.xsd schema included at the root of the nvx-adm-<version>.jar and also bundled into the nvx-all.jar. Be sure to update your editor's schema validator to reference it.

Tip

If you are working in an IDE such as eclipse, try importing the ADM xsd schema into your eclipse XML catalog so that you you can get usage tips on ADM model by pressing control-space.

The x-adml.xsd is published online with each release and also included at the root of talon jars containing ADM

 

Model Element

The root element of a message model is the model element, which is used to define a namespace qualified set of modeling elements. To conform with x-adml.xsd schema and pass validation, a model must define target XML namespace xmlns="http://www.neeveresearch.com/schema/x-adml". This is not to be confused with namespace attribute described below.

...