<cursor_holdability xmlns="http://www.sqlparser.com/xml/ansi2003"> <with_hold>{1,1}</with_hold> <without_hold>{1,1}</without_hold> </cursor_holdability>
<xs:element name="cursor_holdability"> <xs:complexType> <xs:choice> <xs:element name="with_hold"> <xs:complexType> <xs:sequence> <xs:element ref="kw_with"/> <xs:element ref="kw_hold"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="without_hold"> <xs:complexType> <xs:sequence> <xs:element ref="kw_without"/> <xs:element ref="kw_hold"/> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element>
<with_hold xmlns="http://www.sqlparser.com/xml/ansi2003"> <kw_with>{1,1}</kw_with> <kw_hold>{1,1}</kw_hold> </with_hold>
<xs:element name="with_hold"> <xs:complexType> <xs:sequence> <xs:element ref="kw_with"/> <xs:element ref="kw_hold"/> </xs:sequence> </xs:complexType> </xs:element>
<without_hold xmlns="http://www.sqlparser.com/xml/ansi2003"> <kw_without>{1,1}</kw_without> <kw_hold>{1,1}</kw_hold> </without_hold>
<xs:element name="without_hold"> <xs:complexType> <xs:sequence> <xs:element ref="kw_without"/> <xs:element ref="kw_hold"/> </xs:sequence> </xs:complexType> </xs:element>