X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.document.base.ontology%2Fgraph%2FProperties.pgraph;h=4fb8b227860e33753fc2c3defaf5bb59ead5518b;hb=refs%2Fchanges%2F66%2F666%2F3;hp=4cc93278ac5628c14dbcef86a1649f8c56ff7e77;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.document.base.ontology/graph/Properties.pgraph b/bundles/org.simantics.document.base.ontology/graph/Properties.pgraph index 4cc93278a..4fb8b2278 100644 --- a/bundles/org.simantics.document.base.ontology/graph/Properties.pgraph +++ b/bundles/org.simantics.document.base.ontology/graph/Properties.pgraph @@ -5,7 +5,9 @@ SEL = PROPERTIES = DOC.Properties : L0.Library @L0.new - + +DOC.Document.definesAttributeRelation --> DOC.Document.AttributeRelation "String" @PROPERTIES.defAttribute L0.Value L0.HasLabel "Input URI" @@ -48,46 +50,54 @@ PROPERTIES.experiment "Variable" - -PROPERTIES.exists "String" + +PROPERTIES.exists @defAttribute L0.Boolean L0.RequiresValueType "Boolean" -PROPERTIES.pathExists "EventHandler" L0.HasLabel "SCL Function" -PROPERTIES.target : PROPERTIES.ParameterType : L0.FunctionalRelation +PROPERTIES.target : PROPERTIES.ParameterType @PROPERTIES.defAttribute L0.String L0.RequiresValueType "String" L0.HasLabel "Target" -PROPERTIES.targets : PROPERTIES.ParameterType : L0.FunctionalRelation +PROPERTIES.hyperlinkTarget : PROPERTIES.ParameterType + @PROPERTIES.defAttribute L0.String + L0.RequiresValueType "String" + L0.HasLabel "Target type (optional)" + +PROPERTIES.targets : PROPERTIES.ParameterType @PROPERTIES.defAttribute L0.StringArray L0.RequiresValueType "Array String" L0.HasLabel "Targets" -PROPERTIES.source : PROPERTIES.ParameterType : L0.FunctionalRelation +PROPERTIES.source : PROPERTIES.ParameterType @PROPERTIES.defAttribute L0.String L0.RequiresValueType "String" L0.HasLabel "Source" -PROPERTIES.sources : PROPERTIES.ParameterType : L0.FunctionalRelation +PROPERTIES.sources : PROPERTIES.ParameterType @PROPERTIES.defAttribute L0.StringArray L0.RequiresValueType "Array String" L0.HasLabel "Sources"