Namespace |
http://www.sqlparser.com/xml/ansi2003 |
Diagram
|
|
Properties
|
|
Used by
|
|
Model
|
|
Children |
with_return, without_return |
Instance
|
<cursor_returnability xmlns="http://www.sqlparser.com/xml/ansi2003">
<with_return>{1,1}</with_return>
<without_return>{1,1}</without_return>
</cursor_returnability> |
|
Source
|
<xs:element name="cursor_returnability">
<xs:complexType>
<xs:choice>
<xs:element name="with_return">
<xs:complexType>
<xs:sequence>
<xs:element ref="kw_with"/>
<xs:element ref="kw_return"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="without_return">
<xs:complexType>
<xs:sequence>
<xs:element ref="kw_without"/>
<xs:element ref="kw_return"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element> |
|