ISSUE-55: substitutionGroup pattern

ISSUE-55: substitutionGroup pattern

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

Raised by: George Cowe
On product: Advanced

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

Received on Tuesday, 23 May 2006 10:35:06 UTC