Basic XMLSchema questions

Alan Santos asantos at odi.com
Wed Jan 5 19:21:18 GMT 2000


Hi,
 I'm trying to wrap my head around the XMLSchema drafts to determine their
immediate usefulness (to myself), and have some very basic questions.

1)  What is the difference between an archetype, type and datatype?
When is one used in place of the other.

2) Is multiple inheritance not supported for derived types?

2a) How is inheritance supported? Is it possible to access the elements of a
types source without manually doing the traversal, or is inheritance only
useful in the instance document?

3) Is it possible to use the schema for application specific requirements.
  For example, I'm basing my schema on a Java class model and would like to
specify the Java class name in the schema.  The only way I can see is to
wrap it in an <annotation/>.

3a) Likewise, certain <elements> may actually refer to another type, so I
want to do something like:
<element name="thePrice" type="reference" referentType="Price">

I know I can say something like:

 <element name="thePrice" type="PriceReference">

but that isn't really flexible enough.

Perhaps type can hold a ref of some sort, tho....


Maybe I would just be better off with another XML instance document
describing the class model?

thanks,
alan






xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo at ic.ac.uk the following message;
unsubscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)





More information about the Xml-dev mailing list