creating new META Schema

Hi,

what I want to do is create a new meta Schema. A Schema which inherits
from XML Schema and extends it's functionality for mapping UML Objects
to XML. This META Schema should be used for validating the Schema
development process for single specialised Class Schemas. XMLSchema -->
UMLMetaSchema --> SpezialClassSchema --> XMLforClass. The UMLSchema
should contain for example an element attribute which just renames the
<xs:element> to <attribute>. So that when you create a schema you could
write <attribute type="xs:string"> instead of <xs:element
name="attribute" type="xs:string">. Does anyone have any suggestion?

Best regards,
Nick

Received on Saturday, 14 February 2004 08:55:55 UTC