Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element routine_invocation
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_routine_name.tmp#routine_name ansi2003_xsd_Element_sql_argument_list.tmp#sql_argument_list
Properties
content complex
Used by
Model
Children routine_name, sql_argument_list
Instance
<routine_invocation xmlns="http://www.sqlparser.com/xml/ansi2003">
  <routine_name>{1,1}</routine_name>
  <sql_argument_list>{1,1}</sql_argument_list>
</routine_invocation>
Source
<xs:element name="routine_invocation">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="routine_name"/>
      <xs:element ref="sql_argument_list"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>