Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element method_invocation
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_direct_invocation.tmp#direct_invocation ansi2003_xsd_Element_generalized_invocation.tmp#generalized_invocation
Properties
content complex
Used by
Model
Children direct_invocation, generalized_invocation
Instance
<method_invocation xmlns="http://www.sqlparser.com/xml/ansi2003">
  <direct_invocation>{1,1}</direct_invocation>
  <generalized_invocation>{1,1}</generalized_invocation>
</method_invocation>
Source
<xs:element name="method_invocation">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="direct_invocation"/>
      <xs:element ref="generalized_invocation"/>
    </xs:choice>
  </xs:complexType>
</xs:element>