Lecture 4 - XML Namespaces and Schema Flashcards
1
Q
What is a namespace prefix and can multiple namespaces be used in the same document?
A
xmlns:prefix
&
Yes
2
Q
What is the default namespaces?
A
- xmlns attribute alone, without prefix
- all the enclosed elements are assumed to belong to that namespace
3
Q
What is an instance document?
A
XML document that conforms to a particular schema