aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/case.study.pledge.samples
diff options
context:
space:
mode:
authorLibravatar Oszkar Semerath <semerath@mit.bme.hu>2020-05-11 04:19:04 +0200
committerLibravatar Oszkar Semerath <semerath@mit.bme.hu>2020-05-11 04:19:04 +0200
commit194220061c9e84fe8dd7328374b18b647bf4d886 (patch)
treefffd4b51fa535af7e2179715350313953bbb5718 /Tests/MODELS2020-CaseStudies/case.study.pledge.samples
parentInstead of Bigdecimals doubleValue are used in check (diff)
parentFix PLEDGE Case Study File (diff)
downloadVIATRA-Generator-194220061c9e84fe8dd7328374b18b647bf4d886.tar.gz
VIATRA-Generator-194220061c9e84fe8dd7328374b18b647bf4d886.tar.zst
VIATRA-Generator-194220061c9e84fe8dd7328374b18b647bf4d886.zip
Merge branch 'master' of https://github.com/viatra/VIATRA-Generator
Diffstat (limited to 'Tests/MODELS2020-CaseStudies/case.study.pledge.samples')
-rw-r--r--Tests/MODELS2020-CaseStudies/case.study.pledge.samples/Household.xmi28
1 files changed, 28 insertions, 0 deletions
diff --git a/Tests/MODELS2020-CaseStudies/case.study.pledge.samples/Household.xmi b/Tests/MODELS2020-CaseStudies/case.study.pledge.samples/Household.xmi
new file mode 100644
index 00000000..85694493
--- /dev/null
+++ b/Tests/MODELS2020-CaseStudies/case.study.pledge.samples/Household.xmi
@@ -0,0 +1,28 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<TaxCard:Household
3 xmi:version="2.0"
4 xmlns:xmi="http://www.omg.org/XMI"
5 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6 xmlns:TaxCard="http:///TaxCard.ecore"
7 id1="h">
8 <parents xsi:type="TaxCard:Marriage_Record"
9 start_year="10"
10 end_year="5"
11 separation_cause="SEPARATION_BY_COURT"
12 id9="lur">
13 <individual_A
14 xsi:type="TaxCard:Dependent"
15 SSNo="10"
16 disability_type="NONE"/>
17 <individual_B
18 xsi:type="TaxCard:Dependent"
19 SSNo="11"
20 disability_type="NONE"/>
21 <individual_B
22 SSNo="p"
23 disability_percentage="-0.1"
24 disability_type="NONE"/>
25 <properties
26 id10="tp"/>
27 </parents>
28</TaxCard:Household>