Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element binary_set_function
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_binary_set_function_type.tmp#binary_set_function_type ansi2003_xsd_Element_dependent_variable_expression.tmp#dependent_variable_expression ansi2003_xsd_Element_independent_variable_expression.tmp#independent_variable_expression
Properties
content complex
Used by
Model
Children binary_set_function_type, dependent_variable_expression, independent_variable_expression
Instance
<binary_set_function xmlns="http://www.sqlparser.com/xml/ansi2003">
  <binary_set_function_type>{1,1}</binary_set_function_type>
  <dependent_variable_expression>{1,1}</dependent_variable_expression>
  <independent_variable_expression>{1,1}</independent_variable_expression>
</binary_set_function>
Source
<xs:element name="binary_set_function">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="binary_set_function_type"/>
      <xs:element ref="dependent_variable_expression"/>
      <xs:element ref="independent_variable_expression"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>