- From: Asir S Vedamuthu <asirv@webmethods.com>
- Date: Wed, 24 May 2000 15:44:46 -0400
- To: "Ray Waldin" <rwaldin@lexica.net>, <www-xml-schema-comments@w3.org>
- Cc: "Schema Interest Group" <w3c-xml-schema-ig@w3.org>
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 15:44:31 UTC