W3C home > Mailing lists > Public > www-xml-schema-comments@w3.org > April to June 2000

[Clarification]: Analysis of using XML Schemas Datatypes in the XForms Data Model

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>
Message-ID: <NDBBIAKBICMNDPDGIKPPCEJOCEAA.asirv@webmethods.com>
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 GMT

This archive was generated by hypermail 2.2.0+W3C-0.50 : Sunday, 6 December 2009 18:12:47 GMT