<with_or_without_data xmlns="http://www.sqlparser.com/xml/ansi2003"> <without_data>{1,1}</without_data> <with_data>{1,1}</with_data> </with_or_without_data>
<xs:element name="with_or_without_data"> <xs:complexType> <xs:choice> <xs:element name="without_data"> <xs:complexType> <xs:choice> <xs:element ref="kw_with"/> <xs:element ref="kw_no"/> <xs:element ref="kw_data"/> </xs:choice> </xs:complexType> </xs:element> <xs:element name="with_data"> <xs:complexType> <xs:choice> <xs:element ref="kw_with"/> <xs:element ref="kw_data"/> </xs:choice> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element>
<without_data xmlns="http://www.sqlparser.com/xml/ansi2003"> <kw_with>{1,1}</kw_with> <kw_no>{1,1}</kw_no> <kw_data>{1,1}</kw_data> </without_data>
<xs:element name="without_data"> <xs:complexType> <xs:choice> <xs:element ref="kw_with"/> <xs:element ref="kw_no"/> <xs:element ref="kw_data"/> </xs:choice> </xs:complexType> </xs:element>
<with_data xmlns="http://www.sqlparser.com/xml/ansi2003"> <kw_with>{1,1}</kw_with> <kw_data>{1,1}</kw_data> </with_data>
<xs:element name="with_data"> <xs:complexType> <xs:choice> <xs:element ref="kw_with"/> <xs:element ref="kw_data"/> </xs:choice> </xs:complexType> </xs:element>