<go_to xmlns="http://www.sqlparser.com/xml/ansi2003"> <goto_go_to>{1,1}</goto_go_to> <goto_target>{1,1}</goto_target> </go_to>
<xs:element name="go_to"> <xs:complexType> <xs:sequence> <xs:element name="goto_go_to"> <xs:complexType> <xs:choice> <xs:element ref="kw_goto"/> <xs:element name="goto"> <xs:complexType> <xs:sequence> <xs:element ref="kw_go"/> <xs:element ref="kw_to"/> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element> <xs:element ref="goto_target"/> </xs:sequence> </xs:complexType> </xs:element>
<goto_go_to xmlns="http://www.sqlparser.com/xml/ansi2003"> <kw_goto>{1,1}</kw_goto> <goto>{1,1}</goto> </goto_go_to>
<xs:element name="goto_go_to"> <xs:complexType> <xs:choice> <xs:element ref="kw_goto"/> <xs:element name="goto"> <xs:complexType> <xs:sequence> <xs:element ref="kw_go"/> <xs:element ref="kw_to"/> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element>
<goto xmlns="http://www.sqlparser.com/xml/ansi2003"> <kw_go>{1,1}</kw_go> <kw_to>{1,1}</kw_to> </goto>
<xs:element name="goto"> <xs:complexType> <xs:sequence> <xs:element ref="kw_go"/> <xs:element ref="kw_to"/> </xs:sequence> </xs:complexType> </xs:element>