Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element to_sql
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_to.tmp#kw_to ansi2003_xsd_Element_kw_sql.tmp#kw_sql ansi2003_xsd_Element_kw_with.tmp#kw_with ansi2003_xsd_Element_to_sql_function.tmp#to_sql_function
Properties
content complex
Used by
Model
Children kw_sql, kw_to, kw_with, to_sql_function
Instance
<to_sql xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_to>{1,1}</kw_to>
  <kw_sql>{1,1}</kw_sql>
  <kw_with>{1,1}</kw_with>
  <to_sql_function>{1,1}</to_sql_function>
</to_sql>
Source
<xs:element name="to_sql">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_to"/>
      <xs:element ref="kw_sql"/>
      <xs:element ref="kw_with"/>
      <xs:element ref="to_sql_function"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>