<name>¶
The <name> type represents a sequence of characters that identifies something.
Syntax¶
A <name> is any non-empty sequence of characters:
- starting with a letter
a-z,A-Z, or underscore_; and - followed by zero or more letters
a-zA-Z, digits0-9, underscores_, and hiphens-.