=> According to the schema spec, the only way to get at 
=> non-schema attributes that occur on elements in schema 
=> documents is via <annotation> elements. 

=> All this hinges on having access to representations of 
=> annotation components.  I'm working on this as we speak, and 
=> expect to have something in CVS by the end of next week at 
=> the latest.  

Do you intend to support both the <documentation> and <appinfo> child
tags?  I checked out the section in the Primer about annotations (sect.
2.6) and glanced at the (normative) schema describing the XSD datatypes
and noticed that <appinfo> enclosed qualified (namespaced) tags that
show which facets and properties are associated with the given datatype.

<simpleType name="string">
        <annotation>
                <appinfo>
                        <hfp:hasFacet name="length" />
                        ...
                </appinfo>
        </annotation>
        <restriction base="anySimpleType">
        ...

Qualified tags support within the <appinfo> tag would be excellent...

=> I'd be very grateful if you (and anyone else!) 
=> could play with the code and let me know about bugs so I 
=> that can fix them while it's fresh in my mind.

Count me in. Thanks!

Webster

Webster Mudge
Senior Systems Developer
Internet Technology Group
[EMAIL PROTECTED]

-----------------------------------------------------------------------

This message is the property of Time Inc. or its affiliates. It may be
legally privileged and/or confidential and is intended only for the use
of the addressee(s). No addressee should forward, print, copy, or
otherwise reproduce this message in any manner that would allow it to be
viewed by any individual not originally listed as a recipient. If the
reader of this message is not the intended recipient, you are hereby
notified that any unauthorized disclosure, dissemination, distribution,
copying or the taking of any action in reliance on the information
herein is strictly prohibited. If you have received this communication
in error, please immediately notify the sender and delete this message.
Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to