- From: Ray Waldin <rwaldin@lexica.net>
- Date: Thu, 25 May 2000 10:39:57 -0700
- To: "'petsa@us.ibm.com'" <petsa@us.ibm.com>, asirv@webmethods.com
- Cc: www-xml-schema-comments@w3.org, Schema Interest Group <w3c-xml-schema-ig@w3.org>
Asir, Ashok: That's correct, it's a datatype declaration. However, as it stands now, this datatype can only refer to an element in the instance data. Section 3 of the latest XForms Data Model Working Draft [1] illustrates this relationship between datatypes and instance data, and raises the following issue: [Issue: Will it be possible for attributes in the instance data to be edited with XForms?] -Ray [1] http://www.w3.org/TR/2000/WD-xforms-datamodel-20000406/#example > From: petsa@us.ibm.com [mailto:petsa@us.ibm.com] > Asir: > My guess is that they are not defining an element or attribute. > Instead, they are associating a datatype with a field in a form.> > > All the best, Ashok > > > "Asir S Vedamuthu" <asirv@webmethods.com> on 05/24/2000 03:44:46 PM > > Please respond to asirv@webmethods.com > > To: "Ray Waldin" <rwaldin@lexica.net>, > www-xml-schema-comments@w3.org > cc: "Schema Interest Group" <w3c-xml-schema-ig@w3.org> > Subject: [Clarification]: Analysis of using XML Schemas > Datatypes in the > XForms Data Model > > > > > Using the following usage example, > > 2.3 Usage Comparison > 2.3.1 XML Schema syntax > <xsd:element name="maritalStatus" default="married"> > <xsd:simpleType base="string"> > <xsd:enumeration value="single"/> > <xsd:enumeration value="married"/> > </xsd:simpleType> > </xsd:element> > > > 2.3.2 XForms syntax > <string name="maritalStatus"> > <value>single</value> > <value>married</value> > </string> > > In the above XForms syntax, is there a flag that indicates if > it is either > an element _decl_ or attribute _decl_? I believe I am missing > something > substantial. > > - Asir S Vedamuthu
Received on Thursday, 25 May 2000 13:34:58 UTC