Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element regex_transliteration
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_regex_transliteration.tmp#regex_transliteration_kw_translate_regex ansi2003_xsd_Element_xquery_pattern.tmp#xquery_pattern ansi2003_xsd_Element_flag_xquery_option_flag.tmp#flag_xquery_option_flag ansi2003_xsd_Element_regex_transliteration.tmp#regex_transliteration_kw_in ansi2003_xsd_Element_regex_subject_string.tmp#regex_subject_string ansi2003_xsd_Element_regex_transliteration.tmp#regex_transliteration_with_xquery_replacement_string ansi2003_xsd_Element_from_start_position.tmp#from_start_position ansi2003_xsd_Element_using_char_length_units.tmp#using_char_length_units ansi2003_xsd_Element_regex_transliteration.tmp#regex_transliteration_occurrence_regex_transliteration_occurrence
Properties
content complex
Used by
Model
Children flag_xquery_option_flag, from_start_position, kw_in, kw_translate_regex, occurrence_regex_transliteration_occurrence, regex_subject_string, using_char_length_units, with_xquery_replacement_string, xquery_pattern
Instance
<regex_transliteration xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_translate_regex>{1,1}</kw_translate_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>
  <with_xquery_replacement_string>{0,1}</with_xquery_replacement_string>
  <from_start_position>{0,1}</from_start_position>
  <using_char_length_units>{0,1}</using_char_length_units>
  <occurrence_regex_transliteration_occurrence>{0,1}</occurrence_regex_transliteration_occurrence>
</regex_transliteration>
Source
<xs:element name="regex_transliteration">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="kw_translate_regex"/>
      <xs:element ref="xquery_pattern"/>
      <xs:element ref="flag_xquery_option_flag" minOccurs="0"/>
      <xs:element name="kw_in"/>
      <xs:element ref="regex_subject_string"/>
      <xs:element name="with_xquery_replacement_string" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="kw_with"/>
            <xs:element ref="xquery_replacement_string"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element ref="from_start_position" minOccurs="0"/>
      <xs:element ref="using_char_length_units" minOccurs="0"/>
      <xs:element name="occurrence_regex_transliteration_occurrence" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="kw_occurrence"/>
            <xs:element ref="regex_transliteration_occurrence"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element regex_transliteration / kw_translate_regex
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram
Source
<xs:element name="kw_translate_regex"/>
Element regex_transliteration / kw_in
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram
Source
<xs:element name="kw_in"/>
Element regex_transliteration / with_xquery_replacement_string
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_with.tmp#kw_with ansi2003_xsd_Element_xquery_replacement_string.tmp#xquery_replacement_string
Properties
content complex
minOccurs 0
Model
Children kw_with, xquery_replacement_string
Instance
<with_xquery_replacement_string xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_with>{1,1}</kw_with>
  <xquery_replacement_string>{1,1}</xquery_replacement_string>
</with_xquery_replacement_string>
Source
<xs:element name="with_xquery_replacement_string" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_with"/>
      <xs:element ref="xquery_replacement_string"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element regex_transliteration / occurrence_regex_transliteration_occurrence
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_occurrence.tmp#kw_occurrence ansi2003_xsd_Element_regex_transliteration_occurrence.tmp#regex_transliteration_occurrence
Properties
content complex
minOccurs 0
Model
Children kw_occurrence, regex_transliteration_occurrence
Instance
<occurrence_regex_transliteration_occurrence xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_occurrence>{1,1}</kw_occurrence>
  <regex_transliteration_occurrence>{1,1}</regex_transliteration_occurrence>
</occurrence_regex_transliteration_occurrence>
Source
<xs:element name="occurrence_regex_transliteration_occurrence" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_occurrence"/>
      <xs:element ref="regex_transliteration_occurrence"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>