Showing:

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