Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element null_predicate_part_2
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_is.tmp#kw_is ansi2003_xsd_Element_kw_not.tmp#kw_not ansi2003_xsd_Element_kw_null.tmp#kw_null
Properties
content complex
Used by
Model
Children kw_is, kw_not, kw_null
Instance
<null_predicate_part_2 xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_is>{1,1}</kw_is>
  <kw_not>{0,1}</kw_not>
  <kw_null>{1,1}</kw_null>
</null_predicate_part_2>
Source
<xs:element name="null_predicate_part_2">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_is"/>
      <xs:element ref="kw_not" minOccurs="0"/>
      <xs:element ref="kw_null"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>