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

RE: RELAX NG Marketing


marketing offer
John,

In my view, the key point of having inheritance mechanisms built into the
schema language is that a processing application is only fed events that it
can understand. This means that I can create a document using elements based
on a bunch of derived types (or derived elements, I guess), and a processor
that was designed to work with only the base types and base elements won't
choke on it. If I understand correctly, your approach lets people achieve
re-use through inheritance, but not polymorphism.

I'm not sure about your assertion that Unix did not have a killer app. I'm
hardly an expert on Unix, but I think that RDBMS were the killer app.

Regarding your offer to look at some of the type derivation issues with XSD
that we have unearthed, I'm going to take you up on that. It's too
complicated to get into here; I'll write a fully fledged position paper (or
maybe another rant would be more appropriate...) about this.

Cheers,
Matt

> -----Original Message-----
> From: John Cowan [mailto:jcowan@r...]
> Sent: Tuesday, March 26, 2002 5:18 PM
> To: matthew.gertner@s...
> Cc: jcowan@r...; xml-dev@l...
> Subject: Re:  RELAX NG Marketing (was RE:  
> Do Names Matt
> 
> 
> Matthew Gertner scripsit:
> 
> > No, I meant type derivation. Sorry, should have been more 
> explicit about
> > this. I'd be very interested in your view.
> 
> Well, I think XSD-style type derivation is just a fairly trivial usage
> pattern, with the exception of deriving complex types by restriction,
> which is not straightforward in RNG.
> 
> Extending complex types is just grouping.  If we have a rule
> 
> 	foo = bar, baz, zam
> 	bar = element bar {...}
> 	baz = element baz {...}
> 	zam = element zam {...}
> 
> then we can create foo1 thus:
> 
> 	foo1 = foo, quux
> 	quux = element quux {...}
> 
> Similarly, you can extend simple types like this:
> 
> 	optint = xsd:int | "N/A"
> 
> and restrict them so:
> 
> 	bignum = xsd:long - xsd:int
> 
> and of course lists are built in:
> 
> 	tokens = list {token}
> 
> If you exercise some care, you can create easy-to-redefine content
> models:
> 
> 	foo = element foo {this, that, gap}
> 	this = element this {...}
> 	that = element that {...}
> 	gap = empty
> 
> and then include them thus:
> 
> 	include "foo.rng" {gap = tother}
> 	tother = element tother {...}
> 
> > RNG (John, you're strengthening my case by abbreviating the
> > name!) 
> 
> Well, it saves typing.  "XSD" isn't an official name either.
> 
> 
> The *ix family of operating systems have done fairly well for 
> themselves,
> at least in the server space, on technical merit, without killer apps.
> When there are multiple competing platforms, it's almost 
> always possible
> to do what you want on any of them *somehow*, if you are 
> willing to kludge
> heavily enough, and of course people do.
> 
> > I think this killer app might be related to type 
> derivation. There are a lot
> > of problems with XSD derivation that are coming to light as 
> real-world cases
> > like UBL are addressed.
> 
> Give me a problem and I'll worry it a bit.
> 
> -- 
> John Cowan <jcowan@r...>     http://www.reutershealth.com
> I amar prestar aen, han mathon ne nen,    http://www.ccil.org/~cowan
> han mathon ne chae, a han noston ne 'wilith.  --Galadriel, _LOTR:FOTR_
> 

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.