| Namespace |
http://www.sqlparser.com/xml/ansi2003 |
|
Diagram
|
|
|
Properties
|
|
|
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> |
|