xml schema construction
- by amanrahahla
in xml can any concept inhert the attribute of the main concept
as an example:
book(
-author
-title
-isbn
-price)
and textbook as a subconcept from book
can textbook take the same attribute of book and how?