Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element when_operand
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_row_value_predicand.tmp#row_value_predicand ansi2003_xsd_Element_comparison_predicate_part_2.tmp#comparison_predicate_part_2 ansi2003_xsd_Element_between_predicate_part_2.tmp#between_predicate_part_2 ansi2003_xsd_Element_in_predicate_part_2.tmp#in_predicate_part_2 ansi2003_xsd_Element_character_like_predicate_part_2.tmp#character_like_predicate_part_2 ansi2003_xsd_Element_octet_like_predicate_part_2.tmp#octet_like_predicate_part_2 ansi2003_xsd_Element_similar_predicate_part_2.tmp#similar_predicate_part_2 ansi2003_xsd_Element_regex_like_predicate_part_2.tmp#regex_like_predicate_part_2 ansi2003_xsd_Element_null_predicate_part_2.tmp#null_predicate_part_2 ansi2003_xsd_Element_quantified_comparison_predicate_part_2.tmp#quantified_comparison_predicate_part_2 ansi2003_xsd_Element_normalized_predicate_part_2.tmp#normalized_predicate_part_2 ansi2003_xsd_Element_match_predicate_part_2.tmp#match_predicate_part_2 ansi2003_xsd_Element_overlaps_predicate_part_2.tmp#overlaps_predicate_part_2 ansi2003_xsd_Element_distinct_predicate_part_2.tmp#distinct_predicate_part_2 ansi2003_xsd_Element_member_predicate_part_2.tmp#member_predicate_part_2 ansi2003_xsd_Element_submultiset_predicate_part_2.tmp#submultiset_predicate_part_2 ansi2003_xsd_Element_set_predicate_part_2.tmp#set_predicate_part_2 ansi2003_xsd_Element_type_predicate_part_2.tmp#type_predicate_part_2
Properties
content complex
Used by
Model
Children between_predicate_part_2, character_like_predicate_part_2, comparison_predicate_part_2, distinct_predicate_part_2, in_predicate_part_2, match_predicate_part_2, member_predicate_part_2, normalized_predicate_part_2, null_predicate_part_2, octet_like_predicate_part_2, overlaps_predicate_part_2, quantified_comparison_predicate_part_2, regex_like_predicate_part_2, row_value_predicand, set_predicate_part_2, similar_predicate_part_2, submultiset_predicate_part_2, type_predicate_part_2
Instance
<when_operand xmlns="http://www.sqlparser.com/xml/ansi2003">
  <row_value_predicand>{1,1}</row_value_predicand>
  <comparison_predicate_part_2>{1,1}</comparison_predicate_part_2>
  <between_predicate_part_2>{1,1}</between_predicate_part_2>
  <in_predicate_part_2>{1,1}</in_predicate_part_2>
  <character_like_predicate_part_2>{1,1}</character_like_predicate_part_2>
  <octet_like_predicate_part_2>{1,1}</octet_like_predicate_part_2>
  <similar_predicate_part_2>{1,1}</similar_predicate_part_2>
  <regex_like_predicate_part_2>{1,1}</regex_like_predicate_part_2>
  <null_predicate_part_2>{1,1}</null_predicate_part_2>
  <quantified_comparison_predicate_part_2>{1,1}</quantified_comparison_predicate_part_2>
  <normalized_predicate_part_2>{1,1}</normalized_predicate_part_2>
  <match_predicate_part_2>{1,1}</match_predicate_part_2>
  <overlaps_predicate_part_2>{1,1}</overlaps_predicate_part_2>
  <distinct_predicate_part_2>{1,1}</distinct_predicate_part_2>
  <member_predicate_part_2>{1,1}</member_predicate_part_2>
  <submultiset_predicate_part_2>{1,1}</submultiset_predicate_part_2>
  <set_predicate_part_2>{1,1}</set_predicate_part_2>
  <type_predicate_part_2>{1,1}</type_predicate_part_2>
</when_operand>
Source
<xs:element name="when_operand">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="row_value_predicand"/>
      <xs:element ref="comparison_predicate_part_2"/>
      <xs:element ref="between_predicate_part_2"/>
      <xs:element ref="in_predicate_part_2"/>
      <xs:element ref="character_like_predicate_part_2"/>
      <xs:element ref="octet_like_predicate_part_2"/>
      <xs:element ref="similar_predicate_part_2"/>
      <xs:element ref="regex_like_predicate_part_2"/>
      <xs:element ref="null_predicate_part_2"/>
      <xs:element ref="quantified_comparison_predicate_part_2"/>
      <xs:element ref="normalized_predicate_part_2"/>
      <xs:element ref="match_predicate_part_2"/>
      <xs:element ref="overlaps_predicate_part_2"/>
      <xs:element ref="distinct_predicate_part_2"/>
      <xs:element ref="member_predicate_part_2"/>
      <xs:element ref="submultiset_predicate_part_2"/>
      <xs:element ref="set_predicate_part_2"/>
      <xs:element ref="type_predicate_part_2"/>
    </xs:choice>
  </xs:complexType>
</xs:element>