- From: <Noah_Mendelsohn@lotus.com>
- Date: Thu, 20 Sep 2001 10:14:06 -0400
- To: "Ashok Malhotra" <ashokma@microsoft.com>
- Cc: "Bryan Rasmussen" <bry@itnisk.com>, xmlschema-dev@w3.org, xmlschema-dev-request@w3.org
Ashok Malhotra writes;
>> You can use space separated lists but not comma separated lists.
Also, you can also build regular expressions that validate the commas
within a string, but the schema type system won't understand your content
as a list in any sense: it will be viewed as a single string that happens
to contain commas.
------------------------------------------------------------------------
Noah Mendelsohn Voice: 1-617-693-4036
Lotus Development Corp. Fax: 1-617-693-8676
One Rogers Street
Cambridge, MA 02142
------------------------------------------------------------------------
"Ashok Malhotra" <ashokma@microsoft.com>
Sent by: xmlschema-dev-request@w3.org
09/19/2001 08:02 AM
To: "Bryan Rasmussen" <bry@itnisk.com>, <xmlschema-dev@w3.org>
cc: (bcc: Noah Mendelsohn/CAM/Lotus)
Subject: RE: csv as a xml-schema datatype?
You can use space separated lists but not comma separated lists.
All the best, Ashok
===========================================================
Ashok Malhotra <mailto: ashokma@microsoft.com>
-----Original Message-----
From: Bryan Rasmussen [mailto:bry@itnisk.com]
Sent: Wednesday, September 19, 2001 1:37 AM
To: xmlschema-dev@w3.org
Subject: csv as a xml-schema datatype?
Hi, I'm trying to make a format in which we need a comma-seperated
values
list inside an attribute, sort of like, <v
names="john,bob,emily,tom,john"/>(obviously this is grossly simplified.)
I
don't know how many names there will be in any string, the schema just
needs
to be able to tell people that they have a csv string and that the
datatype
in between each comma is a string, with the meta-information that the
interior strings are individual names.
Received on Thursday, 20 September 2001 10:23:00 UTC