Showing:

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