Re: Question regarding XML Schema functionality in XForms

Greetings, what you ask for is not explicitly supported by the XForms 
spec, the XForms UI Controls are abstract and as such have no notion of 
something like a drop down. 

However, where we describe the input element [ 
http://www.w3.org/TR/xforms/slice8.html#ui-input ] we state in the 
implementation requirements that the implementations should be sensitive 
to the type of data that they are bound to. An example is given of 
sensitivity to a date, but sensitivity to a type having enumerated values 
should also be considered when an implementation chooses how best to 
represent the type.

The author could choose to use a <select1>, rather than <input>, as the UI 
control to influence the subsequent rendering.

Regards, Roland




Thomas Fuller <TFuller@gtefcu.org>
Sent by: www-forms-request@w3.org
28/01/2003 13:34

 
        To:     "'www-forms@w3.org'" <www-forms@w3.org>
        cc: 
        Subject:        Question regarding XML Schema functionality in XForms

 




Everyone,

 

I'm relatively new to the XFormsRecommendation from W3 and wanted to ask a 
question regarding XML Schema.  One thing I'd like to be able to do from a 
schema document is build a drop down with the choices available from an 
enumerable restriction base in my XML Schema.  Is that supported in the 
XFormsspec, I've been reading through it and trying to implement some of 
the more simple examples and I'm not seeing it?  Any feedback would be 
greatly appreciated.

 

Tom Fuller, GTE Federal Credit Union

813-871-2690 ext 2608

Received on Wednesday, 29 January 2003 05:32:17 UTC