OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [xml-dev] normalizing schemas



And is a chance to clean up.  This is particularly 
useful if retrofitting from a pre-existing database 
such as a relational schema.  

Turns out to be more work than one thinks.  Running 
an auto-normalize utility can be risky.  Given the 
table scoping, things that look like duplicates 
might not be.

len

-----Original Message-----
From: Ronald Bourret [mailto:rpbourret@rpbourret.com]

"Fuchs, Matthew" wrote:
> 
> I'm not sure what you mean by "dissolve all references and insert it at
the
> referenced place", as to me that seems to be the opposite of
> flattening/normalizing.  I consider normalizing to be hoisting all
> definitions/declarations to the top level and replacing recursive
structures
> with references to the hoisted ones.

I agree. This has the added advantage of not duplicating any
definitions.