...
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. |
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.
...