| Namespace |
http://www.sqlparser.com/xml/ansi2003 |
|
Diagram
|
|
|
Properties
|
|
|
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> |
|