Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element normalize_function
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_normalize.tmp#kw_normalize ansi2003_xsd_Element_character_value_expression.tmp#character_value_expression ansi2003_xsd_Element_normalize_function.tmp#normalize_function_normal_form_function_result_length
Properties
content complex
Used by
Model
Children character_value_expression, kw_normalize, normal_form_function_result_length
Instance
<normalize_function xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_normalize>{1,1}</kw_normalize>
  <character_value_expression>{1,1}</character_value_expression>
  <normal_form_function_result_length>{0,1}</normal_form_function_result_length>
</normalize_function>
Source
<xs:element name="normalize_function">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_normalize"/>
      <xs:element ref="character_value_expression"/>
      <xs:element name="normal_form_function_result_length" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="normal_form"/>
            <xs:element ref="normalize_function_result_length" minOccurs="0"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element normalize_function / normal_form_function_result_length
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_normal_form.tmp#normal_form ansi2003_xsd_Element_normalize_function_result_length.tmp#normalize_function_result_length
Properties
content complex
minOccurs 0
Model
Children normal_form, normalize_function_result_length
Instance
<normal_form_function_result_length xmlns="http://www.sqlparser.com/xml/ansi2003">
  <normal_form>{1,1}</normal_form>
  <normalize_function_result_length>{0,1}</normalize_function_result_length>
</normal_form_function_result_length>
Source
<xs:element name="normal_form_function_result_length" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="normal_form"/>
      <xs:element ref="normalize_function_result_length" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>