ISSUE-54

Sequence of choice Pattern

State:
CLOSED
Product:
Advanced
Raised by:
George Cowe
Opened on:
2006-05-23
Description:
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>
"""
Related emails:
  1. ISSUE-54: Sequence of choice 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: accepeted this specific pattern as Advanced