"Contained fieldValue property
has a default value, even though container already specifies one" [Checks.chk][from Changeable]
"You should not have a contained
Property named 'fieldValue', unless it is contained within the fieldValue
containment feature" [Checks.chk][from ContainsProperties]
"Type '".+(type.uRI).+("' is incompatible
with contained fieldValue type '").+(fieldValue.type.uRI).+("'") [Checks.chk][from Changeable]
This represents the transient value of the VisibleThing ; for example, the current
text input in a InputTextField before it has been committed. This is not always a valid
type
instance.
This EventTrigger is executed whenever the
current input is changed; e.g. a key has been pressed, but the
focus has not been lost yet. Once focus is lost, this value becomes the field value
if is of a valid type. This event may only fire on the client-side.