Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element character_like_predicate
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_row_value_predicand.tmp#row_value_predicand ansi2003_xsd_Element_character_like_predicate_part_2.tmp#character_like_predicate_part_2
Properties
content complex
Used by
Element like_predicate
Model
Children character_like_predicate_part_2, row_value_predicand
Instance
<character_like_predicate xmlns="http://www.sqlparser.com/xml/ansi2003">
  <row_value_predicand>{1,1}</row_value_predicand>
  <character_like_predicate_part_2>{1,1}</character_like_predicate_part_2>
</character_like_predicate>
Source
<xs:element name="character_like_predicate">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="row_value_predicand"/>
      <xs:element ref="character_like_predicate_part_2"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>