Showing:

Annotations
Diagrams
Model
Source
Element Group control_statement
Namespace http://www.sqlparser.com/xml/ansi2003
Annotations
Control statement.this group is used for documentation only, not used in XML file.
Diagram
Diagram ansi2003_xsd_Element_call_statement.tmp#call_statement ansi2003_xsd_Element_return_statement.tmp#return_statement
Model
Children call_statement, return_statement
Source
<xs:group name="control_statement">
  <xs:annotation>
    <xs:documentation xml:lang="en">Control statement.this group is used for documentation only, not used in XML file.</xs:documentation>
  </xs:annotation>
  <xs:all>
    <xs:element ref="call_statement"/>
    <xs:element ref="return_statement"/>
  </xs:all>
</xs:group>