-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
361 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
SCNT | ||
//// | ||
MTID INTERLIS1 | ||
MODL Simple | ||
TOPI TestA | ||
TABL ClassA1 | ||
OBJE 1 0 | ||
ETAB | ||
ETOP | ||
EMOD | ||
ENDE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<TRANSFER xmlns="http://www.interlis.ch/INTERLIS2.2"> | ||
<HEADERSECTION SENDER="ili2c-4.5.22-20160520" VERSION="2.3"> | ||
<MODELS> | ||
<MODEL NAME="Simple" VERSION="2011-12-22" URI="http://interlis.ch"></MODEL> | ||
</MODELS> | ||
</HEADERSECTION> | ||
<DATASECTION> | ||
<Simple.TestA BID="xb1"> | ||
<Simple.TestA.ClassA1 TID="xo1"> | ||
<attr22>a22</attr22> | ||
</Simple.TestA.ClassA1> | ||
</Simple.TestA> | ||
</DATASECTION> | ||
</TRANSFER> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<TRANSFER xmlns="http://www.interlis.ch/INTERLIS2.3"> | ||
<HEADERSECTION SENDER="ili2c-4.5.22-20160520" VERSION="2.3"> | ||
<MODELS> | ||
<MODEL NAME="Simple" VERSION="2011-12-22" URI="http://interlis.ch"></MODEL> | ||
</MODELS> | ||
</HEADERSECTION> | ||
<DATASECTION> | ||
<Simple.TestA BID="b1"> | ||
<Simple.TestA.ClassA1 TID="o1"> | ||
<attr23>a23</attr23> | ||
</Simple.TestA.ClassA1> | ||
</Simple.TestA> | ||
</DATASECTION> | ||
</TRANSFER> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ili:transfer xmlns="http://www.interlis.ch/xtf/2.4/Simple" xmlns:ili="http://www.interlis.ch/xtf/2.4/INTERLIS"> | ||
<ili:headersection SENDER="ili2c-4.5.22-20160520" VERSION="2.3"> | ||
<ili:models> | ||
<ili:model>Simple</ili:model> | ||
</ili:models> | ||
</ili:headersection> | ||
<ili:datasection> | ||
<TestA ili:bid="b1"> | ||
<ClassA1 ili:tid="o1"> | ||
<attr24>a24</attr24> | ||
</ClassA1> | ||
</TestA> | ||
</ili:datasection> | ||
</ili:transfer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
INTERLIS 2.2; | ||
|
||
MODEL Basis = | ||
DOMAIN | ||
Domain22 = (a22); | ||
|
||
END Basis. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
INTERLIS 2.3; | ||
|
||
MODEL Basis | ||
AT "mailto:[email protected]" VERSION "2020-03-23" = | ||
DOMAIN | ||
Domain23 = (a23); | ||
|
||
END Basis. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
INTERLIS 2.4; | ||
|
||
MODEL Basis | ||
AT "mailto:[email protected]" VERSION "2020-03-24" = | ||
DOMAIN | ||
Domain24 = (a24); | ||
|
||
END Basis. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
TRANSFER INTERLIS1; | ||
|
||
MODEL Simple | ||
|
||
DOMAIN | ||
Domain10 = (a10); | ||
|
||
TOPIC TestA = | ||
|
||
TABLE ClassA1 = | ||
attr10 : Domain10; | ||
NO IDENT | ||
END ClassA1; | ||
|
||
END TestA. | ||
|
||
|
||
END Simple. | ||
|
||
FORMAT FREE; | ||
|
||
CODE | ||
BLANK = DEFAULT, UNDEFINED = DEFAULT, CONTINUE = DEFAULT; | ||
TID = ANY; | ||
END. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
INTERLIS 2.2; | ||
|
||
MODEL Simple = | ||
IMPORTS Basis; | ||
|
||
TOPIC TestA = | ||
|
||
CLASS ClassA1 = | ||
attr22 : Basis.Domain22; | ||
END ClassA1; | ||
|
||
END TestA; | ||
|
||
|
||
END Simple. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
INTERLIS 2.3; | ||
|
||
MODEL Simple | ||
AT "mailto:[email protected]" VERSION "2020-03-23" = | ||
IMPORTS Basis; | ||
|
||
TOPIC TestA = | ||
|
||
CLASS ClassA1 = | ||
attr23 : Basis.Domain23; | ||
END ClassA1; | ||
|
||
END TestA; | ||
|
||
|
||
END Simple. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
INTERLIS 2.4; | ||
|
||
MODEL Simple | ||
AT "mailto:[email protected]" VERSION "2020-03-24" = | ||
IMPORTS Basis; | ||
|
||
TOPIC TestA = | ||
|
||
CLASS ClassA1 = | ||
attr24 : Basis.Domain24; | ||
END ClassA1; | ||
|
||
END TestA; | ||
|
||
|
||
END Simple. |
Oops, something went wrong.