Definition:
The range of values permitted for a defined item. This can apply to 'numb' or 'char' items which have a preordained sequence (e.g. numbers or alphabetical characters). The minimum value 'min' and maximum value 'max' are separated by a colon character. If 'max' is omitted, then the item can have any permitted value greater than or equal to 'min'.Examples:
| -4:10 |
| a:z |
| B:R |
| 0: |
Type: char
Category: enumeration_range
Copyright © 2005 International Union of Crystallography