Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element character_value_function
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_character_substring_function.tmp#character_substring_function ansi2003_xsd_Element_regular_expression_substring_function.tmp#regular_expression_substring_function ansi2003_xsd_Element_regex_substring_function.tmp#regex_substring_function ansi2003_xsd_Element_fold.tmp#fold ansi2003_xsd_Element_transcoding.tmp#transcoding ansi2003_xsd_Element_character_transliteration.tmp#character_transliteration ansi2003_xsd_Element_regex_transliteration.tmp#regex_transliteration ansi2003_xsd_Element_trim_function.tmp#trim_function ansi2003_xsd_Element_character_overlay_function.tmp#character_overlay_function ansi2003_xsd_Element_normalize_function.tmp#normalize_function ansi2003_xsd_Element_specific_type_method.tmp#specific_type_method
Properties
content complex
Used by
Model
Children character_overlay_function, character_substring_function, character_transliteration, fold, normalize_function, regex_substring_function, regex_transliteration, regular_expression_substring_function, specific_type_method, transcoding, trim_function
Instance
<character_value_function xmlns="http://www.sqlparser.com/xml/ansi2003">
  <character_substring_function>{1,1}</character_substring_function>
  <regular_expression_substring_function>{1,1}</regular_expression_substring_function>
  <regex_substring_function>{1,1}</regex_substring_function>
  <fold>{1,1}</fold>
  <transcoding>{1,1}</transcoding>
  <character_transliteration>{1,1}</character_transliteration>
  <regex_transliteration>{1,1}</regex_transliteration>
  <trim_function>{1,1}</trim_function>
  <character_overlay_function>{1,1}</character_overlay_function>
  <normalize_function>{1,1}</normalize_function>
  <specific_type_method>{1,1}</specific_type_method>
</character_value_function>
Source
<xs:element name="character_value_function">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="character_substring_function"/>
      <xs:element ref="regular_expression_substring_function"/>
      <xs:element ref="regex_substring_function"/>
      <xs:element ref="fold"/>
      <xs:element ref="transcoding"/>
      <xs:element ref="character_transliteration"/>
      <xs:element ref="regex_transliteration"/>
      <xs:element ref="trim_function"/>
      <xs:element ref="character_overlay_function"/>
      <xs:element ref="normalize_function"/>
      <xs:element ref="specific_type_method"/>
    </xs:choice>
  </xs:complexType>
</xs:element>