Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element alter_column_definition
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_alter.tmp#kw_alter ansi2003_xsd_Element_kw_column.tmp#kw_column ansi2003_xsd_Element_column_name.tmp#column_name ansi2003_xsd_Element_alter_column_action.tmp#alter_column_action
Properties
content complex
Used by
Model
Children alter_column_action, column_name, kw_alter, kw_column
Instance
<alter_column_definition xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_alter>{1,1}</kw_alter>
  <kw_column>{0,1}</kw_column>
  <column_name>{1,1}</column_name>
  <alter_column_action>{1,1}</alter_column_action>
</alter_column_definition>
Source
<xs:element name="alter_column_definition">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_alter"/>
      <xs:element ref="kw_column" minOccurs="0"/>
      <xs:element ref="column_name"/>
      <xs:element ref="alter_column_action"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>