Where are OpenERP XML Schemas published?
OpenERP uses XML for configuration files and data among others. They are the serialization format for some system objects such as views, actions, etc.
So, does anyone know where the corresponding XML Schemas or DTDs for each version are posted? This will help me find out which nodes and attributes are valid for each version of the code. Also, it might allow me to have validation and autocompletion in some editors.
If you're looking for a server project for *.rng
, you'll find them in two places. In version 5.0 , the folder bin/addons/base/rng
had a folder of files to describe definition definitions, but they were all merged into for 6.0. Elsewhere is a file that describes the module data files. view.rng
import_xml.rng