XYZ school wants to store the details of students and staff in an XML file. The following scenario helps in designing the XML document:
personswill be the root tag.personswill have the entry of each person with name, age, gender, address.- A person can be either a student or staff.
- student will have rollno, standard and section.
- If staff, then staffid and subject.
- Every person must have an address with the following entry- doorno, street,city and state.
I am getting this error:
Exception: cvc-complex-type.2.4.a: Invalid content was found starting with element 'student'. One of '{name}' is expected.