Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element set_path_statement
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_set.tmp#kw_set ansi2003_xsd_Element_sql_path_characteristic.tmp#sql_path_characteristic
Properties
content complex
Used by
Model
Children kw_set, sql_path_characteristic
Instance
<set_path_statement xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_set>{1,1}</kw_set>
  <sql_path_characteristic>{1,1}</sql_path_characteristic>
</set_path_statement>
Source
<xs:element name="set_path_statement">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_set"/>
      <xs:element ref="sql_path_characteristic"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>