Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element character_overlay_function
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_overlay.tmp#kw_overlay ansi2003_xsd_Element_character_value_expression.tmp#character_value_expression ansi2003_xsd_Element_kw_placing.tmp#kw_placing ansi2003_xsd_Element_character_value_expression.tmp#character_value_expression ansi2003_xsd_Element_from_start_position.tmp#from_start_position ansi2003_xsd_Element_for_string_length.tmp#for_string_length ansi2003_xsd_Element_using_char_length_units.tmp#using_char_length_units
Properties
content complex
Used by
Model
Children character_value_expression, for_string_length, from_start_position, kw_overlay, kw_placing, using_char_length_units
Instance
<character_overlay_function xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_overlay>{1,1}</kw_overlay>
  <character_value_expression>{1,1}</character_value_expression>
  <kw_placing>{1,1}</kw_placing>
  <character_value_expression>{1,1}</character_value_expression>
  <from_start_position>{1,1}</from_start_position>
  <for_string_length>{0,1}</for_string_length>
  <using_char_length_units>{0,1}</using_char_length_units>
</character_overlay_function>
Source
<xs:element name="character_overlay_function">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_overlay"/>
      <xs:element ref="character_value_expression"/>
      <xs:element ref="kw_placing"/>
      <xs:element ref="character_value_expression"/>
      <xs:element ref="from_start_position"/>
      <xs:element ref="for_string_length" minOccurs="0"/>
      <xs:element ref="using_char_length_units" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>