[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] Creating a single XML vocabulary that is appropriately customized to different sub-groups within a community
- From: "Andrew Welch" <andrew.j.welch@gmail.com>
- To: "Philippe Poulard" <philippe.poulard@sophia.inria.fr>
- Date: Thu, 10 Jul 2008 10:24:35 +0100
> Costello, Roger L. a écrit :
>>
>> How do you create a single XML vocabulary, and validate that XML
>> vocabulary, for a community that has sub-groups that have overlapping
>> but different data needs?
I forgot the other way... for a 1 schema solution define extra types
book-seller-author, book-distributor-author etc then somehow add the
appropriate xsi:type attribute to the <Author> element when doing the
respective validation:
<Author xsi:type="book-seller-author">
<Author xsi:type="book-distributor-author">
...the relevant type definition will then be used instead of the
standard definition for <Author>.
--
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]