Showing:

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