- From: Databinding Issue Tracker <dean+cgi@w3.org>
- Date: Fri, 5 May 2006 08:03:45 +0000 (GMT)
- To: public-xsd-databinding@w3.org
ISSUE-47: simpleType with attributes collection
http://www.w3.org/2005/06/tracker/databinding/issues/47
Raised by: Paul Downey
On product: Basic
The following pattern is in common use as an collection:
<xs:complexType name="foo">
<xs:simpleContent>
<xs:extension base="SomeSimpleType">
<xs:attribute name="a1" .. />
<xs:attribute name="a2" ... />
...
</xs:extension>
</xs:simpleContent>
</xs:complexType>
>From some quick testing with databinding tools it seems
to be well supported and therefore could qualify as a
Basic pattern.
Note that the extension base MUST be a simple type.
Received on Friday, 5 May 2006 08:03:52 UTC