Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element update_rule
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_on.tmp#kw_on ansi2003_xsd_Element_kw_update.tmp#kw_update ansi2003_xsd_Element_referential_action.tmp#referential_action
Properties
content complex
Used by
Model
Children kw_on, kw_update, referential_action
Instance
<update_rule xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_on>{1,1}</kw_on>
  <kw_update>{1,1}</kw_update>
  <referential_action>{1,1}</referential_action>
</update_rule>
Source
<xs:element name="update_rule">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_on"/>
      <xs:element ref="kw_update"/>
      <xs:element ref="referential_action"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>