<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>
<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>
<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>
<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>