<regex_like_predicate_part_2 xmlns="http://www.sqlparser.com/xml/ansi2003"> <kw_not>{0,1}</kw_not> <kw_like_regex>{1,1}</kw_like_regex> <xquery_pattern>{1,1}</xquery_pattern> <flag_xquery_option_flag>{0,1}</flag_xquery_option_flag> </regex_like_predicate_part_2>
<xs:element name="regex_like_predicate_part_2"> <xs:complexType> <xs:sequence> <xs:element ref="kw_not" minOccurs="0"/> <xs:element ref="kw_like_regex"/> <xs:element ref="xquery_pattern"/> <xs:element ref="flag_xquery_option_flag" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element>