proposed patterns for ISSUE-9

The following patterns exhibit xs:union for ISSUE-9

<xs:simpleType name="foo">
  <xs:union memberTypes="xs:string xs:int"/>
</xs:simpleType>

<xs:simpleType name="foo">
  <xs:union memberTypes="tns:MySimpleType xs:int"/>
</xs:simpleType>

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