Showing:

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