- From: Henry S. Thompson <ht@cogsci.ed.ac.uk>
- Date: 26 Jul 2000 15:35:50 +0100
- To: inq@zoom.co.uk
- Cc: www-xml-schema-comments@w3.org
inq@zoom.co.uk writes:
> Would it be legal for me to rewrite the following schema:
>
> <xsd:schema xmlns:xsd="http://www.w3.org/1999/XMLSchema">
> <xsd:complexType name="Name">
> <xsd:element name="First" type="xsd:string"/>
> <xsd:element name="Last" type="xsd:string"/>
> </xsd:complexType>
> </xsd:schema>
>
> as:
>
> <BOB:schema xmlns:BOB="http://www.w3.org/1999/XMLSchema">
> <BOB:complexType name="Name">
> <BOB:element name="First" type="BOB:string"/>
> <BOB:element name="Last" type="BOB:string"/>
> </BOB:complexType>
> </BOB:schema>
>
> if I was suitably pervserse!?
Of course -- if there's anything in the draft which suggests
otherwise, please point me at it.
ht
--
Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
W3C Fellow 1999--2001, part-time member of W3C Team
2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
Fax: (44) 131 650-4587, e-mail: ht@cogsci.ed.ac.uk
URL: http://www.ltg.ed.ac.uk/~ht/
Received on Wednesday, 26 July 2000 10:36:03 UTC