- From: Jean-Baptiste GUILLOIS <jean-baptiste.guillois@netonomy.com>
- Date: Fri, 2 Nov 2001 15:47:10 +0100
- To: <xmlschema-dev@w3.org>
Received on Friday, 2 November 2001 09:47:13 UTC
Hi, I am trying to define a schema for a schema (that is, to implement metamodel, model and model instance concepts) and i am stuck ! Do i need to redefine the W3C schema syntax or can i use my own "vocabulary" that is name space and so on.. For instance, first I would like to define what a parameter is: <parameterdefinition> <parameterdefinitionattribute name="parametername"/> <parameterdefinitionattribute name="parametertype"/> </parameterdefinition> Then, I would like to USE this parameter definition: <systemparameters parametername="threshold" parametertype="integer"/> And, eventually, I will instanciate it: <threshold>12</threshold> If you have some pointers that will be great.. ! I have already had a look on RDF, but I don't think that will solve my problem. Many thanks for your help ! jbg
Received on Friday, 2 November 2001 09:47:13 UTC