Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element regex_like_predicate_part_2
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_not.tmp#kw_not ansi2003_xsd_Element_kw_like_regex.tmp#kw_like_regex ansi2003_xsd_Element_xquery_pattern.tmp#xquery_pattern ansi2003_xsd_Element_flag_xquery_option_flag.tmp#flag_xquery_option_flag
Properties
content complex
Used by
Model
Children flag_xquery_option_flag, kw_like_regex, kw_not, xquery_pattern
Instance
<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>
Source
<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>