User:Jcreer/SMS:DMI File Definitions Elements: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
Line 136: | Line 136: | ||
|'''Example ''' | |'''Example ''' | ||
|width="530"|See executable example. | |width="530"|See executable example. | ||
|} | |||
=====Element ''<separator>''===== | |||
{|class="wikitable" | |||
|- | |||
|width="70"|'''Info''' | |||
|width="530"| Determines how to separate text that is being exported into a text file. | |||
|- | |||
|'''Versions''' | |||
| 1, 2 | |||
|- | |||
|'''Attributes''' | |||
|none | |||
|- | |||
|'''Children''' | |||
|width="530"| none | |||
|- | |||
|'''Used by''' | |||
| width="530"| export_each_row | |||
|- | |||
|'''Example ''' | |||
|width="530"|See <export_table> | |||
|} | |} |
Revision as of 22:21, 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 |
Element <file_def>
Info | file_def |
Versions | 2 |
Attributes | control_def |
Children | file_ref, file_type, export_location, card |
Used by | model |
Example |
Element <file_type>
Info | The file format. Keywords include SEQUENTIAL_ASCII, CARD_ASCII |
Versions | 2 |
Attributes | none |
Children | none |
Used by | file_def |
Example |
Element <input_file>
Info | Defines a file to be used for input for an executable. |
Versions | 2 |
Attributes | none |
Children | file_ref, export_location, execute, command_args, process_each_row, process_each_coverage, process_each_material |
Used by | executable |
Example | See executable example. |
Element <output_file>
Info | Defines a file to be created by the executable. |
Versions | 1, 2 |
Attributes | none |
Children | file_ref, export_location, execute, export_table, export_each_coverage, export_each_material |
Used by | executable |
Example | See executable example. |
Element <separator>
Info | Determines how to separate text that is being exported into a text file. |
Versions | 1, 2 |
Attributes | none |
Children | none |
Used by | export_each_row |
Example | See <export_table> |