CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 14:16:11 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 14:16:10 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 98cef94a8c1bc1f7
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=JtYH5I_DSsgakNyr4OrQAdD2s.HSfGPYVPBuEz8ShCc-1760192171-1.0.1.1-mokg_4sx0jgE_ckCWUcl5y9XOccGyPig3RTduA5Ai1Gzyxb3r3HDMmRjNWuRUIkZH1GUq1owVDM.i8fIF0u_qHObLVFalmXFPGPU5VM1cr4; path=/; expires=Sat, 11-Oct-25 14:46:11 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98cef94a8c1bc1f7-BLR
alt-svc: h3=":443"; ma=86400
User interface default values from Curt Arnold on 2000-04-07 (www-xml-schema-comments@w3.org from April to June 2000)
User interface default values
- From: Curt Arnold <carnold@houston.rr.com>
- Date: Thu, 6 Apr 2000 22:01:44 -0500
- To: <www-xml-schema-comments@w3.org>
- Cc: <www-forms@w3.org>
- Message-ID: <003701bfa03d$9b7a5c80$ae44a018@houston.rr.com>
I meant to mention this at XTech, but it may be useful to allow for element and attribute a way that a user agent could obtain an initial or hint value for an element or attribute that didn't add anything to the information set. Possibly something like: <!-- For 'element' and 'attribute' --> <attributeGroup name="valueConstraint"> <attribute name="default" type="string"/> <attribute name="fixed" type="string"/> <attribute name="initial" type="string"/> </attributeGroup> When initial is specified, a user agent may use it to provide a initial value for a user interface field, but an XML processor doesn't use it to provide a value if it isn't specified. <element name="order"> <attribute name="quantity" type="non-negative-integer" initial="1"/> <attribute name="item" type="uri-Reference"/> </order> This could result in a Schema generated UI having a quantity field with initialized to 1, but would not result in: <order item="https://www.buyme.com/item.xml?5555"/> being interpreted as having a quantity of 1. Explicitly supporting this hint in XML Schema might make things a little cleaner with XForms which is using default to mean what I called initial.
Received on Thursday, 6 April 2000 23:10:57 UTC