Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element regex_occurrences_function
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_occurrences_regex.tmp#kw_occurrences_regex ansi2003_xsd_Element_xquery_pattern.tmp#xquery_pattern ansi2003_xsd_Element_flag_xquery_option_flag.tmp#flag_xquery_option_flag ansi2003_xsd_Element_kw_in.tmp#kw_in ansi2003_xsd_Element_regex_subject_string.tmp#regex_subject_string ansi2003_xsd_Element_from_start_position.tmp#from_start_position ansi2003_xsd_Element_using_char_length_units.tmp#using_char_length_units
Properties
content complex
Used by
Model
Children flag_xquery_option_flag, from_start_position, kw_in, kw_occurrences_regex, regex_subject_string, using_char_length_units, xquery_pattern
Instance
<regex_occurrences_function xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_occurrences_regex>{1,1}</kw_occurrences_regex>
  <xquery_pattern>{1,1}</xquery_pattern>
  <flag_xquery_option_flag>{0,1}</flag_xquery_option_flag>
  <kw_in>{1,1}</kw_in>
  <regex_subject_string>{1,1}</regex_subject_string>
  <from_start_position>{0,1}</from_start_position>
  <using_char_length_units>{0,1}</using_char_length_units>
</regex_occurrences_function>
Source
<xs:element name="regex_occurrences_function">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_occurrences_regex"/>
      <xs:element ref="xquery_pattern"/>
      <xs:element ref="flag_xquery_option_flag" minOccurs="0"/>
      <xs:element ref="kw_in"/>
      <xs:element ref="regex_subject_string"/>
      <xs:element ref="from_start_position" minOccurs="0"/>
      <xs:element ref="using_char_length_units" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>