ISSUE-54: Sequence of choice Pattern

ISSUE-54: Sequence of choice Pattern

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

Raised by: George Cowe
On product: Advanced

The following pattern is used in our schemas:


"""
<xs:complexType name="foo">
  <xs:sequence>
    <xs:element name="bar" type="xs:string"/>  
    <xs:choice>
      <xs:element name="opt1" type="xs:string"/>
      <xs:element name="opt2" type="xs:string"/>
    </xs:choice>
</xs:complexType>
"""

Received on Tuesday, 23 May 2006 10:23:53 UTC