enum

Name

enum -- A declaration of a static enumerative type

Synopsis

The enum element contains a list of enumval elements describing the value/label pairs of a static enumerative type.

Attributes

id

An XML identifier for this type.

label

A label for this type, mainly for documentation purposes.

type

An SQL type for this attribute. If not specified, it is assumed to be INT.

size

For the types for which it is meaningful, the size of the attribute. See attr.

scale

For numeric types, the scale, that is, the number of fractional digits. See attr.