<prepare_statement xmlns="http://www.sqlparser.com/xml/ansi2003"> <kw_prepare>{1,1}</kw_prepare> <sql_statement_name>{1,1}</sql_statement_name> <attributes_specification>{0,1}</attributes_specification> <kw_from>{1,1}</kw_from> <sql_statement_variable>{1,1}</sql_statement_variable> </prepare_statement>
<xs:element name="prepare_statement"> <xs:complexType> <xs:sequence> <xs:element ref="kw_prepare"/> <xs:element ref="sql_statement_name"/> <xs:element ref="attributes_specification" minOccurs="0"/> <xs:element ref="kw_from"/> <xs:element ref="sql_statement_variable"/> </xs:sequence> </xs:complexType> </xs:element>