CodeSchema
Jump to navigation
Jump to search
Context
Context | |
---|---|
edit | |
name | CodeSchema |
since | 2021/01/31 |
updated | |
copyright | Wolfgang Fahl |
master | http://master.bitplan.com |
topics
name | pluralName | isA | extends | icon | iconUrl | documentation | wikiDocumentation | defaultstoremode | listLimit | cargo | headerTabs | context | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Sourcecode | Sourcecode | Sourcecodes | File:SourceCodeLogo-64px.png | /images/cr/d/d1/SourceCodeLogo-64px.png | some sourcecode | some sourcecode | property | CodeSchema |
WikiTask
dialog smw | dialog sidif | no dialog smw | no dialog sidif |
---|---|---|---|
runtemplate -> TopicGenerator2015/CodeSchema | runtemplate -> TopicGenerator2015/CodeSchema | runtemplate -> TopicGenerator2015/CodeSchema | runtemplate -> TopicGenerator2015/CodeSchema |
Model
sidif
1#
2# Context:CodeSchema
3#
4CodeSchema isA Context
5"CodeSchema" is name of it
6"http://master.bitplan.com" is master of it
7"2021-01-31" is since of it
8#
9# Code
10#
11Sourcecode isA Topic
12"Sourcecode" is name of it
13"Sourcecodes" is pluralName of it
14"some sourcecode" is documentation of it
15"some sourcecode" is wikiDocumentation of it
16"File:SourceCodeLogo-64px.png" is icon of it
17"/images/cr/d/d1/SourceCodeLogo-64px.png" is iconUrl of it
18"property" is defaultstoremode of it
19"CodeSchema" is context of it
20Sourcecode_id addsTo it
21Sourcecode_lang addsTo it
22Sourcecode_author addsTo it
23Sourcecode_since addsTo it
24Sourcecode_url addsTo it
25Sourcecode_text addsTo it
26# properties of Sourcecode
27# property id
28Sourcecode_id isA Property
29"id" is name of it
30"id" is label of it
31"text" is type of it
321 is index of it
331 is sortPos of it
34true is primaryKey of it
35false is mandatory of it
3650 is size of it
37false is uploadable of it
38"The id of the sourcecode" is documentation of it
39false is isLink of it
40"Code" is topic of it
41# property lang
42Sourcecode_lang isA Property
43"lang" is name of it
44"lang" is label of it
45"text" is type of it
462 is index of it
472 is sortPos of it
48false is primaryKey of it
49false is mandatory of it
5050 is size of it
51false is uploadable of it
52"The language of the sourcecode" is documentation of it
53"dropdown" is inputType of it
54"property=Sourcecode_lang" is values_from of it
55false is isLink of it
56"Code" is topic of it
57# property author
58Sourcecode_author isA Property
59"author" is name of it
60"author" is label of it
61"text" is type of it
623 is index of it
633 is sortPos of it
64false is primaryKey of it
65false is mandatory of it
6650 is size of it
67false is uploadable of it
68"The author of the sourcecode" is documentation of it
69"combobox" is inputType of it
70"property=Sourcecode_author" is values_from of it
71false is isLink of it
72"Code" is topic of it
73# property since
74Sourcecode_since isA Property
75"since" is name of it
76"since" is label of it
77"Date" is type of it
784 is index of it
79false is primaryKey of it
80false is mandatory of it
81false is uploadable of it
82"When was the source code first written" is documentation of it
83"datepicker" is inputType of it
84"Code" is topic of it
85# property url
86Sourcode_url isA Property
87"url" is name of it
88"url" is label of it
89"url" is type of it
904 is index of it
91false is primaryKey of it
92false is mandatory of it
93100 is size of it
94false is uploadable of it
95"url for the version control of this source code" is documentation of it
96false is isLink of it
97"Code" is topic of it
98# property id
99Sourcecode_text isA Property
100"text" is name of it
101"text" is label of it
102"code" is type of it
1035 is index of it
104false is primaryKey of it
105false is mandatory of it
1062000 is size of it
107false is uploadable of it
108"The text of the sourcecode" is documentation of it
109"textarea" is inputType of it
110false is isLink of it
111"Code" is topic of it