Showing:

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