Difference between revisions of "Concept:SMW Type"
Jump to navigation
Jump to search
(transfered by WikiBackup wikiTask at 2017-10-03T16:43:58Z) |
m (created by WikiTask 2019-10-11T04:56:12Z) |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
|icon=File:Component.png | |icon=File:Component.png | ||
|iconUrl=/images/4/40/Component.png | |iconUrl=/images/4/40/Component.png | ||
− | |documentation=an SMW_Type is a data type which determines the possible values for that type e.g. a Boolean can hold true/ | + | |documentation=an SMW_Type is a data type which determines the possible values for that type e.g. a Boolean can hold true/false values while a Number can hold 3.1459 or 20. A Page can hold the name of a Wiki page see https://semantic-mediawiki.org/wiki/Help:List_of_datatypes |
|wikiDocumentation=see | |wikiDocumentation=see | ||
* https://semantic-mediawiki.org/wiki/Special:Types | * https://semantic-mediawiki.org/wiki/Special:Types | ||
Line 28: | Line 28: | ||
title SMW_Type | title SMW_Type | ||
note as SMW_TypeDiagramNote | note as SMW_TypeDiagramNote | ||
− | Copyright (c) 2015- | + | Copyright (c) 2015-2017 BITPlan GmbH |
[[http://www.bitplan.com]] | [[http://www.bitplan.com]] | ||
end note | end note | ||
note as SMW_TypeNote | note as SMW_TypeNote | ||
− | an SMW_Type is a data type which determines the possible values for that type e.g. a Boolean can hold true/ | + | an SMW_Type is a data type which determines the possible values for that type e.g. a Boolean can hold true/false values while a Number can hold 3.1459 or 20. A Page can hold the name of a Wiki page see https://semantic-mediawiki.org/wiki/Help:List_of_datatypes |
end note | end note | ||
class SMW_Type { | class SMW_Type { | ||
Text type | Text type | ||
Text documentation | Text documentation | ||
+ | Text id | ||
URL helppage | URL helppage | ||
Page typepage | Page typepage | ||
Line 43: | Line 44: | ||
} | } | ||
SMW_TypeNote .. SMW_Type | SMW_TypeNote .. SMW_Type | ||
− | |||
− | |||
' BITPlan Corporate identity skin params | ' BITPlan Corporate identity skin params | ||
− | ' Copyright (c) 2015- | + | ' Copyright (c) 2015-2017 BITPlan GmbH |
' see http://wiki.bitplan.com/PlantUmlSkinParams#BITPlanCI | ' see http://wiki.bitplan.com/PlantUmlSkinParams#BITPlanCI | ||
' skinparams generated by com.bitplan.restmodelmanager | ' skinparams generated by com.bitplan.restmodelmanager |
Latest revision as of 05:56, 11 October 2019
Topic | |
---|---|
edit | |
name | SMW_Type |
pluralName | SMW_Types |
icon | |
icon Url | /images/4/40/Component.png |
documentation | an SMW_Type is a data type which determines the possible values for that type e.g. a Boolean can hold true/false values while a Number can hold 3.1459 or 20. A Page can hold the name of a Wiki page see https://semantic-mediawiki.org/wiki/Help:List_of_datatypes |
wikiDocumentation | see |
default storemode | subobject |
list Limit | |
use cargo | |
headerTabs | |
context | MetaModel |
Documentation
see
- https://semantic-mediawiki.org/wiki/Special:Types
- https://semantic-mediawiki.org/wiki/Help:List_of_datatypes
uml