Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element transaction_characteristics
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_transaction_mode.tmp#transaction_mode
Properties
content complex
Used by
Model
Children transaction_mode
Instance
<transaction_characteristics xmlns="http://www.sqlparser.com/xml/ansi2003">
  <transaction_mode>{1,unbounded}</transaction_mode>
</transaction_characteristics>
Source
<xs:element name="transaction_characteristics">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="transaction_mode" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>