This dialog allows adding a new property or editing an existing property. It is invoked by right-clicking on the name of a property.
The value is edited in string form. The type selected with the Type combo-box is then used to parse the value accordingly.
Possible types are currently:
String.
long integer (xs:integer
).
double (xs:double
).
Date (java.util.Date
) : a value is edited in ISO standard form, for example 2010-05-01T14:54 .
boolean (xs:boolean
).
node(): a single node (generally an element).
expression: any executable XQuery expression can be entered. Only the first item will stored as property value.