ISSUE-80: Abstract Global ComplexType

ISSUE-80: Abstract Global ComplexType

http://www.w3.org/2005/06/tracker/databinding/issues/80

Raised by: Paul Downey
On product: Basic

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)

Received on Wednesday, 1 November 2006 23:15:01 UTC