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=e1c71fe976a62df8b76c3a213c51418a8dbabd34;hp=9093ebe9476de4d0364bec1059bc6d861ec08bf3;hb=6ff5e65793559d92443fcd1eb7e8d12a3bed9e9e;hpb=6f4a838ed439ed3a5f5f51e1837e9adf45c98eef diff --git a/bundles/org.simantics.document.base.ontology/graph/Properties.pgraph b/bundles/org.simantics.document.base.ontology/graph/Properties.pgraph index 9093ebe94..e1c71fe97 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 "Variable" - + +PROPERTIES.primitiveProperties "DocumentProperties" + PROPERTIES.exists - @defAttribute L0.Boolean + @defAttribute L0.Value L0.RequiresValueType "Boolean" PROPERTIES.pathExists - @defAttribute L0.Boolean + @defAttribute L0.Value L0.RequiresValueType "Boolean" PROPERTIES.commands - @defAttribute L0.String - L0.RequiresValueType "String" + @defAttribute L0.Value + L0.RequiresValueType "[Command]" L0.HasLabel "Commands" PROPERTIES.dataDefinitions - @defAttribute L0.String - L0.RequiresValueType "String" + @defAttribute L0.Value + L0.RequiresValueType "[DataDefinition]" L0.HasLabel "Data Definitions" PROPERTIES.SCLFunction : PROPERTIES.ParameterType @PROPERTIES.defAttribute L0.Value - ==> "EventHandler" + ==> "AbstractEventHandler" L0.HasLabel "SCL Function" PROPERTIES.target : PROPERTIES.ParameterType - @PROPERTIES.defAttribute L0.String + @PROPERTIES.defAttribute L0.Value L0.RequiresValueType "String" L0.HasLabel "Target" PROPERTIES.hyperlinkTarget : PROPERTIES.ParameterType - @PROPERTIES.defAttribute L0.String + @PROPERTIES.defAttribute L0.Value L0.RequiresValueType "String" L0.HasLabel "Target type (optional)" PROPERTIES.targets : PROPERTIES.ParameterType - @PROPERTIES.defAttribute L0.StringArray - L0.RequiresValueType "Array String" + @PROPERTIES.defAttribute L0.Value + L0.RequiresValueType "[String]" L0.HasLabel "Targets" PROPERTIES.source : PROPERTIES.ParameterType - @PROPERTIES.defAttribute L0.String + @PROPERTIES.defAttribute L0.Value L0.RequiresValueType "String" L0.HasLabel "Source" PROPERTIES.sources : PROPERTIES.ParameterType - @PROPERTIES.defAttribute L0.StringArray - L0.RequiresValueType "Array String" + @PROPERTIES.defAttribute L0.Value + L0.RequiresValueType "[String]" L0.HasLabel "Sources" PROPERTIES.ParameterType