xsd:list should allow a 'delimiter' attribute

Wouldn't it be useful if xsd:list allowed an attribute called "delimiter"?

<xsd:simpleType name="listOfString">
   <xsd:list itemType="xsd:string" delimiter="%"/>
</xsd:simpleType>

<xsd:element name="listOfString" type="listOfString">

Then one could write

<listOfString>John Jones, Jr.%Martin Marly%Francis F. Farley</listOfString>



Donald A. Smith, PhD
dsmith@haley.com, (412) 741-6420
<http://www.haley.com>
The Haley Enterprise, Inc.
solutions that do what they're told

Received on Wednesday, 2 October 2002 15:14:12 UTC