[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [xml-dev] normalizing schemas
- From: "Bullard, Claude L (Len)" <clbullar@ingr.com>
- To: Ronald Bourret <rpbourret@rpbourret.com>,"Fuchs, Matthew" <matthew.fuchs@commerceone.com>
- Date: Mon, 05 Nov 2001 16:48:39 -0600
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.