Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element method_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_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
Properties
content complex
Used by
Model
Children deterministic_characteristic, language_clause, null_call_clause, parameter_style_clause, sql_data_access_indication
Instance
<method_characteristic xmlns="http://www.sqlparser.com/xml/ansi2003">
  <language_clause>{1,1}</language_clause>
  <parameter_style_clause>{1,1}</parameter_style_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>
</method_characteristic>
Source
<xs:element name="method_characteristic">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="language_clause"/>
      <xs:element ref="parameter_style_clause"/>
      <xs:element ref="deterministic_characteristic"/>
      <xs:element ref="sql_data_access_indication"/>
      <xs:element ref="null_call_clause"/>
    </xs:choice>
  </xs:complexType>
</xs:element>