[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?

```









Text messages












content = "textOnly" order = "many"/>




content = "eltOnly" order = "seq">




















xmlns:new = "urn:new-namespace">



Welcome to XML Schema

This is a message.

This is another message.

hello this is a note




```

Computer Science & Information Technology

You might also like to view...

It isn’t possible for a base class to have more than one constructor

Indicate whether the statement is true or false.

Computer Science & Information Technology

A right tab stop aligns text with the right margin.

a. true b. false

Computer Science & Information Technology