users
[Top] [All Lists]

Re: [cinjug-users] Standard XML tags

To: "twcrone@xxxxxxxxxxxxx" <twcrone@xxxxxxxxxxxxx>
Subject: Re: [cinjug-users] Standard XML tags
From: "Eric Bardes" <ericbardes@xxxxxxxxx>
Date: Tue, 28 Nov 2006 09:45:34 -0500
Cc: users@xxxxxxxxxx
Delivered-to: mailing list users@cinjug.org
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=D4bZogVapAx2zE+1eK6ilyTyV2RbA9C/ht4u4Al+pvvnaTNLM9/0pWiaT4NwYT6bhEeu1Fan+JYjCeHSR/Yfw4EfBcG32/Y5alkUNgo23zcm2irBSjx4PuWl+t/PY9CEw0firhKcj1doCZJiiTJ5ipJyOjPHAd/2wHD1uBnr+iQ=
In-reply-to: <f611eac026559.456bfe4b@insightbb.com>
Mailing-list: contact users-help@cinjug.org; run by ezmlm
References: <f611eac026559.456bfe4b@insightbb.com>
I've observed that it varies based upon industries.
 
<thisthat> is the one in place at my current location and they have a team devoted to designing DTD's for XML transfer among systems.  <copyrightinfo> and <itemname> and <itemnumber> are generic examples from the DTD.
 
 
The National Institue of Health has some public DTD's with elements named <article-commentary>.  See http://dtd.nlm.nih.gov/publishing/2.2/journalpublishing.dtd  for theirs.  This appears to hold for much of the medical DTD's I've seen.
 
In the legal world, they seem to prefer CamelCase
<!ELEMENT Case  (CaseNumber?,CaseCaption,Parties*,JudicialOfficers?) >
<!ELEMENT Court  (CourtName,CourtType?,CourtJurisdiction?,CourtCountry?,Address?) >
<!ELEMENT Stipulations  (#PCDATA) >
<!ELEMENT SessionInfo  (SessionDate?,DateContinuedFrom?,StartTime?,EndTime?,
               DayOfProceedings?,Address?,CourtRoom?,Appearances?,Reporters?,Volume?,
               Exhibit+) >
 
On 11/28/06, twcrone@xxxxxxxxxxxxx <twcrone@xxxxxxxxxxxxx> wrote:
Is <this-that> a more "standard" XML tag than <thisThat>, <ThisThat> or <THIS_THAT>?

Using the "lowercase dash" format seems pretty standard in XML configuration files but I am not sure if that is considered the "best" way to do tags for data exchange files.

Thanks,

- Todd



--
Cheers,
Eric Bardes
<Prev in Thread] Current Thread [Next in Thread>