XML Schema XML Tutorial

          maxOccurs="non negative number or unbounded"> 
A sample sequence might appear as follows: 
 
     
     
     
 
By utilizing a  to specify your content model, you indicate that the elements must appear 
  within your instance document in the sequence, or order, specified. 
For example, the following would be legal: 
first 
middle 
last 
The following, however, would be illegal: 
last 
middle 
first