Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element on_commit_rows
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_on.tmp#kw_on ansi2003_xsd_Element_kw_commit.tmp#kw_commit ansi2003_xsd_Element_table_commit_action.tmp#table_commit_action ansi2003_xsd_Element_kw_rows.tmp#kw_rows
Properties
content complex
Used by
Model
Children kw_commit, kw_on, kw_rows, table_commit_action
Instance
<on_commit_rows xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_on>{1,1}</kw_on>
  <kw_commit>{1,1}</kw_commit>
  <table_commit_action>{1,1}</table_commit_action>
  <kw_rows>{1,1}</kw_rows>
</on_commit_rows>
Source
<xs:element name="on_commit_rows">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_on"/>
      <xs:element ref="kw_commit"/>
      <xs:element ref="table_commit_action"/>
      <xs:element ref="kw_rows"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>