<major_category xmlns="http://www.sqlparser.com/xml/ansi2003"> <kw_sqlexcetion>{1,1}</kw_sqlexcetion> <kw_sqlwarning>{1,1}</kw_sqlwarning> <not_found>{1,1}</not_found> </major_category>
<xs:element name="major_category"> <xs:complexType> <xs:sequence> <xs:element ref="kw_sqlexcetion"/> <xs:element ref="kw_sqlwarning"/> <xs:element name="not_found"> <xs:complexType> <xs:sequence> <xs:element ref="kw_not"/> <xs:element ref="kw_found"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
<not_found xmlns="http://www.sqlparser.com/xml/ansi2003"> <kw_not>{1,1}</kw_not> <kw_found>{1,1}</kw_found> </not_found>
<xs:element name="not_found"> <xs:complexType> <xs:sequence> <xs:element ref="kw_not"/> <xs:element ref="kw_found"/> </xs:sequence> </xs:complexType> </xs:element>