Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element drop_assertion_statement
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_drop.tmp#kw_drop ansi2003_xsd_Element_kw_assertion.tmp#kw_assertion ansi2003_xsd_Element_constraint_name.tmp#constraint_name ansi2003_xsd_Element_drop_behavior.tmp#drop_behavior
Properties
content complex
Used by
Model
Children constraint_name, drop_behavior, kw_assertion, kw_drop
Instance
<drop_assertion_statement xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_drop>{1,1}</kw_drop>
  <kw_assertion>{1,1}</kw_assertion>
  <constraint_name>{1,1}</constraint_name>
  <drop_behavior>{0,1}</drop_behavior>
</drop_assertion_statement>
Source
<xs:element name="drop_assertion_statement">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_drop"/>
      <xs:element ref="kw_assertion"/>
      <xs:element ref="constraint_name"/>
      <xs:element ref="drop_behavior" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>