Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element routine_characteristic
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_language_clause.tmp#language_clause ansi2003_xsd_Element_parameter_style_clause.tmp#parameter_style_clause ansi2003_xsd_Element_routine_characteristic.tmp#routine_characteristic_specific_name_clause ansi2003_xsd_Element_deterministic_characteristic.tmp#deterministic_characteristic ansi2003_xsd_Element_sql_data_access_indication.tmp#sql_data_access_indication ansi2003_xsd_Element_null_call_clause.tmp#null_call_clause ansi2003_xsd_Element_returned_result_sets_characteristic.tmp#returned_result_sets_characteristic ansi2003_xsd_Element_savepoint_level_indication.tmp#savepoint_level_indication
Properties
content complex
Used by
Model
Children deterministic_characteristic, language_clause, null_call_clause, parameter_style_clause, returned_result_sets_characteristic, savepoint_level_indication, specific_name_clause, sql_data_access_indication
Instance
<routine_characteristic xmlns="http://www.sqlparser.com/xml/ansi2003">
  <language_clause>{1,1}</language_clause>
  <parameter_style_clause>{1,1}</parameter_style_clause>
  <specific_name_clause>{1,1}</specific_name_clause>
  <deterministic_characteristic>{1,1}</deterministic_characteristic>
  <sql_data_access_indication>{1,1}</sql_data_access_indication>
  <null_call_clause>{1,1}</null_call_clause>
  <returned_result_sets_characteristic>{1,1}</returned_result_sets_characteristic>
  <savepoint_level_indication>{1,1}</savepoint_level_indication>
</routine_characteristic>
Source
<xs:element name="routine_characteristic">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="language_clause"/>
      <xs:element ref="parameter_style_clause"/>
      <xs:element name="specific_name_clause">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="kw_specific"/>
            <xs:element ref="specific_name"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element ref="deterministic_characteristic"/>
      <xs:element ref="sql_data_access_indication"/>
      <xs:element ref="null_call_clause"/>
      <xs:element ref="returned_result_sets_characteristic"/>
      <xs:element ref="savepoint_level_indication"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element routine_characteristic / specific_name_clause
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_specific.tmp#kw_specific ansi2003_xsd_Element_specific_name.tmp#specific_name
Properties
content complex
Model
Children kw_specific, specific_name
Instance
<specific_name_clause xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_specific>{1,1}</kw_specific>
  <specific_name>{1,1}</specific_name>
</specific_name_clause>
Source
<xs:element name="specific_name_clause">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_specific"/>
      <xs:element ref="specific_name"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>