User:Jcreer/SMS:DMI File Definitions Elements: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
(Created page with "=====Element ''<card>''===== {|class="wikitable" |- |width="70"|'''Info''' |width="530"|Determines the card name and format when the item is exported. For more examples see [...") |
|||
Line 26: | Line 26: | ||
</card> | </card> | ||
|} | |||
=====Element ''<card_name>''===== | |||
{|class="wikitable" | |||
|- | |||
|width="70"|'''Info''' | |||
|width="530"|The name of the card which is used in the card file. | |||
|- | |||
|'''Versions''' | |||
|1, 2 | |||
|- | |||
|'''Attributes''' | |||
|none | |||
|- | |||
|'''Children''' | |||
|none | |||
|- | |||
|'''Used by''' | |||
|[[SMS:Dynamic Model Interface Schema#Element <card>|card]] | |||
|- | |||
|'''Example''' | |||
| | |||
|} | |} |
Revision as of 22:16, 4 March 2015
Element <card>
Info | Determines the card name and format when the item is exported. For more examples see <export_format>. |
Versions | 1, 2 |
Attributes | none |
Children | card_name, export_format, export_location, dependency, anything beginning with “process_each_”, export_group, export_optional |
Used by | file_def |
Example |
<item> <text>Formulation</text> <card> <card_name>FORMULATION</card_name> <export_format>card "formulationUnits"</export_format> </card> |
Element <card_name>
Info | The name of the card which is used in the card file. |
Versions | 1, 2 |
Attributes | none |
Children | none |
Used by | card |
Example |