User: alex clicked save for shared/currency/currency-format.dmn
This commit is contained in:
parent
3d2eaf4e0b
commit
8835c532db
|
@ -0,0 +1,135 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<definitions xmlns="https://www.omg.org/spec/DMN/20191111/MODEL/" xmlns:dmndi="https://www.omg.org/spec/DMN/20191111/DMNDI/" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" xmlns:biodi="http://bpmn.io/schema/dmn/biodi/2.0" id="Definitions_76910d7" name="DRD" namespace="http://camunda.org/schema/1.0/dmn">
|
||||||
|
<decision id="decision_1" name="Currency Format">
|
||||||
|
<decisionTable id="decisionTable_1">
|
||||||
|
<input id="input_1" label="Currency Code">
|
||||||
|
<inputExpression id="inputExpression_1" typeRef="string">
|
||||||
|
<text>curCode</text>
|
||||||
|
</inputExpression>
|
||||||
|
</input>
|
||||||
|
<input id="InputClause_1ffzf04" label="Locale Code">
|
||||||
|
<inputExpression id="LiteralExpression_00ohrtk" typeRef="string">
|
||||||
|
<text>locCode</text>
|
||||||
|
</inputExpression>
|
||||||
|
</input>
|
||||||
|
<output id="output_1" label="Name" name="curName" typeRef="string" biodi:width="150" />
|
||||||
|
<output id="OutputClause_1ddtqpd" label="Symbol" typeRef="string" biodi:width="150" />
|
||||||
|
<output id="OutputClause_1ibv7n7" label="Symbol Location" name="curSymbolLocation" typeRef="string" biodi:width="150" />
|
||||||
|
<output id="OutputClause_0lzk3cc" label="Symbol Spaces" name="curSymbolSpaces" typeRef="number" biodi:width="150" />
|
||||||
|
<output id="OutputClause_097xwpe" label="Thousands Separator" name="curThousandsSeparator" typeRef="string" biodi:width="178" />
|
||||||
|
<output id="OutputClause_0kf6qh1" label="Fractional Separator" name="curFractionalSeparator" typeRef="string" biodi:width="169" />
|
||||||
|
<rule id="DecisionRule_1pscvvy">
|
||||||
|
<description>AUD - Australian Dollar</description>
|
||||||
|
<inputEntry id="UnaryTests_0xkxdqu">
|
||||||
|
<text>"AUD"</text>
|
||||||
|
</inputEntry>
|
||||||
|
<inputEntry id="UnaryTests_0kdaxq1">
|
||||||
|
<text></text>
|
||||||
|
</inputEntry>
|
||||||
|
<outputEntry id="LiteralExpression_0i8x6x1">
|
||||||
|
<text>"Australian Dollar"</text>
|
||||||
|
</outputEntry>
|
||||||
|
<outputEntry id="LiteralExpression_1ad2m7s">
|
||||||
|
<text>"$"</text>
|
||||||
|
</outputEntry>
|
||||||
|
<outputEntry id="LiteralExpression_0u052l6">
|
||||||
|
<text>"Left"</text>
|
||||||
|
</outputEntry>
|
||||||
|
<outputEntry id="LiteralExpression_1z0bn98">
|
||||||
|
<text>1</text>
|
||||||
|
</outputEntry>
|
||||||
|
<outputEntry id="LiteralExpression_0cempca">
|
||||||
|
<text>","</text>
|
||||||
|
</outputEntry>
|
||||||
|
<outputEntry id="LiteralExpression_0ggfeof">
|
||||||
|
<text>"."</text>
|
||||||
|
</outputEntry>
|
||||||
|
</rule>
|
||||||
|
<rule id="DecisionRule_0p5q6gv">
|
||||||
|
<inputEntry id="UnaryTests_0zn9py6">
|
||||||
|
<text>"CAD"</text>
|
||||||
|
</inputEntry>
|
||||||
|
<inputEntry id="UnaryTests_0gg483t">
|
||||||
|
<text></text>
|
||||||
|
</inputEntry>
|
||||||
|
<outputEntry id="LiteralExpression_0wl695f">
|
||||||
|
<text>"Canadian Dollar"</text>
|
||||||
|
</outputEntry>
|
||||||
|
<outputEntry id="LiteralExpression_1b8dfu6">
|
||||||
|
<text>"$"</text>
|
||||||
|
</outputEntry>
|
||||||
|
<outputEntry id="LiteralExpression_07j22um">
|
||||||
|
<text>"Left"</text>
|
||||||
|
</outputEntry>
|
||||||
|
<outputEntry id="LiteralExpression_1i103ho">
|
||||||
|
<text>1</text>
|
||||||
|
</outputEntry>
|
||||||
|
<outputEntry id="LiteralExpression_19ylxbl">
|
||||||
|
<text>","</text>
|
||||||
|
</outputEntry>
|
||||||
|
<outputEntry id="LiteralExpression_0icp0or">
|
||||||
|
<text>"."</text>
|
||||||
|
</outputEntry>
|
||||||
|
</rule>
|
||||||
|
<rule id="DecisionRule_1ccdwqs">
|
||||||
|
<inputEntry id="UnaryTests_1gmv76a">
|
||||||
|
<text></text>
|
||||||
|
</inputEntry>
|
||||||
|
<inputEntry id="UnaryTests_088k59t">
|
||||||
|
<text></text>
|
||||||
|
</inputEntry>
|
||||||
|
<outputEntry id="LiteralExpression_1v9gbvs">
|
||||||
|
<text></text>
|
||||||
|
</outputEntry>
|
||||||
|
<outputEntry id="LiteralExpression_09z9wv7">
|
||||||
|
<text></text>
|
||||||
|
</outputEntry>
|
||||||
|
<outputEntry id="LiteralExpression_1o17j3b">
|
||||||
|
<text></text>
|
||||||
|
</outputEntry>
|
||||||
|
<outputEntry id="LiteralExpression_0u8taon">
|
||||||
|
<text></text>
|
||||||
|
</outputEntry>
|
||||||
|
<outputEntry id="LiteralExpression_0ajq3h6">
|
||||||
|
<text></text>
|
||||||
|
</outputEntry>
|
||||||
|
<outputEntry id="LiteralExpression_0h7dhkk">
|
||||||
|
<text></text>
|
||||||
|
</outputEntry>
|
||||||
|
</rule>
|
||||||
|
<rule id="DecisionRule_0p4qlnj">
|
||||||
|
<inputEntry id="UnaryTests_0n8x1nh">
|
||||||
|
<text></text>
|
||||||
|
</inputEntry>
|
||||||
|
<inputEntry id="UnaryTests_0z1u2mn">
|
||||||
|
<text></text>
|
||||||
|
</inputEntry>
|
||||||
|
<outputEntry id="LiteralExpression_031bv79">
|
||||||
|
<text></text>
|
||||||
|
</outputEntry>
|
||||||
|
<outputEntry id="LiteralExpression_0xymb8g">
|
||||||
|
<text></text>
|
||||||
|
</outputEntry>
|
||||||
|
<outputEntry id="LiteralExpression_0m53m7f">
|
||||||
|
<text></text>
|
||||||
|
</outputEntry>
|
||||||
|
<outputEntry id="LiteralExpression_1xz9zyn">
|
||||||
|
<text></text>
|
||||||
|
</outputEntry>
|
||||||
|
<outputEntry id="LiteralExpression_0ei12an">
|
||||||
|
<text></text>
|
||||||
|
</outputEntry>
|
||||||
|
<outputEntry id="LiteralExpression_0lhubom">
|
||||||
|
<text></text>
|
||||||
|
</outputEntry>
|
||||||
|
</rule>
|
||||||
|
</decisionTable>
|
||||||
|
</decision>
|
||||||
|
<dmndi:DMNDI>
|
||||||
|
<dmndi:DMNDiagram id="DMNDiagram_1cykosu">
|
||||||
|
<dmndi:DMNShape id="DMNShape_1dhfq2s" dmnElementRef="decision_1">
|
||||||
|
<dc:Bounds height="80" width="180" x="157" y="151" />
|
||||||
|
</dmndi:DMNShape>
|
||||||
|
</dmndi:DMNDiagram>
|
||||||
|
</dmndi:DMNDI>
|
||||||
|
</definitions>
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"description": "Currency",
|
||||||
|
"display_name": "Currency",
|
||||||
|
"display_order": 5,
|
||||||
|
"exception_notification_addresses": [],
|
||||||
|
"fault_or_suspend_on_exception": "fault",
|
||||||
|
"files": [],
|
||||||
|
"id": "currency",
|
||||||
|
"is_review": false,
|
||||||
|
"primary_file_name": null,
|
||||||
|
"primary_process_id": null,
|
||||||
|
"process_group_id": "shared"
|
||||||
|
}
|
Loading…
Reference in New Issue