1 My Multiple Schema
Here is the introduction to your document
Here is the schema:
Schema testmultiple1: Elements
<foo>
<foo> |
Attributes | |
Used by | |
May contain | Character data only |
Declaration |
element foo { text } |
Schema testmultiple2: Macros
baz_mac
baz_mac |
Declaration |
baz_mac = text |
Schema testmultiple2: Elements
<bar>
<bar> |
Attributes | |
Used by | |
May contain | Character data only |
Declaration |
element bar { text } |
<baz>
<baz> |
Attributes | |
Used by | |
May contain | Empty element |
Declaration |
element baz { baz_mac } |
Schema testmultiple3: Elements
<x>
<x> |
Attributes | |
Used by | |
May contain | Character data only |
Declaration |
element x { text } |
Example | <desc type="definition">Content of the element goes here, in this case, a definition.</desc> |