Showing:

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