[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Namespace and Versioning

  • From: james anderson <james.anderson@m...>
  • To: xml-dev@l...
  • Date: Thu, 31 Aug 2000 17:43:01 +0200

versioning packages


"Bullard, Claude L (Len)" wrote:
> 
> ... What I was looking for initially
> in this thread is some comments on the practices
> people are using to see if any general cases
> emerge. ...
> 

to that point i can describe the method we implemented to handle
versions of encoding specs from the Kassenaerztlichebundesvereinigung
(KBV). (they're the group in germany which sets standards on electronic
data interchange within the health industry.) they have the habit of 
every several years bringing out a new standard. often enough, the new
standard ascribes different meanings to the various terms which were
present in the previous standard. there are also cases in which the same
term has different meanings in distinct contemporaneous standards.

the implementation domain was lisp, so the name-management was built on
the package system. each namespace was modeled as a package. each name
was modeled as a symbol. each symbol was associated with the appropriate
processing method.

the package system provides mechanisms to control identity relationships
between names. this both in terms of inheritance relations between
packages and in terms of specific assertions regarding individual symbols.

each KBV version was associated with a package. the package names, and
thus the namespace names were, in fact, chosen to reflect the relations
among versions, but that was immaterial to the implementation. the
package relations were arranged such that terms for which the meaning
changed were associated with distinct symbols in the respective
version's packages. terms for which the meaning had not changed were
carried over from the older version's package to the newer version's by
"inheriting" the respective symbol from one package to the next.

it was much easier to do than to describe. the moral is, you need the
means to control relations between namespaces; the namespace names
themselves may well serve documentary ends, but are, in fact, secondary.


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.