Re: First cut at a W3C XML Schema for XLink

/ ht@inf.ed.ac.uk (Henry S. Thompson) was heard to say:
| See http://www.w3.org/XML/Group/2004/xmlcore/xlink11/xlink.xsd
|
| Suggestions welcome.

[...]
|  <xs:attribute name="role" type="xlink:roleType"/>
| 
|  <xs:simpleType name="roleType">
|   <xs:restriction base="xs:string"/>
|  </xs:simpleType>
| 
|  <xs:attribute name="arcrole" type="xlink:arcroleType"/>
| 
|  <xs:simpleType name="arcroleType">
|   <xs:restriction base="xs:string"/>
|  </xs:simpleType>

The 'role' and 'arcrole' attributes must be absolute URIs, not strings.
(see http://www.w3.org/TR/2001/REC-xlink-20010627/#link-semantics)

|  <xs:element name="simple" type="xlink:simpleType"/>

There are no elements in the XLink namespace. Maybe make
simple, extended, title, etc. abstract?

                                        Be seeing you,
                                          norm

-- 
Norman.Walsh@Sun.COM / XML Standards Architect / Sun Microsystems, Inc.
NOTICE: This email message is for the sole use of the intended
recipient(s) and may contain confidential and privileged information.
Any unauthorized review, use, disclosure or distribution is prohibited.
If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.

Received on Monday, 18 April 2005 14:37:19 UTC