TypeNames
discrete_alloc function, argument 1: TypeNames
definition
TypeNames is the first Argument of the discrete_alloc function.
TypeNames is an attribute with the name of each land use type.
The Domain unit of this attribute is the set of land use types.
applies to
attribute TypeNames with Value type: string
conditions
The names of the land use types need to match with the names of the subitems of the following arguments of the discrete_alloc function:
example
unit<uint8> lu_type: nrofrows = 3
{
attribute<string> Name: ['Living','Working','Nature'];
}