- From: Joe Forrest <curiousmejf@yahoo.com>
- Date: Tue, 29 Oct 2002 05:04:06 -0800 (PST)
- To: xmlschema-dev@w3.org
Hi All, Will the uniqueness be enforced on "isbn"? <?xml version="1.0"?> <books xmlns="store" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="store books.xsd"> <isbn xsi:type="xsd:decimal">1234.0</isbn> <isbn xsi:type="xsd:decimal">1234</isbn> </books> where, the type of "isbn" is declared as "anySimpleType" in books.xsd Thanks, Joe F. __________________________________________________ Do you Yahoo!? Y! Web Hosting - Let the expert host your web site http://webhosting.yahoo.com/
Received on Tuesday, 29 October 2002 08:04:36 UTC