Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element partial_method_specification
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_instance_static_constructor.tmp#instance_static_constructor ansi2003_xsd_Element_kw_method.tmp#kw_method ansi2003_xsd_Element_method_name.tmp#method_name ansi2003_xsd_Element_sql_parameter_declaration_list.tmp#sql_parameter_declaration_list ansi2003_xsd_Element_returns_clause.tmp#returns_clause ansi2003_xsd_Element_partial_method_specification.tmp#partial_method_specification_specific_clause
Properties
content complex
Used by
Model
Children instance_static_constructor, kw_method, method_name, returns_clause, specific_clause, sql_parameter_declaration_list
Instance
<partial_method_specification xmlns="http://www.sqlparser.com/xml/ansi2003">
  <instance_static_constructor>{1,1}</instance_static_constructor>
  <kw_method>{1,1}</kw_method>
  <method_name>{1,1}</method_name>
  <sql_parameter_declaration_list>{1,1}</sql_parameter_declaration_list>
  <returns_clause>{1,1}</returns_clause>
  <specific_clause>{0,1}</specific_clause>
</partial_method_specification>
Source
<xs:element name="partial_method_specification">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="instance_static_constructor"/>
      <xs:element ref="kw_method"/>
      <xs:element ref="method_name"/>
      <xs:element ref="sql_parameter_declaration_list"/>
      <xs:element ref="returns_clause"/>
      <xs:element name="specific_clause" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="kw_specific"/>
            <xs:element ref="specific_method_name"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element partial_method_specification / specific_clause
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_specific.tmp#kw_specific ansi2003_xsd_Element_specific_method_name.tmp#specific_method_name
Properties
content complex
minOccurs 0
Model
Children kw_specific, specific_method_name
Instance
<specific_clause xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_specific>{1,1}</kw_specific>
  <specific_method_name>{1,1}</specific_method_name>
</specific_clause>
Source
<xs:element name="specific_clause" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_specific"/>
      <xs:element ref="specific_method_name"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>