[[TOC]] = MOLGENIS Database definition language ('*_db.xml' files) = == application defintion element == The element is the root of each MOLGENIS application definition file and can contain data definition and/or user interface definition elements. The model can be split, i.e. there can be multiple MOLGENIS XML files for one application (see section on molgenis.properties file). Example usage of the element: {{{ #!xml ... ... }}} === Required attributes of the element === * name="name": name of your MOLGENIS blueprint. This will be used by the generator to name the java packages that are generated.. === Optional attributes of the element === * label="your label": Label of your MOLGENIS system. This will be shown on the screen as well as heading in the generated documentation. * Version=”1.2.3”: Version of your MOLGENIS system. It is recommended to use this to manage the versions of your application. The element can contain other elements: * Exactly one or one
as main screen. * Zero or one elements describing the application * Many elements describing the data structure. * Many elements describing the data structure. These are containers to group .