Showing:

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