What’s the difference between xsd:include and xsd:import? When would you use one instead of the other, and when might it not matter?
What’s the difference between xsd:include and xsd:import ? When would you use one instead
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The fundamental difference between
includeandimportis that you must useimportto refer to declarations or definitions that are in a different target namespace and you must useincludeto refer to declarations or definitions that are (or will be) in the same target namespace.Source: https://web.archive.org/web/20070804031046/http://xsd.stylusstudio.com/2002Jun/post08016.htm