|
Namespace |
http://www.sqlparser.com/xml/ansi2003 |
Diagram
|
|
Type |
restriction of xs:string |
Properties
|
|
Facets
|
|
Used by
|
Elements |
allocate_descriptor_statement, deallocate_descriptor_statement, embedded_character_set_declaration, from_sql, get_descriptor_statement, into_descriptor, kw_from_sql, kw_to_sql, language_name, parameter_style, rights_clause/sql_security_definer, rights_clause/sql_security_invoker, set_descriptor_statement, sql_data_access_indication/contains_sql, sql_data_access_indication/modifies_sql_data, sql_data_access_indication/no_sql, sql_data_access_indication/reads_sql_data, sql_prefix/ampersand_sql, sql_prefix/exec_sql, to_sql, using_descriptor |
|
Source
|
<xs:element name="kw_sql">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="sql"/>
</xs:restriction>
</xs:simpleType>
</xs:element> |
|
|
|