<finality xmlns="http://www.sqlparser.com/xml/ansi2003"> <kw_final>{1,1}</kw_final> <not_final>{1,1}</not_final> </finality>
<xs:element name="finality"> <xs:complexType> <xs:choice> <xs:element ref="kw_final"/> <xs:element name="not_final"> <xs:complexType> <xs:sequence> <xs:element ref="kw_not"/> <xs:element ref="kw_final"/> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element>
<not_final xmlns="http://www.sqlparser.com/xml/ansi2003"> <kw_not>{1,1}</kw_not> <kw_final>{1,1}</kw_final> </not_final>
<xs:element name="not_final"> <xs:complexType> <xs:sequence> <xs:element ref="kw_not"/> <xs:element ref="kw_final"/> </xs:sequence> </xs:complexType> </xs:element>