1-is the keyword "element" in "<xsd:element name=�red�/>" has to be small letter or it can be written as capital letters? 2- what is the deualt type of an element?is it string or anytype?what is anytype? Thanks.
Originally posted by carl varola: 1-is the keyword "element" in "<xsd:element name=�red�/>" has to be small letter or it can be written as capital letters? 2- what is the deualt type of an element?is it string or anytype?what is anytype? Thanks.
1.It can written as capital letters and even mixed. but if you define xsd:element name="rEd" in your schema, then xml instance should have the element name as "rEd" and not Red or REd or rED etc.,...... One of the best tutorial to learn about XML schema is available at http://www.xfront.com/ , do read it, it will answer your all questions.