Empty domain

An empty domain is a domain with zero elements.

The following example shows how such a domain and a set of attributes for this domain can be configured.

unit<uint32> empty_domain : nrofrows = 0
{
   attribute<uint32> int_data         : [ ];
   attribute<dpoint> poly_data (poly) : [ ];
}