Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element binary_substring_function
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_substring.tmp#kw_substring 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_substring
Instance
<binary_substring_function xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_substring>{1,1}</kw_substring>
  <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_substring_function>
Source
<xs:element name="binary_substring_function">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_substring"/>
      <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>