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 Wednesday, 19 September 2001 06:33:20 UTC