Namespace |
http://www.sqlparser.com/xml/ansi2003 |
Diagram
|
|
Properties
|
|
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> |
|