Re: [xml-dev] Naming conventions for a sampling of W3C and ISO XML vocabularies

From
Peter Flynn <>
To
Date
2012-02-04T21:57:55Z
ID
<>
Thread
Re: [xml-dev] Naming conventions for a sampling of W3C and ISO XML vocabularies
On 03/02/12 14:48, Costello, Roger L. wrote:
> Hi Folks,
>
> I am sampling some standard XML vocabularies to see what naming
> convention they use. Below is what I've compiled thus far. What
> naming convention do you use?
>
> 1. XML Schema: all elements and attributes are camel case.

Written by people infected with the javaNamingVirus.

> 2. XSLT: all elements and attributes are lower-case, dash-separated.

Written by people immune to the javaNamingVirus.

> 3. Schematron: most elements and attributes are a single, lower-case word

Written by someone with a case-insensitive background :-)

///Peter