Records whether an object or action is physically present when it is referenced in gesture
entry ::= code_set [op code_set]* code_set ::= (null | code) [set_op (null | code)]* null ::= "X" code ::= "Y" | "N" | "UC" set_op ::= "/" op ::= ";"
Codes have the following interpretations:
Code | Meaning | Description |
---|---|---|
Y | Yes | Gesturer can see the object or action (or its location) that is referred to in gesture |
N | No | Gesturer cannot see the object or action (or its location) that is referred to in gesture |
UC | Unclear | Gesture refers to an object or action that is not visible to the camera but which might be present (e.g. something on a computer screen or in a book) |
X | Null | Gesture refers to something that cannot have a physical referent |
Ops have the following interpretations:
Op | Meaning |
---|---|
; | Separates all codes |
/ | Used to combine representational codes into single units |
None
Pres_Ref is dependent on the G_Type Column.
X is only allowed when the corresponding G_Type code is C, E, FA, or G, and is required when G_Type is E. Otherwise, a non-X code is required.
None