ISSUE-47

simpleType with attributes collection

State:
CLOSED
Product:
Basic
Raised by:
Paul Downey
Opened on:
2006-05-05
Description:
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.
Related emails:
  1. ISSUE-47: simpleType with attributes collection (from dean+cgi@w3.org on 2006-05-05)
  2. Minutes from XML Schema Patterns for Databinding F2F 22-23 May 2006 (from paul.downey@bt.com on 2006-06-02)
  3. Agenda: XML Schema Patterns for Databinding Telcon 8 August 2006 (from paul.downey@bt.com on 2006-08-07)
  4. Minutes: XML Schema Patterns for Databinding Telcon 8 August 2006 (from paul.downey@bt.com on 2006-08-08)
  5. Agenda: XML Schema Patterns for Databinding Telcon 22 August 2006 (from paul.downey@bt.com on 2006-08-21)
  6. Agenda: XML Schema Patterns for Databinding Telcon 5 September 2006 (from paul.downey@bt.com on 2006-09-03)
  7. ISSUE-69: Global Attributes (from dean+cgi@w3.org on 2006-09-05)
  8. Minutes: XML Schema Patterns for Databinding Telcon 5 September 2006 (from paul.downey@bt.com on 2006-09-05)
  9. Re: ISSUE-69: Global Attributes (from petexmldev@tech-know-ware.com on 2006-09-05)
  10. RE: ISSUE-69: Global Attributes (from paul.downey@bt.com on 2006-09-05)
  11. Re: ISSUE-69: Global Attributes (from petexmldev@tech-know-ware.com on 2006-09-07)
  12. Agenda: XML Schema Patterns for Databinding Telcon 12 September 2006 (from paul.downey@bt.com on 2006-09-11)
  13. Agenda: XML Schema Patterns for Databinding Telcon 19 September 2006 (from paul.downey@bt.com on 2006-09-18)

Related notes:

No additional notes.