Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element window_frame_start
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_unbounded_preceding.tmp#kw_unbounded_preceding ansi2003_xsd_Element_window_frame_preceding.tmp#window_frame_preceding ansi2003_xsd_Element_window_frame_start.tmp#window_frame_start_kw_current_row
Properties
content complex
Used by
Model
Children kw_current_row, kw_unbounded_preceding, window_frame_preceding
Instance
<window_frame_start xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_unbounded_preceding>{1,1}</kw_unbounded_preceding>
  <window_frame_preceding>{1,1}</window_frame_preceding>
  <kw_current_row>{1,1}</kw_current_row>
</window_frame_start>
Source
<xs:element name="window_frame_start">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="kw_unbounded_preceding"/>
      <xs:element ref="window_frame_preceding"/>
      <xs:element name="kw_current_row">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="kw_current"/>
            <xs:element ref="kw_row"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element window_frame_start / kw_current_row
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_current.tmp#kw_current ansi2003_xsd_Element_kw_row.tmp#kw_row
Properties
content complex
Model
Children kw_current, kw_row
Instance
<kw_current_row xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_current>{1,1}</kw_current>
  <kw_row>{1,1}</kw_row>
</kw_current_row>
Source
<xs:element name="kw_current_row">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_current"/>
      <xs:element ref="kw_row"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>