FG1984
Technical User
- Aug 16, 2008
- 1
Can someone convert this dtd to schema please, I am so confused. I look at some converters on the net but they all confused me. Please HELP.
<!ELEMENT all_recipes (recipe+)>
<!ELEMENT recipe (type,name,nationality,all_ingredients)>
<!ELEMENT type (#PCDATA)>
<!ELEMENT name (#PCDATA)>
<!ELEMENT nationality (#PCDATA)>
<!ELEMENT all_ingredients (ingredient+)>
<!ELEMENT ingredient (#PCDATA)>
<!ELEMENT all_recipes (recipe+)>
<!ELEMENT recipe (type,name,nationality,all_ingredients)>
<!ELEMENT type (#PCDATA)>
<!ELEMENT name (#PCDATA)>
<!ELEMENT nationality (#PCDATA)>
<!ELEMENT all_ingredients (ingredient+)>
<!ELEMENT ingredient (#PCDATA)>