- From: <petsa@us.ibm.com>
- Date: Wed, 24 May 2000 16:45:46 -0400
- To: asirv@webmethods.com
- cc: "Ray Waldin" <rwaldin@lexica.net>, www-xml-schema-comments@w3.org, "Schema Interest Group" <w3c-xml-schema-ig@w3.org>
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 -----Original Message----- From: www-xml-schema-comments-request@w3.org [mailto:www-xml-schema-comments-request@w3.org]On Behalf Of Ray Waldin Sent: Wednesday, May 24, 2000 3:33 PM To: 'www-xml-schema-comments@w3.org' Subject: Analysis of using XML Schemas Datatypes in the XForms Data Model The chairs of the XForms Working Group have asked me to deliver the following gap analysis document to the XML Schema Working group. (attached) Thanks, Ray Waldin Lexica rwaldin@lexica.net
Received on Wednesday, 24 May 2000 16:46:02 UTC