Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element alter_domain_statement
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_alter.tmp#kw_alter ansi2003_xsd_Element_kw_domain.tmp#kw_domain ansi2003_xsd_Element_domain_name.tmp#domain_name ansi2003_xsd_Element_alter_domain_action.tmp#alter_domain_action
Properties
content complex
Used by
Model
Children alter_domain_action, domain_name, kw_alter, kw_domain
Instance
<alter_domain_statement xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_alter>{1,1}</kw_alter>
  <kw_domain>{1,1}</kw_domain>
  <domain_name>{1,1}</domain_name>
  <alter_domain_action>{1,1}</alter_domain_action>
</alter_domain_statement>
Source
<xs:element name="alter_domain_statement">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_alter"/>
      <xs:element ref="kw_domain"/>
      <xs:element ref="domain_name"/>
      <xs:element ref="alter_domain_action"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>