Easier way to define enumerations

This is a last call comment to XML Schema Structures.

It should be possible to write

<xsd:enumeration value='AK AL AR...' />

instead of

<xsd:enumeration value='AK' />
<xsd:enumeration value='AL' />
<xsd:enumeration value='AR' />
...

[the example is from sect 2.3 of the Primer]

to get a more reasonable and compat notation, in particular
for cases where the number of enumerated items is large.


Regards,   Martin.

Received on Sunday, 21 May 2000 08:44:00 UTC