Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element embedded_exception_declaration
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_whenever.tmp#kw_whenever ansi2003_xsd_Element_condition.tmp#condition ansi2003_xsd_Element_condition_action.tmp#condition_action
Properties
content complex
Used by
Element Group embedded_sql
Element statement_or_declaration
Model
Children condition, condition_action, kw_whenever
Instance
<embedded_exception_declaration xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_whenever>{1,1}</kw_whenever>
  <condition>{1,1}</condition>
  <condition_action>{1,1}</condition_action>
</embedded_exception_declaration>
Source
<xs:element name="embedded_exception_declaration">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_whenever"/>
      <xs:element ref="condition"/>
      <xs:element ref="condition_action"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>