Attributes may have obligatory presence:
#REQUIRED - attribute is required
#REQUIRED
#IMPLIED - attribute is optional
#IMPLIED
#FIXED "fixed-value" - is required and must have the value fixed-value
#FIXED "fixed-value"
fixed-value