Showing:

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