XML Schema Question
-
I've dealt with XML and XSLT quite a bit, but I'm somewhat new to XML schemas. I want to define a document structure in XML. I want most of the document to be strictly defined, but I want a certain type of element to be able to contain any type and combination of XML data. How do I do this? Also, does anyone know of a good source of free info/tutorials on XML Schemas?
"Blessed are the peacemakers, for they shall be called sons of God." - Jesus
"You must be the change you wish to see in the world." - Mahatma Gandhi -
I've dealt with XML and XSLT quite a bit, but I'm somewhat new to XML schemas. I want to define a document structure in XML. I want most of the document to be strictly defined, but I want a certain type of element to be able to contain any type and combination of XML data. How do I do this? Also, does anyone know of a good source of free info/tutorials on XML Schemas?
"Blessed are the peacemakers, for they shall be called sons of God." - Jesus
"You must be the change you wish to see in the world." - Mahatma GandhiYou'll find a tutorial on XML Schema on www.w3schools.com[^]