[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: XML Schema built-in data type namespace URI.
- From: Eddie Robertsson <eddie@allette.com.au>
- To: KAZUMI Saito <ksaito@jp.fujitsu.com>
- Date: Thu, 08 Mar 2001 17:32:17 +1100
KAZUMI Saito wrote:
> The built-in datatypes defined by XML Schema part2 has namespace URI
> (see 3.1 Namespace considerations in XML Schema part2):
>
> * http://www.w3.org/2000/10/XMLSchema-datatypes
>
> To declear the element which has the built-in datatype, which is correct?
>
> <xsd:schema xmlns:xsd="http://www.w3.org/2000/10/XMLSchema">
> <xsd:element name="comment" type="xsd:string"/>
This is the way to do it.
Cheers,
/Eddie