Difference between revisions of "Button: Save to XML"
(jrfconvert import) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | | |
− | | ||
− | ====Button: Save to XML==== | + | ==== Button: Save to XML ==== |
− | If you would like to have your rules in an XML format you can use the 'Save to XML' button, which will generate a small page for you with the rules of the group. Below is an example of how the rules look after export: | + | If you would like to have your rules in an XML format you can use the 'Save to XML' button, which will generate a small page for you with the rules of the group. Below is an example of how the rules look after export: |
{| class="tableintopic" style="border-collapse: collapse; border: 1px solid #010101" width="1189" border="1" cellpadding="2" | {| class="tableintopic" style="border-collapse: collapse; border: 1px solid #010101" width="1189" border="1" cellpadding="2" | ||
|- align="left" valign="top" | |- align="left" valign="top" | ||
− | | style="border: 1px solid #010101" width="1189" | | + | | style="border: 1px solid #010101" width="1189" | |
− | Example of XML Exported | + | Example of XML Exported |
+ | |||
|- align="left" valign="top" | |- align="left" valign="top" | ||
− | | style="border: 1px solid #010101" width="1189" | | + | | style="border: 1px solid #010101" width="1189" | |
− | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | + | <?xml version="1.0" encoding="utf-8" standalone="yes"?> |
+ | |||
+ | <scxml group-id="1012"> | ||
+ | |||
+ | <selection-criteria id="1480" parent-selection-criteria-id="" sequence-index="1" target="-1" include-deleted="False" include-disabled="False"> | ||
− | < | + | <qualification-variable qualification-id="1" start-level="0" end-level="2" /> |
− | <selection-criteria | + | </selection-criteria> |
− | < | + | <selection-criteria id="1482" parent-selection-criteria-id="1480" sequence-index="2" target="25" include-deleted="False" include-disabled="False"> |
− | </ | + | <sample-rule-variable questionnaire-id="493" include-none-sample="False"><sample id="595" /></sample-rule-variable> |
− | <selection-criteria | + | </selection-criteria> |
− | < | + | <selection-criteria id="1481" parent-selection-criteria-id="1480" sequence-index="3" target="25" include-deleted="False" include-disabled="False"> |
− | </ | + | <qualification-variable qualification-id="1" start-level="3" end-level="5" /> |
− | <selection-criteria | + | </selection-criteria> |
− | < | + | </scxml> |
− | + | ''<nowiki>* Target="-1" means that 'all' to be chosen for a rule's target; project-questionnaire is the same as a questionnaire; sub-question-index="-1" means that question is NOT a grid</nowiki>'' | |
− | + | _ <!-- imported from file: 7948.htm--> | |
− | + | |} | |
− | + | [[Category:The_rules_tab_(Groupbuilder)]] | |
− | |||
− |
Latest revision as of 10:50, 30 December 2011
Button: Save to XML
If you would like to have your rules in an XML format you can use the 'Save to XML' button, which will generate a small page for you with the rules of the group. Below is an example of how the rules look after export:
Example of XML Exported |
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <scxml group-id="1012"> <selection-criteria id="1480" parent-selection-criteria-id="" sequence-index="1" target="-1" include-deleted="False" include-disabled="False"> <qualification-variable qualification-id="1" start-level="0" end-level="2" /> </selection-criteria> <selection-criteria id="1482" parent-selection-criteria-id="1480" sequence-index="2" target="25" include-deleted="False" include-disabled="False"> <sample-rule-variable questionnaire-id="493" include-none-sample="False"><sample id="595" /></sample-rule-variable> </selection-criteria> <selection-criteria id="1481" parent-selection-criteria-id="1480" sequence-index="3" target="25" include-deleted="False" include-disabled="False"> <qualification-variable qualification-id="1" start-level="3" end-level="5" /> </selection-criteria> </scxml> * Target="-1" means that 'all' to be chosen for a rule's target; project-questionnaire is the same as a questionnaire; sub-question-index="-1" means that question is NOT a grid _ |