<triggered_sql_statement xmlns="http://www.sqlparser.com/xml/ansi2003"> <sql_procedure_statement>{1,1}</sql_procedure_statement> <begin_automatic_body_end>{1,1}</begin_automatic_body_end> </triggered_sql_statement>
<xs:element name="triggered_sql_statement"> <xs:complexType> <xs:choice> <xs:element ref="sql_procedure_statement"/> <xs:element name="begin_automatic_body_end"> <xs:complexType> <xs:sequence> <xs:element ref="kw_begin"/> <xs:element ref="kw_automatic"/> <xs:element ref="sql_procedure_statement" maxOccurs="unbounded"/> <xs:element ref="kw_end"/> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element>
<begin_automatic_body_end xmlns="http://www.sqlparser.com/xml/ansi2003"> <kw_begin>{1,1}</kw_begin> <kw_automatic>{1,1}</kw_automatic> <sql_procedure_statement>{1,unbounded}</sql_procedure_statement> <kw_end>{1,1}</kw_end> </begin_automatic_body_end>
<xs:element name="begin_automatic_body_end"> <xs:complexType> <xs:sequence> <xs:element ref="kw_begin"/> <xs:element ref="kw_automatic"/> <xs:element ref="sql_procedure_statement" maxOccurs="unbounded"/> <xs:element ref="kw_end"/> </xs:sequence> </xs:complexType> </xs:element>