Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element set_function_specification
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_aggregate_function.tmp#aggregate_function ansi2003_xsd_Element_grouping_operation.tmp#grouping_operation
Properties
content complex
Used by
Model
Children aggregate_function, grouping_operation
Instance
<set_function_specification xmlns="http://www.sqlparser.com/xml/ansi2003">
  <aggregate_function>{1,1}</aggregate_function>
  <grouping_operation>{1,1}</grouping_operation>
</set_function_specification>
Source
<xs:element name="set_function_specification">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="aggregate_function"/>
      <xs:element ref="grouping_operation"/>
    </xs:choice>
  </xs:complexType>
</xs:element>