Showing:

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