Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element add_column_definition
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_add.tmp#kw_add ansi2003_xsd_Element_kw_column.tmp#kw_column ansi2003_xsd_Element_column_definition.tmp#column_definition
Properties
content complex
Used by
Model
Children column_definition, kw_add, kw_column
Instance
<add_column_definition xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_add>{1,1}</kw_add>
  <kw_column>{0,1}</kw_column>
  <column_definition>{1,1}</column_definition>
</add_column_definition>
Source
<xs:element name="add_column_definition">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_add"/>
      <xs:element ref="kw_column" minOccurs="0"/>
      <xs:element ref="column_definition"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>