Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element alter_domain_action
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_set_domain_default_clause.tmp#set_domain_default_clause ansi2003_xsd_Element_drop_domain_default_clause.tmp#drop_domain_default_clause ansi2003_xsd_Element_add_domain_constraint_definition.tmp#add_domain_constraint_definition ansi2003_xsd_Element_drop_domain_constraint_definition.tmp#drop_domain_constraint_definition
Properties
content complex
Used by
Model
Children add_domain_constraint_definition, drop_domain_constraint_definition, drop_domain_default_clause, set_domain_default_clause
Instance
<alter_domain_action xmlns="http://www.sqlparser.com/xml/ansi2003">
  <set_domain_default_clause>{1,1}</set_domain_default_clause>
  <drop_domain_default_clause>{1,1}</drop_domain_default_clause>
  <add_domain_constraint_definition>{1,1}</add_domain_constraint_definition>
  <drop_domain_constraint_definition>{1,1}</drop_domain_constraint_definition>
</alter_domain_action>
Source
<xs:element name="alter_domain_action">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="set_domain_default_clause"/>
      <xs:element ref="drop_domain_default_clause"/>
      <xs:element ref="add_domain_constraint_definition"/>
      <xs:element ref="drop_domain_constraint_definition"/>
    </xs:choice>
  </xs:complexType>
</xs:element>