|
Namespace |
http://www.sqlparser.com/xml/ansi2003 |
Diagram
|
|
Type |
restriction of xs:string |
Properties
|
|
Facets
|
|
Used by
|
Elements |
connect_statement, cycle_clause, go_to/goto_go_to/goto, grant_privilege_statement, grant_role_statement, interval_qualifier/start_to_end_field, kw_to_sql, savepoint_clause, similar_predicate_part_2, to_sql, transliteration_definition |
|
Source
|
<xs:element name="kw_to">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="to"/>
</xs:restriction>
</xs:simpleType>
</xs:element> |
|
|
|