Re: SOM

Steffen Stundzig wrote:
> 
> Hi all,

Hi Steffen,
 
> I'm a developer on the OpenSource SchemoX project at infozone-group.
> Inside SchemoX I must develop an Java object model that represents
> an complete XML Schema declaration.
> 
> >From my developers point of view, I love the idea to use a
> standardized object model of a XML Schema as like DOM for XML.
> 
> But I can't found any standard for this at the w3c or any other
> gremium.

You might want to check DOM level 3 (Content Models and Load and Save
Specification), I think there is some level of overlap with what you are
asking for.

http://xmlhack.com/read.php?item=746
http://www.w3.org/TR/2000/WD-DOM-Level-3-Content-Models-and-Load-Save-20000901/

Hope this helps.

Eric

> I've found several object models in the Oracle XMLSchema Validator,
> in SxDP, in XML Instance from extensiblity and now additional in
> SchemoX. And I'm sure that's not all.
> 
> So all this developers must reinvent the same thing. Study the
> complete XMLSchema CR, build an object oriented model and
> finally implement it. Horrible.
> 
> Let's try to establish a standard for this. A object model that
> represents a XML Schema. Or have I overlooked something?
> 
> Is somebody interested in it?
> 
> Best Regards
>         Steffen...
> 
> --
> ______________________________________________________________________
> Steffen Stundzig                            mailto:steffen@smb-tec.com
> SMB GmbH                                        http://www.smb-tec.com

-- 
------------------------------------------------------------------------
Eric van der Vlist       Dyomedea                    http://dyomedea.com
http://xmlfr.org         http://4xt.org              http://ducotede.com
------------------------------------------------------------------------

Received on Thursday, 14 December 2000 05:30:48 UTC