Showing:

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