Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element set_transaction_statement
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_set.tmp#kw_set ansi2003_xsd_Element_kw_local.tmp#kw_local ansi2003_xsd_Element_kw_transaction.tmp#kw_transaction ansi2003_xsd_Element_transaction_characteristics.tmp#transaction_characteristics
Properties
content complex
Used by
Model
Children kw_local, kw_set, kw_transaction, transaction_characteristics
Instance
<set_transaction_statement xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_set>{1,1}</kw_set>
  <kw_local>{0,1}</kw_local>
  <kw_transaction>{1,1}</kw_transaction>
  <transaction_characteristics>{0,1}</transaction_characteristics>
</set_transaction_statement>
Source
<xs:element name="set_transaction_statement">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_set"/>
      <xs:element ref="kw_local" minOccurs="0"/>
      <xs:element ref="kw_transaction"/>
      <xs:element ref="transaction_characteristics" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>