Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element condition_action
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_continue.tmp#kw_continue ansi2003_xsd_Element_go_to.tmp#go_to
Properties
content complex
Used by
Model
Children go_to, kw_continue
Instance
<condition_action xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_continue>{1,1}</kw_continue>
  <go_to>{1,1}</go_to>
</condition_action>
Source
<xs:element name="condition_action">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="kw_continue"/>
      <xs:element ref="go_to"/>
    </xs:choice>
  </xs:complexType>
</xs:element>