Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element hypothetical_set_function
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_rank_function_type.tmp#rank_function_type ansi2003_xsd_Element_hypothetical_set_function_value_expression_list.tmp#hypothetical_set_function_value_expression_list ansi2003_xsd_Element_within_group_specification.tmp#within_group_specification
Properties
content complex
Used by
Model
Children hypothetical_set_function_value_expression_list, rank_function_type, within_group_specification
Instance
<hypothetical_set_function xmlns="http://www.sqlparser.com/xml/ansi2003">
  <rank_function_type>{1,1}</rank_function_type>
  <hypothetical_set_function_value_expression_list>{1,1}</hypothetical_set_function_value_expression_list>
  <within_group_specification>{1,1}</within_group_specification>
</hypothetical_set_function>
Source
<xs:element name="hypothetical_set_function">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="rank_function_type"/>
      <xs:element ref="hypothetical_set_function_value_expression_list"/>
      <xs:element ref="within_group_specification"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>