CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 18:28:38 GMT
content-type: text/html
content-encoding: gzip
last-modified: Thu, 13 Jul 2023 17:44:51 GMT
cache-control: max-age=2592000, public
expires: Mon, 10 Nov 2025 18:28:38 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 98d06b1a9b7dc467
strict-transport-security: max-age=15552015; preload
x-frame-options: deny
x-xss-protection: 1; mode=block
cf-cache-status: EXPIRED
set-cookie: __cf_bm=g7jtkBFlLH8UoAC.N3l8R65LnvQnveJUoFSGahSsuvE-1760207318-1.0.1.1-XM6xcp6gBLf4X1bW5uFMafwpPXqoNVUCMF7iVCyTmLpPjUA8mpv_L5L5eNKTPbT5W38NiteQBFsWR2hVqAgE.k1glFV13Rx6s4THYNnGDqQ; path=/; expires=Sat, 11-Oct-25 18:58:38 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98d06b1a9b7dc467-BLR
alt-svc: h3=":443"; ma=86400
Easier way to define enumerations from Martin J. Duerst on 2000-05-21 (www-xml-schema-comments@w3.org from April to June 2000)
Easier way to define enumerations
- From: Martin J. Duerst <duerst@w3.org>
- Date: Sun, 21 May 2000 18:10:53 +0900
- To: www-xml-schema-comments@w3.org
- Message-Id: <4.2.0.58.J.20000521180453.031fa180@sh.w3.mag.keio.ac.jp>
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