value
statement
The statement <LABEL> value <VALUE TYPE>
is used to identify <VALUE TYPE>
as the value type of the <LABEL>
attribute type.
<VALUE TYPE>
should be a built-in or a user-defined value type.
Schema for the following examples
#!test[schema]
define attribute name @abstract;
Defining attribute type’s value types
The value
keyword can be used to define a value type of an attribute type.
#!test[schema]
define name value string;