up vote 0 down vote favorite
share [g+] share [fb]

I'm looking for a BNF/EBNF of XML Schema. I just found the one for XML (http://www.w3.org/TR/REC-xml or extracted at http://www.jelks.nu/XML/xmlebnf.html).

Well it's a starting point, but I'm curious that I couldn't find a more specific one for XML Schema.

link|improve this question
feedback

2 Answers

up vote 1 down vote accepted

I guess because nobody finds that useful, and it would be too complex. If somebody want to define an XML language, such as XML Schema, they would probably use XML primitives like elements or attributes (using XML Schema, Relax NG, DTD, etc.), not characters. One of the reasons XML was invented is to have a meta language for creating other languages.

link|improve this answer
Well, I think I'm ok with your answer. – user181750 Oct 18 '09 at 19:11
feedback

I think the fiirst step would be to start with the xsd for XML Schema and to use Colibri to generate a bnf grammar.

I will check when i m back home. The Colibri's author say:

Il s'agit là d'un premier jet que nous pourrions affiner.

But i definitevly think it got potential.

link|improve this answer
1  
For everyone who can't read french (like me), here is the (google)translation: "This is a first draft that we could refine." – user181750 Oct 16 '09 at 19:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.