<fetch_statement xmlns="http://www.sqlparser.com/xml/ansi2003"> <kw_fetch>{1,1}</kw_fetch> <fetch_orientation_from>{0,1}</fetch_orientation_from> <cursor_name>{1,1}</cursor_name> <kw_into>{1,1}</kw_into> <fetch_target_list>{1,1}</fetch_target_list> </fetch_statement>
<xs:element name="fetch_statement"> <xs:complexType> <xs:sequence> <xs:element ref="kw_fetch"/> <xs:element ref="fetch_orientation_from" minOccurs="0"/> <xs:element ref="cursor_name"/> <xs:element ref="kw_into"/> <xs:element ref="fetch_target_list"/> </xs:sequence> </xs:complexType> </xs:element>