Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element multiple_column_assignment
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_set_target_list.tmp#set_target_list ansi2003_xsd_Element_equals_operator.tmp#equals_operator ansi2003_xsd_Element_assigned_row.tmp#assigned_row
Properties
content complex
Used by
Element set_clause
Model
Children assigned_row, equals_operator, set_target_list
Instance
<multiple_column_assignment xmlns="http://www.sqlparser.com/xml/ansi2003">
  <set_target_list>{1,1}</set_target_list>
  <equals_operator>{1,1}</equals_operator>
  <assigned_row>{1,1}</assigned_row>
</multiple_column_assignment>
Source
<xs:element name="multiple_column_assignment">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="set_target_list"/>
      <xs:element ref="equals_operator"/>
      <xs:element ref="assigned_row"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>