Showing:

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