Showing:

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