Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element map_category
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_map.tmp#kw_map ansi2003_xsd_Element_kw_with.tmp#kw_with ansi2003_xsd_Element_map_function_specification.tmp#map_function_specification
Properties
content complex
Used by
Model
Children kw_map, kw_with, map_function_specification
Instance
<map_category xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_map>{1,1}</kw_map>
  <kw_with>{1,1}</kw_with>
  <map_function_specification>{1,1}</map_function_specification>
</map_category>
Source
<xs:element name="map_category">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_map"/>
      <xs:element ref="kw_with"/>
      <xs:element ref="map_function_specification"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>