Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element string_value_function
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_character_value_function.tmp#character_value_function ansi2003_xsd_Element_binary_value_function.tmp#binary_value_function
Properties
content complex
Used by
Model
Children binary_value_function, character_value_function
Instance
<string_value_function xmlns="http://www.sqlparser.com/xml/ansi2003">
  <character_value_function>{1,1}</character_value_function>
  <binary_value_function>{1,1}</binary_value_function>
</string_value_function>
Source
<xs:element name="string_value_function">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="character_value_function"/>
      <xs:element ref="binary_value_function"/>
    </xs:choice>
  </xs:complexType>
</xs:element>