<binary_trim_operands xmlns="http://www.sqlparser.com/xml/ansi2003"> <specification_octet_from>{0,1}</specification_octet_from> <binary_trim_source>{1,1}</binary_trim_source> </binary_trim_operands>
<xs:element name="binary_trim_operands"> <xs:complexType> <xs:sequence> <xs:element name="specification_octet_from" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element ref="trim_specification" minOccurs="0"/> <xs:element ref="trim_octet" minOccurs="0"/> <xs:element ref="kw_from"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element ref="binary_trim_source"/> </xs:sequence> </xs:complexType> </xs:element>
<specification_octet_from xmlns="http://www.sqlparser.com/xml/ansi2003"> <trim_specification>{0,1}</trim_specification> <trim_octet>{0,1}</trim_octet> <kw_from>{1,1}</kw_from> </specification_octet_from>
<xs:element name="specification_octet_from" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element ref="trim_specification" minOccurs="0"/> <xs:element ref="trim_octet" minOccurs="0"/> <xs:element ref="kw_from"/> </xs:sequence> </xs:complexType> </xs:element>