← Prev in month ← Prev in thread

What is the correct terminology for an element and its namespace?

From
Costello, Roger L. <>
To
"" <>
Date
2011-03-28T20:21:01Z
ID
<>
Thread
What is the correct terminology for an element and its namespace?
Hi Folks,

Consider this instance document element:

<Publisher xmlns="http://www.book.org">Wrox Press</Publisher>

Which is the correct terminology:

(a) The Publisher element belongs to the http://www.book.org namespace

(b) The Publisher element is in the http://www.book.org namespace

(c) The Publisher element has a namespace property, whose value is "http://www.book.org"

(d) The element has a name property with value "Publisher" and a namespace property with value "http://www.book.org"

(e) None of the above (please provide the correct terminology)

/Roger
← Prev in month ← Prev in thread