Showing:

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