Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element trim_operands
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_trim_operands.tmp#trim_operands_specification_character_from ansi2003_xsd_Element_trim_source.tmp#trim_source
Properties
content complex
Used by
Element trim_function
Model
Children specification_character_from, trim_source
Instance
<trim_operands xmlns="http://www.sqlparser.com/xml/ansi2003">
  <specification_character_from>{0,1}</specification_character_from>
  <trim_source>{1,1}</trim_source>
</trim_operands>
Source
<xs:element name="trim_operands">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="specification_character_from" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="trim_specification" minOccurs="0"/>
            <xs:element ref="trim_character" minOccurs="0"/>
            <xs:element ref="kw_from"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element ref="trim_source"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element trim_operands / specification_character_from
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_trim_specification.tmp#trim_specification ansi2003_xsd_Element_trim_character.tmp#trim_character ansi2003_xsd_Element_kw_from.tmp#kw_from
Properties
content complex
minOccurs 0
Model
Children kw_from, trim_character, trim_specification
Instance
<specification_character_from xmlns="http://www.sqlparser.com/xml/ansi2003">
  <trim_specification>{0,1}</trim_specification>
  <trim_character>{0,1}</trim_character>
  <kw_from>{1,1}</kw_from>
</specification_character_from>
Source
<xs:element name="specification_character_from" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="trim_specification" minOccurs="0"/>
      <xs:element ref="trim_character" minOccurs="0"/>
      <xs:element ref="kw_from"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>