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: building an object model of a XML schema



"Bullard, Claude L (Len)" wrote:
> 
> An excellent paper, BTW.
> 
> In it, you suggest that it is better NOT to
> generate classes from XML Schemas.  It is better use
> a data modeling language such as UML and generate the
> schema from that.  Do you still support that position?

Yes, although it's based on theoretical work, not real-world experience.

XML Schemas are designed to model XML documents, not objects.
Consequently, you get some weirdnesses when trying to map the schema
data model to an object model. If your application really thinks in
terms of objects, better to start with an object/generic modelling
language and go the other direction. That way, the XML schema is just a
serialization syntax, not a model.

-- Ron