ISSUE-55

simple abstract substitutionGroup pattern

State:
CLOSED
Product:
Advanced
Raised by:
George Cowe
Opened on:
2006-05-23
Description:
The following pattern was used in our schemas:

first schema:
"""
<xs:element name="content" abstract="true"/>
"""

second schema:
"""
<xs:element name="stuff" type="tns:MyContent" substitutionGroup="content"/>
"""

Note there is only one member of the substitutionGroup, 
i.e. it replaces one element
Related emails:
  1. ISSUE-55: substitutionGroup pattern (from dean+cgi@w3.org on 2006-05-23)
  2. Minutes from XML Schema Patterns for Databinding F2F 22-23 May 2006 (from paul.downey@bt.com on 2006-06-02)
  3. Minutes: XML Schema Patterns for Databinding F2F 5th-6th October 2006 (from paul.downey@bt.com on 2006-10-07)

Related notes:

2006-10-05: RESOLUTION: close ISSUE-55 as Advanced, needs example