Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element alter_sequence_generator_restart_option
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_restart.tmp#kw_restart ansi2003_xsd_Element_kw_with.tmp#kw_with ansi2003_xsd_Element_sequence_generator_restart_value.tmp#sequence_generator_restart_value
Properties
content complex
Used by
Model
Children kw_restart, kw_with, sequence_generator_restart_value
Instance
<alter_sequence_generator_restart_option xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_restart>{1,1}</kw_restart>
  <kw_with>{1,1}</kw_with>
  <sequence_generator_restart_value>{1,1}</sequence_generator_restart_value>
</alter_sequence_generator_restart_option>
Source
<xs:element name="alter_sequence_generator_restart_option">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_restart"/>
      <xs:element ref="kw_with"/>
      <xs:element ref="sequence_generator_restart_value"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>