Showing:

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