Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element exponential_function
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_exp.tmp#kw_exp ansi2003_xsd_Element_numeric_value_expression.tmp#numeric_value_expression
Properties
content complex
Used by
Model
Children kw_exp, numeric_value_expression
Instance
<exponential_function xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_exp>{1,1}</kw_exp>
  <numeric_value_expression>{1,1}</numeric_value_expression>
</exponential_function>
Source
<xs:element name="exponential_function">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_exp"/>
      <xs:element ref="numeric_value_expression"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>