What does targetNamespace do ? Am I getting it right?
问题 Here is the <schema> tag of my XSD: <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.cmu.edu/ns/blank" targetNamespace="http://www.cmu.edu/ns/blank" elementFormDefault="qualified"> If my understanding is correct, here is what it means: This schema itself belongs to http://www.w3.org/2001/XMLSchema namespace The root of the XML instance should belong to http://www.cmu.edu/ns/blank namespace All the elements within the XML instance which do not have a prefix