Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element header_item_name
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_count.tmp#kw_count ansi2003_xsd_Element_kw_key_type.tmp#kw_key_type ansi2003_xsd_Element_kw_dynamic_function.tmp#kw_dynamic_function ansi2003_xsd_Element_kw_dynamic_function_code.tmp#kw_dynamic_function_code ansi2003_xsd_Element_kw_top_level_count.tmp#kw_top_level_count
Properties
content complex
Used by
Model
Children kw_count, kw_dynamic_function, kw_dynamic_function_code, kw_key_type, kw_top_level_count
Instance
<header_item_name xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_count>{1,1}</kw_count>
  <kw_key_type>{1,1}</kw_key_type>
  <kw_dynamic_function>{1,1}</kw_dynamic_function>
  <kw_dynamic_function_code>{1,1}</kw_dynamic_function_code>
  <kw_top_level_count>{1,1}</kw_top_level_count>
</header_item_name>
Source
<xs:element name="header_item_name">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="kw_count"/>
      <xs:element ref="kw_key_type"/>
      <xs:element ref="kw_dynamic_function"/>
      <xs:element ref="kw_dynamic_function_code"/>
      <xs:element ref="kw_top_level_count"/>
    </xs:choice>
  </xs:complexType>
</xs:element>