Showing:

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