XML attributes cannot contain multiple values in a single attribute. Each attribute can hold only one value. To store multiple values, you must either use multiple attributes (e.g., which is invalid) or, properly, use separate elements or repeat the child element.