Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element get_diagnostics_statement
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_get.tmp#kw_get ansi2003_xsd_Element_kw_diagnostics.tmp#kw_diagnostics ansi2003_xsd_Element_sql_diagnostics_information.tmp#sql_diagnostics_information
Properties
content complex
Used by
Model
Children kw_diagnostics, kw_get, sql_diagnostics_information
Instance
<get_diagnostics_statement xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_get>{1,1}</kw_get>
  <kw_diagnostics>{1,1}</kw_diagnostics>
  <sql_diagnostics_information>{1,1}</sql_diagnostics_information>
</get_diagnostics_statement>
Source
<xs:element name="get_diagnostics_statement">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_get"/>
      <xs:element ref="kw_diagnostics"/>
      <xs:element ref="sql_diagnostics_information"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>