Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element window_frame_bound
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_window_frame_start.tmp#window_frame_start ansi2003_xsd_Element_kw_unbounded_following.tmp#kw_unbounded_following ansi2003_xsd_Element_window_frame_following.tmp#window_frame_following
Properties
content complex
Used by
Model
Children kw_unbounded_following, window_frame_following, window_frame_start
Instance
<window_frame_bound xmlns="http://www.sqlparser.com/xml/ansi2003">
  <window_frame_start>{1,1}</window_frame_start>
  <kw_unbounded_following>{1,1}</kw_unbounded_following>
  <window_frame_following>{1,1}</window_frame_following>
</window_frame_bound>
Source
<xs:element name="window_frame_bound">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="window_frame_start"/>
      <xs:element ref="kw_unbounded_following"/>
      <xs:element ref="window_frame_following"/>
    </xs:choice>
  </xs:complexType>
</xs:element>