ISSUE-80

Abstract Global ComplexType

State:
CLOSED
Product:
Basic
Raised by:
Paul Downey
Opened on:
2006-11-01
Description:
Proposed Basic Pattern:

  <xs:complexType name="foo" abstract="true">
    ....
  </xs:complexType>

may be extended using the ComplexTypeSequenceExtension,
seems to be well supported by tools, or at worst ignored.

pattern:

  ./xs:complexType[@abstract='true']/(@abstract)
Related emails:
  1. ISSUE-80: Abstract Global ComplexType (from dean+cgi@w3.org on 2006-11-01)
  2. Agenda: XML Schema Patterns for Databinding telcon 7 November 2006 (from paul.downey@bt.com on 2006-11-07)
  3. Minutes: XML Schema Patterns for Databinding telcon 7 November 2006 (from paul.downey@bt.com on 2006-11-07)

Related notes:

2006-11-07: accepted as being Basic