Labs and Homework

Diana_05
Lab_Hw11.pdf

Lab and Homework 11 4/21/2021

Lab11: The XML code is as following. <?xml version="1.0" encoding="UTF-8"?> <course>Math</course>

Please write the XSD to define the element <course> by using simple type and use following link to validate it. (refer to p.42 at 7_XML_Schema) http://www.utilities-online.info/xsdvalidation/#.Wtd1j4jwZPY

Hw11: The XML code is as Lab11 but the content can have choices as following only. Math English Biology Sociology Geography <?xml version="1.0" encoding="UTF-8"?> <course>Math</course> Or <?xml version="1.0" encoding="UTF-8"?> <course>English</course> Or :

Please write the XSD to define the element <course> by using simple type and use following link to validate it. http://www.utilities-online.info/xsdvalidation/#.Wtd1j4jwZPY