Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element when_operand_list
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_when_operand.tmp#when_operand
Properties
content complex
Used by
Model
Children when_operand
Instance
<when_operand_list xmlns="http://www.sqlparser.com/xml/ansi2003">
  <when_operand>{1,unbounded}</when_operand>
</when_operand_list>
Source
<xs:element name="when_operand_list">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="when_operand" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>