ISSUE-21: proposed pattern for inheritance using elements

The following is a proposed pattern for ISSUE-21, inheritance

<xs:complexType name="foo">
  <xs:extension base="tns:MyComplexType">
    <xs:sequence>
      <xs:element .../>
      <xs:element .../>
    </xs:sequence>
  </xs:extension>
</xs:complexType>

there may be more, e.g. with attributes ..

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

Received on Tuesday, 23 May 2006 10:58:05 UTC