Hi Thank you for reading my post. Can some one please let me know whether I am correct about the following code snippet?
code: <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:shapes="http://xml.tutorials.com/schema/shape" xmlns="http://xml.tutorials.com/schema/shape" targetNamespace="http://xml.tutorials.com/schema/shape"> If we cound the link from 1 to 4 am I correct that Line 1: define the XS namespace url to be able to use the xs prefix Line 2: define that the XML document which will use this xsd should have shapes as its default xml namespace. Line 3: default namespace of this document elements line 4: I can not understand this line and why we should have both this line and line 2 and 3 or its relation with those lines Can you please let me know which lines are manedatory and If I am mistaken with the line, what is the meaning of each line? Thanks. -- View this message in context: http://www.nabble.com/A-question-about-namespace-definition-of-an-XSD-document%2C-what-does-it-means--tp19153104p19153104.html Sent from the Xalan - J - Users mailing list archive at Nabble.com.