GeekArticles
XML
Core XML


XML Schema Design Patterns: Is Complex Type Derivation Unnecessary?
by Dare Obasanjo October 29, 2003 W3C XML Schema (WXS) possesses a number of features that mimic object oriented concepts, including type derivation and polymorphism. However real world experience has shown that these features tend to complicate schemas, may have subtle interactions that lead tricky problems, and can often be replaced by other features of WXS. In this article I explore both derivation by restriction and derivation by extension of complex types showing the pros and cons...n
Sponsored Links
Read Next: XML Ain't What It Used To Be
Related Topics