[CD] Write a Microsoft XML Schema document for the XML document in Fig. 7.2 that would allow element note to be a child element of element myMessage. Element note can contain only text. Validate your document using Microsoft XML Validator.
What will be an ideal response?
```
content = "textOnly" order = "many"/>
content = "eltOnly" order = "seq">
xmlns:new = "urn:new-namespace">
```
Computer Science & Information Technology