Showing:

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