|
Namespace |
http://www.sqlparser.com/xml/ansi2003 |
Diagram
|
|
Type |
restriction of xs:string |
Properties
|
|
Facets
|
|
Used by
|
Elements |
allocate_descriptor_statement/with_max_occurrences, alter_sequence_generator_restart_option, cast_to_distinct, cast_to_ref, cast_to_source, cast_to_type, collection_derived_table/kw_with_ordinality, column_options, cursor_holdability/with_hold, cursor_returnability/with_return, from_sql, grant_privilege_statement/with_grant_option, grant_privilege_statement/with_hierarchy_option, grant_role_statement/with_admin_option, map_category, nesting_options/with_nesting, regex_transliteration/with_xquery_replacement_string, relative_category, role_definition/with_admin_grantor, sequence_generator_start_with_option, to_sql, user_defined_cast_definition, view_column_option, view_definition/with_level_clause_check_option, with_clause, with_or_without_data/with_data, with_or_without_data/without_data, with_or_without_time_zone/with_time_zone |
|
Source
|
<xs:element name="kw_with">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="with"/>
</xs:restriction>
</xs:simpleType>
</xs:element> |
|
|
|