Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element preparable_sql_session_statement
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_sql_session_statement.tmp#sql_session_statement
Properties
content complex
Used by
Model
Children sql_session_statement
Instance
<preparable_sql_session_statement xmlns="http://www.sqlparser.com/xml/ansi2003">
  <sql_session_statement>{1,1}</sql_session_statement>
</preparable_sql_session_statement>
Source
<xs:element name="preparable_sql_session_statement">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="sql_session_statement"/>
    </xs:choice>
  </xs:complexType>
</xs:element>