Translations - OPALE - 10.0 - Utilisation - Partie Dynamique (Map)/32/en
Différence entre versions
De MappingDoc
(Page créée avec « * The root tag of XML data needs to be called "doc". * All tags mentioned hereafter need to have at least one attribute named "name". Information will be identified, ret... ») |
|||
| Ligne 3 : | Ligne 3 : | ||
* The tags and attributes names are case-sensitive and need to be written in lowercase letters. | * The tags and attributes names are case-sensitive and need to be written in lowercase letters. | ||
* For the application to access it, data must be placed in pages in between the <page name="…"> and </page> tags. One document can contain several pages. | * For the application to access it, data must be placed in pages in between the <page name="…"> and </page> tags. One document can contain several pages. | ||
| − | * Inside a page, data is organised per | + | * Inside a page, data is organised per unit-based fields (<field name="…"> tag), or per information groups (<group name="…"> tag) |
* Information groups are composed of lines (<line name="…"> tag) | * Information groups are composed of lines (<line name="…"> tag) | ||
| − | * The lines contain | + | * The lines contain unit-based informations (<field name="…"> tag) |
Version actuelle datée du 25 juillet 2019 à 09:07
- The root tag of XML data needs to be called "doc".
- All tags mentioned hereafter need to have at least one attribute named "name". Information will be identified, retrieved and formatted by the application via the use of this attribute.
- The tags and attributes names are case-sensitive and need to be written in lowercase letters.
- For the application to access it, data must be placed in pages in between the <page name="…"> and </page> tags. One document can contain several pages.
- Inside a page, data is organised per unit-based fields (<field name="…"> tag), or per information groups (<group name="…"> tag)
- Information groups are composed of lines (<line name="…"> tag)
- The lines contain unit-based informations (<field name="…"> tag)