====== XML Structure ====== {{indexmenu_n>1}} /* {{indexmenu>wiki:2.-desarrollo-app:2.3.-codigo:a.-estructura-xml#2}} */ ^Functionalities ^Description ^ |[[wiki:2.-desarrollo-app:2.3.-codigo:a.-estructura-xml:1.-nodo-app:start|App Node]]| App Node| |[[wiki:2.-desarrollo-app:2.3.-codigo:a.-estructura-xml:2.-nodo-coll:start|Coll Node]]| Coll Node| |[[wiki:2.-desarrollo-app:2.3.-codigo:a.-estructura-xml:3.-nodo-group:start|Group Node]]| Group Node| |[[wiki:2.-desarrollo-app:2.3.-codigo:a.-estructura-xml:4.-nodo-frame:start|Frame Node]]| Frame Node| |[[wiki:2.-desarrollo-app:2.3.-codigo:a.-estructura-xml:5.-nodo-prop:start|Prop Node]]| Prop Node| ===== Introduction ====== \\ The **mappings.xml** file is where we are going to define the bulk of our project with XOne Platform. In this file will be defined all the entities and business rules our app will need. \\ From this, a reference will be made to other external files, such as CSS and VBS. There is a [[wiki:2.-desarrollo-app:2.3.-codigo:a.-estructura-xml:start|]] node, and an single node which in turn contains several [[wiki:2.-desarrollo-app:2.3.-codigo:a.-estructura-xml:2.-nodo-coll:start|]] nodes, which will be the ones that really define the business rules of our app. \\ ===== Mappings.xml Structure====== \\