<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>
<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>