Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element connect_statement
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_connect.tmp#kw_connect ansi2003_xsd_Element_kw_to.tmp#kw_to ansi2003_xsd_Element_connection_target.tmp#connection_target
Properties
content complex
Used by
Model
Children connection_target, kw_connect, kw_to
Instance
<connect_statement xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_connect>{1,1}</kw_connect>
  <kw_to>{1,1}</kw_to>
  <connection_target>{1,1}</connection_target>
</connect_statement>
Source
<xs:element name="connect_statement">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_connect"/>
      <xs:element ref="kw_to"/>
      <xs:element ref="connection_target"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>