Code
<!ELEMENT exchangePerson (name, address, telephone, emailAddress, applicationDate, avaliableDate, birthCountry, dateOfBirth?,
age?, gender, schoolName, schoolAddress, yearInSchool?, parents?, emergencyTelephone,
feePaid, essay, languagesSpoken+, countryChoices+)>
--Assignment questions that im confused on below--xix) Languages Spoken - must have 2 or more
xx) Country Choices -must have exactly 5
-- Process --I am using
http://www.w3schools.com/dtd/dtd_elements.asp but in that resource it isn't showing how to do a "range" type syntax. I also couldn't find a resource on google - or at least one my level of expertise could comprehend.
-- Question --What would be the proper syntax for what im trying to do?