X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.document.base.ontology%2Fgraph%2FProperties.pgraph;h=d0394de6693251707724921758b93ec8df5f7cab;hp=0ecca5e065d27b0099252e2da407859a8cfd5c9e;hb=8959bb33806d2252cdf09e42386afd242919630a;hpb=8ada31c956ee02aef38627ba4deaaae3eecb623a diff --git a/bundles/org.simantics.document.base.ontology/graph/Properties.pgraph b/bundles/org.simantics.document.base.ontology/graph/Properties.pgraph index 0ecca5e06..d0394de66 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,51 +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.hyperlinkTarget : PROPERTIES.ParameterType : L0.FunctionalRelation +PROPERTIES.hyperlinkTarget : PROPERTIES.ParameterType @PROPERTIES.defAttribute L0.String L0.RequiresValueType "String" L0.HasLabel "Target type (optional)" -PROPERTIES.targets : PROPERTIES.ParameterType : L0.FunctionalRelation +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"