<commit_statement xmlns="http://www.sqlparser.com/xml/ansi2003"> <kw_commit>{1,1}</kw_commit> <kw_work>{0,1}</kw_work> <and_no_chain>{0,1}</and_no_chain> </commit_statement>
<xs:element name="commit_statement"> <xs:complexType> <xs:sequence> <xs:element ref="kw_commit"/> <xs:element ref="kw_work" minOccurs="0"/> <xs:element ref="and_no_chain" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element>