- From: Michael Ryan Bannnon <mrbannon@uwaterloo.ca>
- Date: Tue, 19 Nov 2002 16:04:08 -0500
- To: <xmlschema-dev@w3.org>
Hi,
I wqs going through the mailing list looking for posts relative to using
XLink in schemas.
Question: is there a proper schema for XLink yet? In effect, can I do
something as simple as the following:
<?xml version="1.0"?>
<xsd:schema xmlns="http://www.swen.uwaterloo.ca/~mrbannon/PERSONA"
targetNamespace="http://www.swen.uwaterloo.ca/~mrbannon/PERSONA"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xlink="http://www.w3.org/1999/xlink"
elementFormDefault="qualified">
...
<xsd:complexType name="InteractionSpaceLinkType"/>
<xs:attribute ref="xlink:type" use="required" fixed="simple" />
<xs:attribute ref="xlink:href" use="required"
<xsd:complexType/>
</xsd:schema>
As of March of this year, I don't think the above was possible. Have things
changed?
Thanks,
Ryan
Received on Tuesday, 19 November 2002 16:04:38 UTC