Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element normalized_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_normal_form.tmp#normal_form ansi2003_xsd_Element_kw_normalized.tmp#kw_normalized
Properties
content complex
Used by
Model
Children kw_is, kw_normalized, kw_not, normal_form
Instance
<normalized_predicate_part_2 xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_is>{1,1}</kw_is>
  <kw_not>{0,1}</kw_not>
  <normal_form>{0,1}</normal_form>
  <kw_normalized>{1,1}</kw_normalized>
</normalized_predicate_part_2>
Source
<xs:element name="normalized_predicate_part_2">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_is"/>
      <xs:element ref="kw_not" minOccurs="0"/>
      <xs:element ref="normal_form" minOccurs="0"/>
      <xs:element ref="kw_normalized"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>