<transaction_characteristics xmlns="http://www.sqlparser.com/xml/ansi2003"> <transaction_mode>{1,unbounded}</transaction_mode> </transaction_characteristics>
<xs:element name="transaction_characteristics"> <xs:complexType> <xs:sequence> <xs:element ref="transaction_mode" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element>