Showing:

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