Showing:

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