ILMSinfo / RBIS: XML
From ILMS-Wiki
(Difference between revisions)
(→attribute) |
|||
Line 15: | Line 15: | ||
==attribute== | ==attribute== | ||
− | *'''''cond''''': name of condition (if the name is not set in the config.php, the | + | *'''''cond''''': name of condition (if the name is not set in the config.php, the attribute will be ignored. The cond-attribute must be also set in the table and join element.) |
<nowiki><attribute cond="workgroup" name="featpar" title="geo.... /></nowiki> | <nowiki><attribute cond="workgroup" name="featpar" title="geo.... /></nowiki> | ||
===example: Primaray key=== | ===example: Primaray key=== | ||
===example: Selection list=== | ===example: Selection list=== | ||
===example: Date=== | ===example: Date=== | ||
+ | |||
==join== | ==join== | ||
*'''''cond''''': name of condition (if the name is not set in the config.php, the table will be ignored. The cond-attribute must be also set in the table and attribute element.) | *'''''cond''''': name of condition (if the name is not set in the config.php, the table will be ignored. The cond-attribute must be also set in the table and attribute element.) | ||
<nowiki><join cond="workgroup" from_table="geodata" ... /></nowiki> | <nowiki><join cond="workgroup" from_table="geodata" ... /></nowiki> |
Revision as of 14:47, 20 January 2012
Contents |
General structure
Detailed description
view
rights
id
group
map
edit
document
table
- name: Table name in the database
<table name="metadata">
- cond: name of condition (if the name is not set in the config.php, the table will be ignored. The cond-attribute must be also set in the attribute and join element.)
<table name="fp_featpar_all2" cond="workgroup">
attribute
- cond: name of condition (if the name is not set in the config.php, the attribute will be ignored. The cond-attribute must be also set in the table and join element.)
<attribute cond="workgroup" name="featpar" title="geo.... />
example: Primaray key
example: Selection list
example: Date
join
- cond: name of condition (if the name is not set in the config.php, the table will be ignored. The cond-attribute must be also set in the table and attribute element.)
<join cond="workgroup" from_table="geodata" ... />