This functionality is only available for certain module packages.

You are here: Reference > GRAPH2D > Tags > property

property

By means of the <property> element the properties of an element (e.g. of a node <node>) are defined. The concrete property is determined by the id attribute. Depending on the node or edge type different properties can be declared. The <property> element encloses an <read> or <write> element, that specifies the value, which is to be read or written.

Attribute name Usage Attribute values Default value Description
id required ID of an element or an attribute, referred to by the property of the enclosed element <read> or <write>.
Allowed sub-elements Quantity
read 0 or 1
write 0 or 1

Note:

At least one of the sub-element has to be available!