Showing:

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