Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element width_bucket_function
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_width_bucket.tmp#kw_width_bucket ansi2003_xsd_Element_width_bucket_operand.tmp#width_bucket_operand ansi2003_xsd_Element_width_bucket_bound_1.tmp#width_bucket_bound_1 ansi2003_xsd_Element_width_bucket_bound_2.tmp#width_bucket_bound_2 ansi2003_xsd_Element_width_bucket_count.tmp#width_bucket_count
Properties
content complex
Used by
Model
Children kw_width_bucket, width_bucket_bound_1, width_bucket_bound_2, width_bucket_count, width_bucket_operand
Instance
<width_bucket_function xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_width_bucket>{1,1}</kw_width_bucket>
  <width_bucket_operand>{1,1}</width_bucket_operand>
  <width_bucket_bound_1>{1,1}</width_bucket_bound_1>
  <width_bucket_bound_2>{1,1}</width_bucket_bound_2>
  <width_bucket_count>{1,1}</width_bucket_count>
</width_bucket_function>
Source
<xs:element name="width_bucket_function">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_width_bucket"/>
      <xs:element ref="width_bucket_operand"/>
      <xs:element ref="width_bucket_bound_1"/>
      <xs:element ref="width_bucket_bound_2"/>
      <xs:element ref="width_bucket_count"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>