Click the appropriate description for the following declaration:
<!ELEMENT mail (to*, from)>
- The declaration indicates that the child element to can appear any number of times in the scope of the mail element.
- The declaration indicates that the child element from can appear one or more times in the scope of the mail element.
- The declaration indicates that the child elements to and the from can occur any number of times in the scope of the mail element.
- The declaration indicates that the child element to can occur at most one time in the scope of the mail element.
The correct answer is:
- The declaration indicates that the child element to can appear any number of times in the scope of the mail element.