XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
Re: [xml-dev] Creating a single XML vocabulary that is appropriatelycustomized to different sub-groups within a community

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?

Hahaha ! DTD wins !

<!ELEMENT Books (Book)+>
<!ELEMENT Book 
((Title,Author,((Date,ISBN,Publisher)|(Size,Weight,MailingCost)))|(Size,NumPages))>
<!ELEMENT Title (#PCDATA)>
  <!ELEMENT Author (#PCDATA)>
<!ELEMENT Date (#PCDATA)>
<!ELEMENT ISBN (#PCDATA)>
<!ELEMENT Publisher (#PCDATA)>
<!ELEMENT Size (#PCDATA)>
<!ELEMENT Weight (#PCDATA)>
<!ELEMENT MailingCost (#PCDATA)>
<!ELEMENT NumPages (#PCDATA)>

Some translators would be able to produce the counterpart RelaxNG schema...

Therefore, I've just proved that ASL can ALSO be used for simple things :)

-- 
Cordialement,

               ///
              (. .)
  --------ooO--(_)--Ooo--------
|      Philippe Poulard       |
  -----------------------------
  http://reflex.gforge.inria.fr/
        Have the RefleX !


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS