Showing:

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