Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element directly_executable_statement
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_direct_sql_data_statement.tmp#direct_sql_data_statement ansi2003_xsd_Element_sql_schema_statement.tmp#sql_schema_statement ansi2003_xsd_Element_sql_transaction_statement.tmp#sql_transaction_statement ansi2003_xsd_Element_sql_connection_statement.tmp#sql_connection_statement ansi2003_xsd_Element_sql_session_statement.tmp#sql_session_statement ansi2003_xsd_Element_direct_implementation_defined_statement.tmp#direct_implementation_defined_statement
Properties
content complex
Used by
Model
Children direct_implementation_defined_statement, direct_sql_data_statement, sql_connection_statement, sql_schema_statement, sql_session_statement, sql_transaction_statement
Instance
<directly_executable_statement xmlns="http://www.sqlparser.com/xml/ansi2003">
  <direct_sql_data_statement>{1,1}</direct_sql_data_statement>
  <sql_schema_statement>{1,1}</sql_schema_statement>
  <sql_transaction_statement>{1,1}</sql_transaction_statement>
  <sql_connection_statement>{1,1}</sql_connection_statement>
  <sql_session_statement>{1,1}</sql_session_statement>
  <direct_implementation_defined_statement>{1,1}</direct_implementation_defined_statement>
</directly_executable_statement>
Source
<xs:element name="directly_executable_statement">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="direct_sql_data_statement"/>
      <xs:element ref="sql_schema_statement"/>
      <xs:element ref="sql_transaction_statement"/>
      <xs:element ref="sql_connection_statement"/>
      <xs:element ref="sql_session_statement"/>
      <xs:element ref="direct_implementation_defined_statement"/>
    </xs:choice>
  </xs:complexType>
</xs:element>