Showing:

Annotations
Diagrams
Model
Source
Element Group direct_invocation_of_sql
Namespace http://www.sqlparser.com/xml/ansi2003
Annotations
Direct invocation of SQL.this group is used for documentation only, not used in XML file.
Diagram
Diagram ansi2003_xsd_Element_direct_sql_statement.tmp#direct_sql_statement ansi2003_xsd_Element_direct_select_statement_multiple_rows.tmp#direct_select_statement_multiple_rows
Model
Children direct_select_statement_multiple_rows, direct_sql_statement
Source
<xs:group name="direct_invocation_of_sql">
  <xs:annotation>
    <xs:documentation xml:lang="en">Direct invocation of SQL.this group is used for documentation only, not used in XML file.</xs:documentation>
  </xs:annotation>
  <xs:all>
    <xs:element ref="direct_sql_statement"/>
    <xs:element ref="direct_select_statement_multiple_rows"/>
  </xs:all>
</xs:group>